SPECS: gnome-applet-glunarclock.spec (NEW) - New spec: display pha...
japhy
japhy at pld-linux.org
Sat Jun 3 23:46:26 CEST 2006
Author: japhy Date: Sat Jun 3 21:46:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- New spec: display phase of moon on GNOME panel.
---- Files affected:
SPECS:
gnome-applet-glunarclock.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gnome-applet-glunarclock.spec
diff -u /dev/null SPECS/gnome-applet-glunarclock.spec:1.1
--- /dev/null Sat Jun 3 23:46:26 2006
+++ SPECS/gnome-applet-glunarclock.spec Sat Jun 3 23:46:21 2006
@@ -0,0 +1,83 @@
+# $Revision$, $Date$
+Summary: Displays the current phase of the Moon
+Summary(pl): Wyświetla bieżącą fazę Księżyca
+Name: gnome-applet-glunarclock
+Version: 0.32.4
+Release: 1
+License: GPL
+Group: X11/Applications
+Source0: http://dl.sourceforge.net/sourceforge/glunarclock/glunarclock-%{version}.tar.gz
+# Source0-md5: 63e1d989581e6bf95cec82ff1bbc56ef
+Patch0: %{name}-i18n.patch
+URL: http://glunarclock.sourceforge.net/
+BuildRequires: gnome-panel-devel >= 2.0
+BuildRequires: libxklavier-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNOME Lunar Clock Applet displays the current phase of the Moon as an
+applet for the gnome panel.
+
+%description -l pl
+Applet Zegara Księżycowego GNOME wyświetla bieżącą fazę Księżyca jako
+aplet na panelu GNOME.
+
+
+%define _gnomehelpdir %{_datadir}/gnome/help
+
+
+%prep
+%setup -q -n glunarclock-%{version}
+%patch0 -p1
+
+%build
+%configure \
+ --disable-schemas-install
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+
+%find_lang glunarclock --all-name --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%scrollkeeper_update_post
+%gconf_schema_install glunarclock.schemas
+
+
+%preun
+%gconf_schema_uninstall glunarclock.schemas
+
+
+%postun
+%scrollkeeper_update_postun
+
+
+%files -f glunarclock.lang
+%defattr(644,root,root,755)
+# COPYING contains only note about images
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/glunarclock-applet-2
+%{_libdir}/bonobo/servers/*.server
+%{_sysconfdir}/gconf/schemas/glunarclock.schemas
+%{_datadir}/glunarclock
+%{_datadir}/gnome-2.0/ui/*.xml
+%{_omf_dest_dir}/glunarclock
+%{_pixmapsdir}/glunarclock*
+
+
+%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 2006/06/03 21:46:21 japhy
+- New spec: display phase of moon on GNOME panel.
+
================================================================
More information about the pld-cvs-commit
mailing list