]> git.pld-linux.org Git - packages/alltray.git/blobdiff - alltray.spec
- updated to 0.65
[packages/alltray.git] / alltray.spec
index 1077da9a14b45738c57927631bd02c4ac9fd778a..08af9745a0768f83a3cf65ce41ec547310ba994a 100644 (file)
@@ -1,15 +1,19 @@
 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):   AllTray - ma³y program do dokowania aplikacji w tacce systemowej
 Name:          alltray
-Version:       0.42
+Version:       0.65
 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: c3b86dab94dbea416174d6e4dd82a173
+#Patch0:               %{name}-notitlechange_nomenutitle.patch
 URL:           http://alltray.sourceforge.net/
-BuildRequires: gtk+2-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: pkgconfig
+Requires:      gtk+2 >= 2:2.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -18,26 +22,37 @@ With AllTray you can dock any application with no native tray icon
 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.
+Dziêki AllTray mo¿na zdokowaæ 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.084208 seconds and 4 git commands to generate.