Name: gnome-blog Version: 0.7 Release: 0.fdr.1 Epoch: 0 Summary: GNOME panel object for posting blog entries. Group: User Interface/Desktops License: GPL URL: http://www.gnome.org/~seth/gnome-blog/ Source: http://ftp.acc.umu.se/pub/gnome/sources/gnome-blog/0.7/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define gnome_python2_version 1.99.13 Requires: gnome-python2-applet >= %{gnome_python2_version} Requires: gnome-python2-gconf >= %{gnome_python2_version} Requires: pygtk2 >= %{gnome_python2_version} Prereq: GConf2 Prereq: /usr/bin/gconftool-2 BuildRequires: GConf2 BuildRequires: glib2-devel BuildRequires: pygtk2-devel >= %{gnome_python2_version} BuildRequires: gettext %description GNOME panel object that allows convenient posting of blog entries to any blog that supports the bloggerAPI. %prep %setup -q %build %configure make %{?_smp_mflags} #make test #make check %install rm -rf $RPM_BUILD_ROOT export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1; %makeinstall %find_lang %{name} unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL %clean rm -rf $RPM_BUILD_ROOT %post GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnomeblog.schemas > /dev/null; %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog INSTALL NEWS README %{_bindir}/* %{_sysconfdir}/gconf/schemas/gnomeblog.schemas %{_datadir}/pixmaps/gnome-blog.png %{_datadir}/gnome-2.0/ui/*.xml %{_datadir}/applications/*.desktop %{_libdir}/bonobo/servers/*.server %{_libdir}/python*/site-packages/* %changelog * Thu Jan 08 2004 Thomas Vander Stichele - 0:0.7-0.fdr.1: first packaging for fedora.us based on upstream spec