From 3d379749300567c237b23016cc63da4ca63cb06b Mon Sep 17 00:00:00 2001 From: David Nalley Date: Fri, 16 Jan 2009 18:15:48 +0000 Subject: [PATCH 01/19] Initial commit --- .cvsignore | 1 + README.fedora | 2 ++ import.log | 1 + sources | 1 + zapplet.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 55 insertions(+) create mode 100644 README.fedora create mode 100644 import.log create mode 100644 zapplet.spec diff --git a/.cvsignore b/.cvsignore index e69de29..04ca0b5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +zapplet-0.1.tar.gz diff --git a/README.fedora b/README.fedora new file mode 100644 index 0000000..fbba5cb --- /dev/null +++ b/README.fedora @@ -0,0 +1,2 @@ +To have Zapplet start on login use the following command as root: +'cp /usr/share/applications/zapplet.desktop /etc/xdg/autostart/zapplet.desktop' diff --git a/import.log b/import.log new file mode 100644 index 0000000..2516280 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +zapplet-0_1-3:HEAD:zapplet-0.1-3.src.rpm:1232129636 diff --git a/sources b/sources index e69de29..6e419ba 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d12db237f805d6711d8d720080e06eaa zapplet-0.1.tar.gz diff --git a/zapplet.spec b/zapplet.spec new file mode 100644 index 0000000..a60f415 --- /dev/null +++ b/zapplet.spec @@ -0,0 +1,50 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +Name: zapplet +Version: 0.1 +Release: 3 +Summary: Zenoss Tray Applet +Group: Applications/Communications +License: GPLv2+ +URL: http://zapplet.sourceforge.net +Source0: http://downloads.sourceforge.net/zapplet/zapplet-%{version}.tar.gz +Source1: http://ke4qqq.fedorapeople.org/zapplet/README.fedora +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python +BuildRequires: python-setuptools-devel +BuildRequires: desktop-file-utils +Requires: pygtk2 +BuildArch: noarch + +%description +Zapplet is a tray applet for monitoring aspects of Zenoss from the desktop. + +%prep +%setup -q -n zapplet-%{version} +cp %{SOURCE1} ./README.fedora +%build +CFLAGS="%{optflags}" %{__python} setup.py build + +%install +rm -rf %{buildroot} +%{__python} setup.py install -O1 --skip-build --root %{buildroot} + +desktop-file-install --add-category="Network" --dir=%{buildroot}%{_datadir}/applications zapplet.desktop +rm -rf %{buildroot}%{_sysconfdir}/xdg/autostart/zapplet.desktop + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%{python_sitelib}/* +%{_bindir}/%{name} +%{_datadir}/applications/zapplet.desktop +%doc README.fedora +%changelog +* Sun Dec 28 2008 David Nalley 0.1-3 +- Made changes suggested by Brian Pepple +* Sat Dec 27 2008 David Nalley 0.1-2 +- Making corrections suggested by Fabian Affolter +* Sun Dec 14 2008 David Nalley 0.1-1 +- Initial packaging efforts + From 39e33866a29f5806e721cb223416c142a52bcecf Mon Sep 17 00:00:00 2001 From: David Nalley Date: Mon, 19 Jan 2009 12:27:55 +0000 Subject: [PATCH 02/19] - Made changes suggested by ianweller to overcome cvs issues --- import.log | 1 + zapplet.spec | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/import.log b/import.log index 2516280..4accb16 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ zapplet-0_1-3:HEAD:zapplet-0.1-3.src.rpm:1232129636 +zapplet-0_1-4_fc10:HEAD:zapplet-0.1-4.fc10.src.rpm:1232367927 diff --git a/zapplet.spec b/zapplet.spec index a60f415..59cf0d5 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 3 +Release: 4%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,8 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Mon Jan 19 2009 David Nalley 0.1-4 +- Made changes suggested by ianweller to fix cvs issues * Sun Dec 28 2008 David Nalley 0.1-3 - Made changes suggested by Brian Pepple * Sat Dec 27 2008 David Nalley 0.1-2 From f0b14ee2a201177bf5c81a44dc19498ee8b1bef5 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 18:31:25 +0000 Subject: [PATCH 03/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 59cf0d5..4b7aa2b 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 4%{dist} +Release: 5%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Mon Jan 19 2009 David Nalley 0.1-4 - Made changes suggested by ianweller to fix cvs issues * Sun Dec 28 2008 David Nalley 0.1-3 From da56d3d7fdf09700a0a827cfa06c378dab4a2f39 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 08:59:05 +0000 Subject: [PATCH 04/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 4b7aa2b..1c7a583 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 5%{dist} +Release: 6%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 4fd2b7f917c613c7c5de1a18a137236d1c3402bb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:39:17 +0000 Subject: [PATCH 05/19] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bd6cfac..7cc030c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: zapplet -# $Id$ +# $Id: Makefile,v 1.1 2009/01/15 20:13:55 kevin Exp $ NAME := zapplet 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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +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)) From 0d3806d945edfb67b8624f51456c400ebadbdf4e Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 22 Jul 2010 07:23:04 +0000 Subject: [PATCH 06/19] - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 1c7a583..2b10061 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 6%{dist} +Release: 7%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Thu Jul 22 2010 David Malcolm - 0.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Mon Jul 27 2009 Fedora Release Engineering - 0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 46534229ee7606b46850aee3bd8d7eb46c2c0a26 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:27:38 +0000 Subject: [PATCH 07/19] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 2 -- 3 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 7cc030c..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: zapplet -# $Id: Makefile,v 1.1 2009/01/15 20:13:55 kevin Exp $ -NAME := zapplet -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/import.log b/import.log deleted file mode 100644 index 4accb16..0000000 --- a/import.log +++ /dev/null @@ -1,2 +0,0 @@ -zapplet-0_1-3:HEAD:zapplet-0.1-3.src.rpm:1232129636 -zapplet-0_1-4_fc10:HEAD:zapplet-0.1-4.fc10.src.rpm:1232367927 From 229896f6b7cf4c74d7fec835694ff7282691a09d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 02:29:04 -0600 Subject: [PATCH 08/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 2b10061..b041f6d 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 7%{dist} +Release: 8%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 0.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jul 22 2010 David Malcolm - 0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild From c2fdb0d6a132290c0fb912c5d4e43ad6cfca8465 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 03:33:43 -0600 Subject: [PATCH 09/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index b041f6d..6a1157c 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 8%{dist} +Release: 9%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Feb 08 2011 Fedora Release Engineering - 0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 9b3ab27972547790873e6a6212838e351149e5a3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 02:59:10 -0500 Subject: [PATCH 10/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 6a1157c..ffdf8cb 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 9%{dist} +Release: 10%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From a341005095bd89fcc28dda804eff8ca213d0dc93 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 22:16:50 -0600 Subject: [PATCH 11/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index ffdf8cb..9efb686 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 10%{dist} +Release: 11%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From c9874487812a09d3eb7249e9517d56ab41ef6fc5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 04:43:52 -0500 Subject: [PATCH 12/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 9efb686..826e093 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 11%{dist} +Release: 12%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 1d4260110dbf2f85b4a46d084ca0c9d90b47a963 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 13:01:29 -0500 Subject: [PATCH 13/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 826e093..326562b 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 12%{dist} +Release: 13%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/applications/zapplet.desktop %doc README.fedora %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 81575f756e6c23d9f2cebf054dc975c65703dff9 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 30 Jun 2014 18:26:58 -0700 Subject: [PATCH 14/19] Replace python-setuptools-devel BR with python-setuptools --- zapplet.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zapplet.spec b/zapplet.spec index 326562b..1bd6032 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 13%{dist} +Release: 14%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -10,7 +10,7 @@ Source0: http://downloads.sourceforge.net/zapplet/zapplet-%{version}.tar. Source1: http://ke4qqq.fedorapeople.org/zapplet/README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python -BuildRequires: python-setuptools-devel +BuildRequires: python-setuptools BuildRequires: desktop-file-utils Requires: pygtk2 BuildArch: noarch @@ -40,7 +40,11 @@ rm -rf %{buildroot} %{_bindir}/%{name} %{_datadir}/applications/zapplet.desktop %doc README.fedora + %changelog +* Mon Jun 30 2014 Toshio Kuratomi - 0.1-14 +- Replace python-setuptools-devel BR with python-setuptools + * Sat Jun 07 2014 Fedora Release Engineering - 0.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From e685d9ed30d905bf1668bab9b8b3c1f678aba8fc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:43:33 +0000 Subject: [PATCH 15/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 1bd6032..2556c24 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 14%{dist} +Release: 15%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -42,6 +42,9 @@ rm -rf %{buildroot} %doc README.fedora %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Jun 30 2014 Toshio Kuratomi - 0.1-14 - Replace python-setuptools-devel BR with python-setuptools From 249207b37a651143809c86d1377be39ae09af2e6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 04:03:25 +0000 Subject: [PATCH 16/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 2556c24..6f275ce 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 15%{dist} +Release: 16%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -42,6 +42,9 @@ rm -rf %{buildroot} %doc README.fedora %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 0.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From c322854645e108a77c0e5417ef8edc01364e604d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 13:15:20 +0000 Subject: [PATCH 17/19] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index 6f275ce..e794ec8 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 16%{dist} +Release: 17%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -42,6 +42,9 @@ rm -rf %{buildroot} %doc README.fedora %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.1-17 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Fri Feb 05 2016 Fedora Release Engineering - 0.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 89174da73933ef8c23962f66cf1cb83c4509de06 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 18:21:47 +0000 Subject: [PATCH 18/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- zapplet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zapplet.spec b/zapplet.spec index e794ec8..fca8a16 100644 --- a/zapplet.spec +++ b/zapplet.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zapplet Version: 0.1 -Release: 17%{dist} +Release: 18%{dist} Summary: Zenoss Tray Applet Group: Applications/Communications License: GPLv2+ @@ -42,6 +42,9 @@ rm -rf %{buildroot} %doc README.fedora %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Tue Jul 19 2016 Fedora Release Engineering - 0.1-17 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages From 6902ec1e278246de4748d99ddea5340ae83f3cb0 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 17 Feb 2017 19:51:07 +0100 Subject: [PATCH 19/19] 2017-02-17: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 1 - README.fedora | 2 -- dead.package | 3 ++ sources | 1 - zapplet.spec | 95 --------------------------------------------------- 5 files changed, 3 insertions(+), 99 deletions(-) delete mode 100644 .gitignore delete mode 100644 README.fedora create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zapplet.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 04ca0b5..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -zapplet-0.1.tar.gz diff --git a/README.fedora b/README.fedora deleted file mode 100644 index fbba5cb..0000000 --- a/README.fedora +++ /dev/null @@ -1,2 +0,0 @@ -To have Zapplet start on login use the following command as root: -'cp /usr/share/applications/zapplet.desktop /etc/xdg/autostart/zapplet.desktop' diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..1eda3ff --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2017-02-17: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index 6e419ba..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d12db237f805d6711d8d720080e06eaa zapplet-0.1.tar.gz diff --git a/zapplet.spec b/zapplet.spec deleted file mode 100644 index fca8a16..0000000 --- a/zapplet.spec +++ /dev/null @@ -1,95 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -Name: zapplet -Version: 0.1 -Release: 18%{dist} -Summary: Zenoss Tray Applet -Group: Applications/Communications -License: GPLv2+ -URL: http://zapplet.sourceforge.net -Source0: http://downloads.sourceforge.net/zapplet/zapplet-%{version}.tar.gz -Source1: http://ke4qqq.fedorapeople.org/zapplet/README.fedora -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python -BuildRequires: python-setuptools -BuildRequires: desktop-file-utils -Requires: pygtk2 -BuildArch: noarch - -%description -Zapplet is a tray applet for monitoring aspects of Zenoss from the desktop. - -%prep -%setup -q -n zapplet-%{version} -cp %{SOURCE1} ./README.fedora -%build -CFLAGS="%{optflags}" %{__python} setup.py build - -%install -rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} - -desktop-file-install --add-category="Network" --dir=%{buildroot}%{_datadir}/applications zapplet.desktop -rm -rf %{buildroot}%{_sysconfdir}/xdg/autostart/zapplet.desktop - -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root,-) -%{python_sitelib}/* -%{_bindir}/%{name} -%{_datadir}/applications/zapplet.desktop -%doc README.fedora - -%changelog -* Sat Feb 11 2017 Fedora Release Engineering - 0.1-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 0.1-17 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Feb 05 2016 Fedora Release Engineering - 0.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Jun 30 2014 Toshio Kuratomi - 0.1-14 -- Replace python-setuptools-devel BR with python-setuptools - -* Sat Jun 07 2014 Fedora Release Engineering - 0.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Feb 08 2011 Fedora Release Engineering - 0.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 22 2010 David Malcolm - 0.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 0.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Jan 19 2009 David Nalley 0.1-4 -- Made changes suggested by ianweller to fix cvs issues -* Sun Dec 28 2008 David Nalley 0.1-3 -- Made changes suggested by Brian Pepple -* Sat Dec 27 2008 David Nalley 0.1-2 -- Making corrections suggested by Fabian Affolter -* Sun Dec 14 2008 David Nalley 0.1-1 -- Initial packaging efforts -