SPECS: gnome-applet-hamster.spec (NEW) - initial PLD release
patrys
patrys at pld-linux.org
Sun Apr 13 22:07:37 CEST 2008
Author: patrys Date: Sun Apr 13 20:07:37 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
gnome-applet-hamster.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gnome-applet-hamster.spec
diff -u /dev/null SPECS/gnome-applet-hamster.spec:1.1
--- /dev/null Sun Apr 13 22:07:37 2008
+++ SPECS/gnome-applet-hamster.spec Sun Apr 13 22:07:32 2008
@@ -0,0 +1,83 @@
+# $Revision$, $Date$
+Summary: Project Hamster is time tracking for masses
+Name: gnome-applet-hamster
+Version: 0.1.7
+Release: 1
+License: MIT
+Group: X11/Applications
+Source0: http://projecthamster.googlecode.com/files/hamster-applet-%{version}.tar.gz
+# Source0-md5: 34c438a9f0bf98ed7b42310cf26eb74f
+URL: http://projecthamster.wordpress.com/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: pkgconfig
+BuildRequires: python-devel >= 1:2.3.0
+BuildRequires: python-gnome-desktop-devel >= 2.22.0
+BuildRequires: python-pygtk-devel >= 2:2.12.0
+BuildRequires: rpmbuild(macros) >= 1.219
+Requires(post,postun): hicolor-icon-theme
+Requires(post,preun): GConf2
+Requires: rarian
+%pyrequires_eq python-modules
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Project Hamster is time tracking for masses. It helps you to keep
+track on how much time you have spent during the day on activities you
+have set up.
+
+%prep
+%setup -q -n hamster-applet-%{version}
+
+%build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_postclean
+
+%find_lang hamster-applet --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install hamster-applet.schemas
+%update_icon_cache hicolor
+
+%preun
+%gconf_schema_uninstall hamster-applet.schemas
+
+%postun
+%update_icon_cache hicolor
+
+%files -f hamster-applet.lang
+%defattr(644,root,root,755)
+%{_sysconfdir}/gconf/schemas/hamster-applet.schemas
+%{_libdir}/bonobo/servers/*.server
+%dir %{_libexecdir}/hamster-applet
+%attr(755,root,root) %{_libexecdir}/hamster-applet/hamster-applet
+%{_datadir}/hamster-applet
+%{py_sitescriptdir}/*
+%{_iconsdir}/hicolor/*/apps/hamster-applet.png
+%{_iconsdir}/hicolor/*/apps/hamster-applet.svg
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-04-13 20:07:32 patrys
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list