diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 66ee4d1..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -alltray-0.70.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 969a50d..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: alltray -# $Id: Makefile,v 1.1 2005/12/30 22:59:38 ivazquez Exp $ -NAME := alltray -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/alltray-0.70_new_ld.patch b/alltray-0.70_new_ld.patch deleted file mode 100644 index 0545708..0000000 --- a/alltray-0.70_new_ld.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur alltray-0.70/configure alltray-0.70.new_ld/configure ---- alltray-0.70/configure 2010-02-16 11:54:10.052362926 -0500 -+++ alltray-0.70.new_ld/configure 2010-02-16 11:52:11.332352095 -0500 -@@ -21248,7 +21248,7 @@ - if test "$user_disabled_gconf" = 1; then - { echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6; } -- pkg_modules="gtk+-2.0 >= 2.2.0 gdk-2.0 gdk-pixbuf-xlib-2.0" -+ pkg_modules="gtk+-2.0 >= 2.2.0 gdk-2.0 gdk-pixbuf-xlib-2.0 x11" - else - { echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6; } -@@ -21257,7 +21257,7 @@ - #define GCONF_NOT_DISABLED 1 - _ACEOF - -- pkg_modules="gtk+-2.0 >= 2.2.0 gdk-2.0 gconf-2.0 gdk-pixbuf-xlib-2.0" -+ pkg_modules="gtk+-2.0 >= 2.2.0 gdk-2.0 gconf-2.0 gdk-pixbuf-xlib-2.0 x11" - fi - - diff --git a/alltray.spec b/alltray.spec deleted file mode 100644 index 94e5af1..0000000 --- a/alltray.spec +++ /dev/null @@ -1,94 +0,0 @@ -Name: alltray -Version: 0.70 -Release: 5%{?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 -Patch1: alltray-0.70_new_ld.patch -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 -%patch1 -p1 -b .new_ld - -%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 -* Tue Feb 16 2019 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 new file mode 100644 index 0000000..cd491bc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +upstream no more, really old package diff --git a/sources b/sources deleted file mode 100644 index c2a01bf..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -675a0a60f22fae04da787095ef0bd7d9 alltray-0.70.tar.gz