From 19d3218ddac2d66fbd8b9622dee62a21a72ce636 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 27 Jun 2008 23:26:46 +0000 Subject: [PATCH 01/18] Initialize branch F-8 for xesam-tools --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From c6d606111f7baef8be820ca0154b127881ee159c Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Sat, 28 Jun 2008 22:17:14 +0000 Subject: [PATCH 02/18] Initial import --- .cvsignore | 1 + import.log | 1 + sources | 1 + xesam-tools.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 import.log create mode 100644 xesam-tools.spec diff --git a/.cvsignore b/.cvsignore index e69de29..cca8510 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xesam-tools-0.6.1.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..21dbaa8 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +xesam-tools-0_6_1-1_fc9:HEAD:xesam-tools-0.6.1-1.fc9.src.rpm:1214691428 diff --git a/sources b/sources index e69de29..9e73eef 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +00f2b2b0ed3f5336115a0c029eb1cd38 xesam-tools-0.6.1.tar.gz diff --git a/xesam-tools.spec b/xesam-tools.spec new file mode 100644 index 0000000..166692d --- /dev/null +++ b/xesam-tools.spec @@ -0,0 +1,54 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Summary: A toolkit for Xesam compliant services +Name: xesam-tools +Version: 0.6.1 +Release: 1%{?dist} +License: LGPLv2 +Group: Applications/System +URL: http://xesam.org/main +Source0: http://xesam.org/people/kamstrup/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python-devel + +BuildArch: noarch + +%description +xesam-tools provides Python packages to interface with Xesam +compliant services as well as a command line tool to use directly. + +It also features a framework for easily implementing xesam compliant +servers via the xesam.server package. There are two examples bundled +with this distribution. Namely demo/xesam-yahoo-service and +demo/xesam-dummy-service. Both include a small header describing +their usage. + +The implementation uses gobject and the Python dbus bindings for the gobject +mainloop. There's no gui, only a command line application (xesam-tool). + +%prep +%setup -q + +%build +%{__python} setup.py build + +%install +rm -rf %{buildroot} +%{__python} setup.py install -O1 --skip-build --root %{buildroot} + +chmod 0644 demo/xesam-yahoo-service demo/xesam-dummy-service + +%clean +rm -rf %{buildroot} + +%files +%defattr(-, root, root, -) +%doc AUTHORS ChangeLog COPYING README +%doc demo/xesam-yahoo-service demo/xesam-dummy-service +%{_bindir}/xesam-tool +%{python_sitelib}/xesam/ +%{python_sitelib}/xesam*.egg-info + +%changelog +* Mon May 12 2008 Deji Akingunola - 0.6.1-1 +- Initial packaging for Fedora. From 826cfc57bbf5064f3f7c7d274c4aed96da33d229 Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Sat, 28 Jun 2008 22:22:19 +0000 Subject: [PATCH 03/18] Initial import --- .cvsignore | 1 + import.log | 1 + sources | 1 + xesam-tools.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 import.log create mode 100644 xesam-tools.spec diff --git a/.cvsignore b/.cvsignore index e69de29..cca8510 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xesam-tools-0.6.1.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..1fcfebf --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +xesam-tools-0_6_1-1_fc9:F-8:xesam-tools-0.6.1-1.fc9.src.rpm:1214691732 diff --git a/sources b/sources index e69de29..9e73eef 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +00f2b2b0ed3f5336115a0c029eb1cd38 xesam-tools-0.6.1.tar.gz diff --git a/xesam-tools.spec b/xesam-tools.spec new file mode 100644 index 0000000..166692d --- /dev/null +++ b/xesam-tools.spec @@ -0,0 +1,54 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Summary: A toolkit for Xesam compliant services +Name: xesam-tools +Version: 0.6.1 +Release: 1%{?dist} +License: LGPLv2 +Group: Applications/System +URL: http://xesam.org/main +Source0: http://xesam.org/people/kamstrup/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python-devel + +BuildArch: noarch + +%description +xesam-tools provides Python packages to interface with Xesam +compliant services as well as a command line tool to use directly. + +It also features a framework for easily implementing xesam compliant +servers via the xesam.server package. There are two examples bundled +with this distribution. Namely demo/xesam-yahoo-service and +demo/xesam-dummy-service. Both include a small header describing +their usage. + +The implementation uses gobject and the Python dbus bindings for the gobject +mainloop. There's no gui, only a command line application (xesam-tool). + +%prep +%setup -q + +%build +%{__python} setup.py build + +%install +rm -rf %{buildroot} +%{__python} setup.py install -O1 --skip-build --root %{buildroot} + +chmod 0644 demo/xesam-yahoo-service demo/xesam-dummy-service + +%clean +rm -rf %{buildroot} + +%files +%defattr(-, root, root, -) +%doc AUTHORS ChangeLog COPYING README +%doc demo/xesam-yahoo-service demo/xesam-dummy-service +%{_bindir}/xesam-tool +%{python_sitelib}/xesam/ +%{python_sitelib}/xesam*.egg-info + +%changelog +* Mon May 12 2008 Deji Akingunola - 0.6.1-1 +- Initial packaging for Fedora. From 5ced4805cd7bd5f2c7a051df8b63a80a9d84c159 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 17:35:14 +0000 Subject: [PATCH 04/18] Rebuild for Python 2.6 --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index 166692d..c2b2495 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,5 +50,8 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.6.1-2 +- Rebuild for Python 2.6 + * Mon May 12 2008 Deji Akingunola - 0.6.1-1 - Initial packaging for Fedora. From 0c20e0d74ffa932e6700b357a44551f9a60c2f8d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 08:36:28 +0000 Subject: [PATCH 05/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index c2b2495..285df16 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.6.1-2 - Rebuild for Python 2.6 From 9d5b4535fe5dd67baea1389085143dfd7d3ffdd6 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:48:33 +0000 Subject: [PATCH 06/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index 285df16..bb7cdf1 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From ac0f71d2d88fc5cbdac8c5b6572d9234635ec441 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:56 +0000 Subject: [PATCH 07/18] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8e0002..815eca7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xesam-tools 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 46ac937ccf9e38d441bf107f4afebbec9a4bb13d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:30:47 +0000 Subject: [PATCH 08/18] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8e0002..815eca7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xesam-tools 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 6ad0a2deeff3b6b0959b6b00d9de0df585e1baa1 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 22 Jul 2010 07:18:12 +0000 Subject: [PATCH 09/18] - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index bb7cdf1..031050f 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Thu Jul 22 2010 David Malcolm - 0.6.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From e64a3caa230e7d5d22a76f7411660ab9ae16b6fa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:41:57 +0000 Subject: [PATCH 10/18] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch 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 815eca7..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xesam-tools -# $Id$ -NAME := xesam-tools -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/branch b/branch deleted file mode 100644 index e9e7ccd..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-8 diff --git a/import.log b/import.log deleted file mode 100644 index 1fcfebf..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -xesam-tools-0_6_1-1_fc9:F-8:xesam-tools-0.6.1-1.fc9.src.rpm:1214691732 From 73caa538e08df2ef87c18f79a872a7f8f91333cb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:41:59 +0000 Subject: [PATCH 11/18] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 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 815eca7..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xesam-tools -# $Id$ -NAME := xesam-tools -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 21dbaa8..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -xesam-tools-0_6_1-1_fc9:HEAD:xesam-tools-0.6.1-1.fc9.src.rpm:1214691428 From 58e70259b1215db333f183095066054f181d1506 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:07:11 -0600 Subject: [PATCH 12/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index 031050f..343950e 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jul 22 2010 David Malcolm - 0.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild From 0700e84928cf625e22bcc92732a8272bfc8484ce Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:45:50 -0600 Subject: [PATCH 13/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index 343950e..6e2601c 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From fc72e4a6fd991f26721a13dc2d18987ead328e14 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 23:57:55 -0500 Subject: [PATCH 14/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index 6e2601c..22142bf 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 4ff3c02950697b549d68136e16c7f36352230dde Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:33:50 -0600 Subject: [PATCH 15/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index 22142bf..8f4071e 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 392f78918585ec9772d42ee50ed62b56d0ffea9c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:52:48 -0500 Subject: [PATCH 16/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index 8f4071e..8e55b3b 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 8e5b964131823bbe19c145e759bff54ee9f0637e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 00:31:14 -0500 Subject: [PATCH 17/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xesam-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xesam-tools.spec b/xesam-tools.spec index 8e55b3b..5c5bc9f 100644 --- a/xesam-tools.spec +++ b/xesam-tools.spec @@ -3,7 +3,7 @@ Summary: A toolkit for Xesam compliant services Name: xesam-tools Version: 0.6.1 -Release: 10%{?dist} +Release: 11%{?dist} License: LGPLv2 Group: Applications/System URL: http://xesam.org/main @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{python_sitelib}/xesam*.egg-info %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From c5e4840f9596460a05a68a88ac9e0a8beeb3233a Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 4 Nov 2014 08:06:53 +0100 Subject: [PATCH 18/18] 2014-11-04: Retired because it was orphaned for 6 or more weeks --- .gitignore | 1 - dead.package | 2 ++ sources | 1 - xesam-tools.spec | 84 ------------------------------------------------ 4 files changed, 2 insertions(+), 86 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xesam-tools.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cca8510..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xesam-tools-0.6.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..73d721c --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2014-11-04: Retired because it was orphaned for 6 or more weeks + diff --git a/sources b/sources deleted file mode 100644 index 9e73eef..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -00f2b2b0ed3f5336115a0c029eb1cd38 xesam-tools-0.6.1.tar.gz diff --git a/xesam-tools.spec b/xesam-tools.spec deleted file mode 100644 index 5c5bc9f..0000000 --- a/xesam-tools.spec +++ /dev/null @@ -1,84 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Summary: A toolkit for Xesam compliant services -Name: xesam-tools -Version: 0.6.1 -Release: 11%{?dist} -License: LGPLv2 -Group: Applications/System -URL: http://xesam.org/main -Source0: http://xesam.org/people/kamstrup/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel - -BuildArch: noarch - -%description -xesam-tools provides Python packages to interface with Xesam -compliant services as well as a command line tool to use directly. - -It also features a framework for easily implementing xesam compliant -servers via the xesam.server package. There are two examples bundled -with this distribution. Namely demo/xesam-yahoo-service and -demo/xesam-dummy-service. Both include a small header describing -their usage. - -The implementation uses gobject and the Python dbus bindings for the gobject -mainloop. There's no gui, only a command line application (xesam-tool). - -%prep -%setup -q - -%build -%{__python} setup.py build - -%install -rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} - -chmod 0644 demo/xesam-yahoo-service demo/xesam-dummy-service - -%clean -rm -rf %{buildroot} - -%files -%defattr(-, root, root, -) -%doc AUTHORS ChangeLog COPYING README -%doc demo/xesam-yahoo-service demo/xesam-dummy-service -%{_bindir}/xesam-tool -%{python_sitelib}/xesam/ -%{python_sitelib}/xesam*.egg-info - -%changelog -* Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 22 2010 David Malcolm - 0.6.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.6.1-2 -- Rebuild for Python 2.6 - -* Mon May 12 2008 Deji Akingunola - 0.6.1-1 -- Initial packaging for Fedora.