]> git.pld-linux.org Git - packages/alltray.git/blobdiff - alltray.spec
- tabs in preamble
[packages/alltray.git] / alltray.spec
index 1077da9a14b45738c57927631bd02c4ac9fd778a..19d8af41d5fcd746f7ab0665168d8a3a6cc37e1c 100644 (file)
@@ -1,43 +1,60 @@
 Summary:       AllTray - small program to dock application into the system tray
-Summary(pl):   AllTray - ma³y program do dokowania aplikacji w system tray'u
+Summary(pl.UTF-8):     AllTray - mały program do dokowania aplikacji w tacce systemowej
 Name:          alltray
-Version:       0.42
+Version:       0.66
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
-# Source0-md5: 2646556343a0350b4ede7dbd228c78ee
-Patch0:                %{name}-notitlechange_nomenutitle.patch
+# Source0-md5: 78b43bd2e19258b0518af99e21123561
+#Patch0:               %{name}-notitlechange_nomenutitle.patch
 URL:           http://alltray.sourceforge.net/
-BuildRequires: gtk+2-devel
+BuildRequires: GConf2-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
+Requires:      gtk+2 >= 2:2.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 With AllTray you can dock any application with no native tray icon
 (like Evolution, Thunderbird, Terminals) into the system tray. It
-works well with Gnome, KDE, XFCE 4, Fluxbox and WindowMaker.
+works well with Gnome, KDE, Xfce 4, Fluxbox and WindowMaker.
 
-%description -l pl
-Dziêki AllTray mo¿esz zdokowaæ dowoln± aplikacjê (jak Evolution,
-Thunderbird czy terminal) do systemtray'a. Dzia³a dobrze z Gnome, KDE,
-XFCE 4, Fluxboxem i WindowMakerem.
+%description -l pl.UTF-8
+Dzięki AllTray można zadokować dowolną aplikację (jak Evolution,
+Thunderbird czy terminal) do tacki systemowej. Działa dobrze z GNOME,
+KDE, Xfce 4, Fluxboksem i WindowMakerem.
 
 %prep
 %setup -q
-%patch0 -p1
+#%%patch0 -p1
 
 %build
-%configure
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure \
+       --disable-static
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-rm -fr %{_builddir}/%{name}-%{version}
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
-%doc AUTHORS ChangeLog COPYING
+%attr(755,root,root) %{_libdir}/liballtray*.so.*.*
+%{_mandir}/man1/alltray.1*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/*.png
This page took 0.066238 seconds and 4 git commands to generate.