]> 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 f84014c1017b063e61eddff112229604c4ea803c..a34ac31dc5d91f6a4ecb17dab19a61ea87794307 100644 (file)
@@ -1,34 +1,35 @@
-Summary:       A Battery  monitor for linuxppc.
+Summary:       MacOS Finder like applet menu for GNOME
+Summary(pl.UTF-8):   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(pl):     X11/Aplikacje
-Source0:       http://students.washington.edu/mpalczew/%{name}-%{version}.tar.gz
+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.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
 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 +37,13 @@ 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
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
-%doc README TODO COPYING 
+%doc README TODO
 
 %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.332611 seconds and 4 git commands to generate.