diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c389c66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +alltray-0.70.tar.gz +alltray-0.71a.tar.gz diff --git a/alltray.spec b/alltray.spec new file mode 100644 index 0000000..bbe8be2 --- /dev/null +++ b/alltray.spec @@ -0,0 +1,95 @@ +Name: alltray +Version: 0.71a +Release: 1%{?dist} +Summary: Dock any application in the tray + +Group: User Interface/Desktops +License: GPLv2+ +URL: http://alltray.sourceforge.net/ +Source0: http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: desktop-file-utils +BuildRequires: gtk2-devel +BuildRequires: GConf2-devel + + +%description +With AllTray you can dock any application without a native tray icon into the +system tray. It works well with GNOME, KDE, XFCE 4, Fluxbox, and WindowMaker. + +%prep +%setup -q + +%build +export CFLAGS="-fPIC $RPM_OPT_FLAGS" +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; +rm $RPM_BUILD_ROOT%{_libdir}/*.so +desktop-file-install --vendor=fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category Application \ + --add-category Utility \ + --add-category GTK \ + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING README +%{_bindir}/%{name} +%{_datadir}/applications/*%{name}.desktop +%{_mandir}/man1/%{name}.1* +%{_libdir}/liballtray.so* +%{_datadir}/pixmaps/%{name}.png + +%changelog +* Thu Aug 12 2010 Huzaifa Sidhpurwala - 0.71a-1 +- New upstream + +* Tue Feb 16 2010 Huzaifa Sidhpurwala - 0.70-5 +- Fix rhbz #564621: ImplicitDSOLinking + +* Fri Jul 24 2009 Fedora Release Engineering - 0.70-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Feb 23 2009 Fedora Release Engineering - 0.70-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Feb 18 2008 Fedora Release Engineering - 0.70-2 +- Autorebuild for GCC 4.3 + +* Sun Dec 30 2007 Denis Leroy - 0.70-1 +- Update to upstream 0.70 + +* Fri Aug 17 2007 Denis Leroy - 0.69-3 +- Fixed License tag + +* Mon Sep 4 2006 Denis Leroy - 0.69-2 +- Reenabled dynamic library for X funcs preload, added ldconfig + +* Mon Sep 4 2006 Denis Leroy - 0.69-1 +- Update to 0.69 + +* Wed Apr 26 2006 Ignacio Vazquez-Abrams 0.66-1 +- Upstream update + +* Mon Feb 13 2006 Ignacio Vazquez-Abrams 0.65-2 +- Rebuild for Fedora Extras 5 + +* Thu Jan 27 2006 Ignacio Vazquez-Abrams 0.65-1 +- Added -fPIC to CFLAGS +- Added preload patch +- Initial RPM release diff --git a/dead.package b/dead.package deleted file mode 100644 index cd491bc..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -upstream no more, really old package diff --git a/sources b/sources new file mode 100644 index 0000000..91ffc2a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +39a81402c258d41e2538f7ca8df58fac alltray-0.71a.tar.gz