]> git.pld-linux.org Git - packages/alltray.git/blobdiff - alltray.spec
- tabs in preamble
[packages/alltray.git] / alltray.spec
index cc6ecefe2b8e6a151425046d360e6b1702d084fc..19d8af41d5fcd746f7ab0665168d8a3a6cc37e1c 100644 (file)
@@ -1,17 +1,19 @@
 Summary:       AllTray - small program to dock application into the system tray
-Summary(pl):   AllTray - ma³y program do dokowania aplikacji w tacce systemowej
+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: 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)
@@ -19,22 +21,23 @@ 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¿na zdokowaæ dowoln± aplikacjê (jak Evolution,
-Thunderbird czy terminal) do tacki systemowej. Dzia³a dobrze z GNOME,
-KDE, XFCE 4, Fluxboksem 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
 %{__aclocal}
 %{__automake}
 %{__autoconf}
-%configure
+%configure \
+       --disable-static
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -42,6 +45,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -49,3 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/liballtray*.so.*.*
+%{_mandir}/man1/alltray.1*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/*.png
This page took 0.065832 seconds and 4 git commands to generate.