]> git.pld-linux.org Git - packages/finder_applet.git/blobdiff - finder_applet.spec
- converted to UTF-8
[packages/finder_applet.git] / finder_applet.spec
index 0f9f11e7cb0cd072ac10aa02cf9d9f9551d38c1a..a34ac31dc5d91f6a4ecb17dab19a61ea87794307 100644 (file)
@@ -1,36 +1,30 @@
 Summary:       MacOS Finder like applet menu for GNOME
-Summary(pl):   Aplet menu GNOME podobny do Findera z MacOS
+Summary(pl.UTF-8):   Aplet menu GNOME podobny do Findera z MacOS
 Name:          finder_applet
 Version:       0.4.1
 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
+# Source0-md5: 6605eaf848ac6fb42ac3cd67657694a7
 BuildRequires: gdk-pixbuf-devel
 BuildRequires: gnome-core-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 
 %description
 This is a MacOS Finder like applet menu for GNOME.
 
-%description -l pl
+%description -l pl.UTF-8
 To jest aplet menu GNOME podobny do Findera z MacOS.
 
 %prep
 %setup -q
 %build
 ./configure --prefix=/usr --sysconfdir=%{_sysconfdir}
-%{__make} 
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -43,14 +37,12 @@ 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.gz TODO.gz
+%doc README TODO
 
 %attr(755,root,root) %{_bindir}/finder_applet
 %{_datadir}/applets/Utility/finder_applet.desktop
This page took 0.447884 seconds and 4 git commands to generate.