SPECS: gnome-applet-timer.spec - BR: intltool - killed _overunders...
qboosh
qboosh at pld-linux.org
Sun Dec 2 19:04:17 CET 2007
Author: qboosh Date: Sun Dec 2 18:04:17 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- BR: intltool
- killed _overunderscoring
---- Files affected:
SPECS:
gnome-applet-timer.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/gnome-applet-timer.spec
diff -u SPECS/gnome-applet-timer.spec:1.13 SPECS/gnome-applet-timer.spec:1.14
--- SPECS/gnome-applet-timer.spec:1.13 Sun Dec 2 18:57:40 2007
+++ SPECS/gnome-applet-timer.spec Sun Dec 2 19:04:11 2007
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%define _realname timer-applet
+%define realname timer-applet
Summary: Timer Applet - a countdown timer applet for the GNOME panel
Summary(pl.UTF-8): Timer Applet - aplet zegarka odliczającego zadany czas dla panelu GNOME
Name: gnome-applet-timer
@@ -7,16 +7,17 @@
Release: 1
License: GPL
Group: X11/Applications
-Source0: http://dl.sourceforge.net/timerapplet/%{_realname}-%{version}.tar.gz
+Source0: http://dl.sourceforge.net/timerapplet/%{realname}-%{version}.tar.gz
# Source0-md5: c56e5ec73ece83389e05a51aa38e0d59
URL: http://timerapplet.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gnome-panel-devel >= 2.6
+BuildRequires: intltool
BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.197
%pyrequires_eq python-modules
%pyrequires_eq python
-BuildRequires: rpmbuild(macros) >= 1.197
Requires: gnome-panel >= 2.6
Requires: python-dbus >= 0.80.2
Requires: python-pynotify
@@ -49,7 +50,7 @@
- interfejs użytkownika zgodny z GNOME HIG
%prep
-%setup -q -n %{_realname}-%{version}
+%setup -q -n %{realname}-%{version}
%build
%{__intltoolize}
@@ -68,25 +69,25 @@
DESTDIR=$RPM_BUILD_ROOT
%py_postclean
-%find_lang %{_realname} --with-gnome
+%find_lang %{realname} --with-gnome
%clean
rm -rf $RPM_BUILD_ROOT
%post
-%gconf_schema_install %{_realname}.schemas
+%gconf_schema_install %{realname}.schemas
%preun
-%gconf_schema_uninstall %{_realname}.schemas
+%gconf_schema_uninstall %{realname}.schemas
-%files -f %{_realname}.lang
+%files -f %{realname}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/%{_realname}
-%{_sysconfdir}/schemas/%{_realname}.schemas
+%attr(755,root,root) %{_libdir}/%{realname}
+%{_sysconfdir}/schemas/%{realname}.schemas
%{_libdir}/bonobo/servers/TimerApplet.server
-%{_datadir}/%{_realname}
-%{_pixmapsdir}/%{_realname}.png
+%{_datadir}/%{realname}
+%{_pixmapsdir}/%{realname}.png
%{py_sitescriptdir}/timerapplet
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -95,6 +96,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2007-12-02 18:04:11 qboosh
+- BR: intltool
+- killed _overunderscoring
+
Revision 1.13 2007-12-02 17:57:40 japhy
- intltoolize
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-applet-timer.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list