]> git.pld-linux.org Git - packages/finder_applet.git/blobdiff - finder_applet.spec
- pl translations, gzip doc; release 1
[packages/finder_applet.git] / finder_applet.spec
index 71612391b38e0173b4d64c8169f88c3b92e80431..0f9f11e7cb0cd072ac10aa02cf9d9f9551d38c1a 100644 (file)
@@ -1,11 +1,15 @@
-Summary:       A Battery  monitor for linuxppc.
+Summary:       MacOS Finder like applet menu for GNOME
+Summary(pl):   Aplet menu GNOME podobny do Findera z MacOS
 Name:          finder_applet
 Version:       0.4.1
-Release:       0
+Release:       1
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
+Group(es):     X11/Aplicaciones
 Group(pl):     X11/Aplikacje
+Group(pt_BR):  X11/Aplicações
+Group(pt):     X11/Aplicações
 Source0:       http://students.washington.edu/mpalczew/%{name}/%{name}-%{version}.tar.gz
 BuildRequires: gdk-pixbuf-devel
 BuildRequires: gnome-core-devel
@@ -19,6 +23,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 This is a MacOS Finder like applet menu for GNOME.
 
+%description -l pl
+To jest aplet menu GNOME podobny do Findera z MacOS.
+
 %prep
 %setup -q
 %build
@@ -28,7 +35,7 @@ This is a MacOS Finder like applet menu for GNOME.
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/CORBA/servers/
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/CORBA/servers
 install -d $RPM_BUILD_ROOT%{_datadir}/applets/Utility
 install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps/finder_applet
 
@@ -36,14 +43,15 @@ install src/finder_applet $RPM_BUILD_ROOT%{_bindir}
 install support/finder_applet.desktop $RPM_BUILD_ROOT%{_datadir}/applets/Utility
 install support/finder_applet.gnorba $RPM_BUILD_ROOT%{_sysconfdir}/CORBA/servers
 
+gzip -9nf README TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
-%doc README TODO COPYING 
+%doc README.gz TODO.gz
 
 %attr(755,root,root) %{_bindir}/finder_applet
 %{_datadir}/applets/Utility/finder_applet.desktop
 %{_sysconfdir}/CORBA/servers/finder_applet.gnorba
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
This page took 0.102402 seconds and 4 git commands to generate.