From a9c36af781d254268d2279223b51c51c774a4c98 Mon Sep 17 00:00:00 2001 From: anish Date: Mon, 28 Jul 2014 13:32:45 +0530 Subject: [PATCH 1/8] Added new spec file --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 40 +++++++++++++++++++-------------------- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 9ff63f0..4708a6e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /zanata-python-client-1.3.11.tar.gz /zanata-python-client-1.3.12.tar.gz /zanata-python-client-1.3.13.tar.gz +/1.3.14.tar.gz diff --git a/sources b/sources index 4599081..580c523 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab55b8c8141239c18fb6399f733eac72 zanata-python-client-1.3.13.tar.gz +36d20cfdb1b44969fedbe44cdbee0dbb 1.3.14.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 24fe0c0..abec701 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,15 +1,11 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - Name: zanata-python-client -Version: 1.3.13 +Version: 1.3.14 Release: 3%{?dist} Summary: Python Client for Zanata Server - -Group: Development/Tools License: LGPLv2+ URL: http://zanata.org -Source0: https://github.com/downloads/zanata/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: https://github.com/zanata/zanata-python-client/archive/%{version}.tar.gz + BuildArch: noarch BuildRequires: python-setuptools @@ -21,9 +17,8 @@ Requires: python-simplejson %endif Conflicts: python-json -%if 0%{?fedora} < 13 -BuildRequires: python-devel -%endif +BuildRequires: python2-devel + Provides: flies-python-client = %{version}-%{release} Obsoletes: flies-python-client < 1.1 @@ -34,25 +29,28 @@ Zanata Python client is a client that communicate with Zanata server. %setup -q %build -python setup.py build +%{__python2} setup.py build cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT -# Remove excessive docs -rm -rf $RPM_BUILD_ROOT/usr/share/doc/%{name} +%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-, root, root, -) -%doc README COPYING COPYING.LESSER zanata.ini CHANGELOG -%{python_sitelib}/* +%doc README COPYING.LESSER zanata.ini CHANGELOG +%{python2_sitelib}/* %{_bindir}/* %changelog +* Fri Jul 25 2014 Anish Patil - 1.3.14-3 +- Incorporated package review comments + +* Thu Jul 24 2014 Anish Patil - 1.3.14-2 +- Incorporated package review comments + +* Tue Jul 22 2014 Anish Patil - 1.3.14-1 +- Upstream has released new version + * Sun Aug 04 2013 Fedora Release Engineering - 1.3.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -175,7 +173,7 @@ rm -rf $RPM_BUILD_ROOT - Add flies command for fallback * Thu Mar 31 2011 James Ni - 1.2.0-2 -- Change the URL, add Provides and Obsoletes, add zanata.ini in %doc +- Change the URL, add Provides and Obsoletes, add zanata.ini in %%doc * Tue Mar 29 2011 James Ni - 1.2.0-1 - Rename the flies to zanata, rename fliesclient to zanataclient From ad317505ec15864b44d65a3cf50148418b84bc85 Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 11 Sep 2014 11:23:22 +0530 Subject: [PATCH 2/8] Build for new release --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4708a6e..0842c50 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /zanata-python-client-1.3.12.tar.gz /zanata-python-client-1.3.13.tar.gz /1.3.14.tar.gz +/v1.3.15.tar.gz diff --git a/sources b/sources index 580c523..121643f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36d20cfdb1b44969fedbe44cdbee0dbb 1.3.14.tar.gz +ac16b5e12bf48e1c1fa0a0084a9e5407 v1.3.15.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index abec701..cddfede 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,10 +1,10 @@ Name: zanata-python-client -Version: 1.3.14 -Release: 3%{?dist} +Version: 1.3.15 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org -Source0: https://github.com/zanata/zanata-python-client/archive/%{version}.tar.gz +Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz BuildArch: noarch @@ -42,6 +42,9 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %{_bindir}/* %changelog +* Thu Sep 11 2014 Anish Patil - 1.3.15-1 +- Upstream has released new version + * Fri Jul 25 2014 Anish Patil - 1.3.14-3 - Incorporated package review comments From 2fbdee12e69141a6ec88bd4a4ce48ade8bb00b3a Mon Sep 17 00:00:00 2001 From: anish Date: Fri, 19 Sep 2014 15:42:35 +0530 Subject: [PATCH 3/8] Upstream has released new version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0842c50..69d1764 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /zanata-python-client-1.3.13.tar.gz /1.3.14.tar.gz /v1.3.15.tar.gz +/v1.3.16.tar.gz diff --git a/sources b/sources index 121643f..c092d18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac16b5e12bf48e1c1fa0a0084a9e5407 v1.3.15.tar.gz +e9e42843d85abebf02b788dbd83bc828 v1.3.16.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index cddfede..c44d6e1 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.15 +Version: 1.3.16 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -42,10 +42,10 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %{_bindir}/* %changelog -* Thu Sep 11 2014 Anish Patil - 1.3.15-1 +* Fri Sep 19 2014 Anish Patil - 1.3.16-1 - Upstream has released new version -* Fri Jul 25 2014 Anish Patil - 1.3.14-3 +* Fri Jul 25 2014 Anish Patil - 1.3.15-1 - Incorporated package review comments * Thu Jul 24 2014 Anish Patil - 1.3.14-2 From 78758e2853e43430b268a9c360245c72b88b36a1 Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 6 Nov 2014 15:45:41 +0530 Subject: [PATCH 4/8] Build for zanata-python-client-1.3.16-2 --- zanata-python-client.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index c44d6e1..09453d1 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.3.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -34,14 +34,18 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %install %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT - +rm -rf $RPM_BUILD_ROOT/%{_docdir} %files %doc README COPYING.LESSER zanata.ini CHANGELOG %{python2_sitelib}/* %{_bindir}/* + %changelog +* Thu Nov 06 2014 Anish Patil - 1.3.16-2 +- New package guidelines,removed doc dir at the end of install + * Fri Sep 19 2014 Anish Patil - 1.3.16-1 - Upstream has released new version From 5206f08db6bc8d927723ea5a43f5f7b7296d2bd7 Mon Sep 17 00:00:00 2001 From: anish Date: Wed, 3 Dec 2014 12:46:46 +0530 Subject: [PATCH 5/8] Upstream has released new sources --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 69d1764..9205610 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /1.3.14.tar.gz /v1.3.15.tar.gz /v1.3.16.tar.gz +/v1.3.18.tar.gz diff --git a/sources b/sources index c092d18..2f39cfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9e42843d85abebf02b788dbd83bc828 v1.3.16.tar.gz +7577a3d940d385ab7654fac5bb891af9 v1.3.18.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 09453d1..c2a6314 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client -Version: 1.3.16 -Release: 2%{?dist} +Version: 1.3.18 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Wed Dec 03 2014 Anish Patil - 1.3.18-1 +- Upstream has released new version + * Thu Nov 06 2014 Anish Patil - 1.3.16-2 - New package guidelines,removed doc dir at the end of install From 6fceaee206c232c4ac343a6e22370c24e2dc7c37 Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Mon, 23 Feb 2015 12:31:48 +0530 Subject: [PATCH 6/8] Upstream has released new version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9205610..bf5d20e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /v1.3.15.tar.gz /v1.3.16.tar.gz /v1.3.18.tar.gz +/v1.3.19.tar.gz diff --git a/sources b/sources index 2f39cfb..3bf0cfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7577a3d940d385ab7654fac5bb891af9 v1.3.18.tar.gz +abd917836e55e1018ffa4486e8fd1f21 v1.3.19.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index c2a6314..55f655c 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.18 +Version: 1.3.19 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Mon Feb 23 2015 Anish Patil - 1.3.19-1 +- Upstream has released new version + * Wed Dec 03 2014 Anish Patil - 1.3.18-1 - Upstream has released new version From 1dadf5cf9944c020a36df006826be9ee318a686c Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Mon, 2 Mar 2015 14:41:23 +0530 Subject: [PATCH 7/8] Build for v 1.3.20 version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bf5d20e..df11d84 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /v1.3.16.tar.gz /v1.3.18.tar.gz /v1.3.19.tar.gz +/v1.3.20.tar.gz diff --git a/sources b/sources index 3bf0cfb..5aab091 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abd917836e55e1018ffa4486e8fd1f21 v1.3.19.tar.gz +b132bb1b8aa7979bf7f00a63fe4e22a6 v1.3.20.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 55f655c..7159f80 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.19 +Version: 1.3.20 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Mon Mar 02 2015 Anish Patil - 1.3.20-1 +- Upstream has released new version + * Mon Feb 23 2015 Anish Patil - 1.3.19-1 - Upstream has released new version From 3c799fc52d9b83fb4b658a83d3165f5937fee894 Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Tue, 3 Mar 2015 21:11:42 +0530 Subject: [PATCH 8/8] Upstream has released new sources --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df11d84..45e378d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /v1.3.18.tar.gz /v1.3.19.tar.gz /v1.3.20.tar.gz +/v1.3.21.tar.gz diff --git a/sources b/sources index 5aab091..5b7bacc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b132bb1b8aa7979bf7f00a63fe4e22a6 v1.3.20.tar.gz +3bca1ea2002799f69901c46dad070a1f v1.3.21.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 7159f80..cec6e1f 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.20 +Version: 1.3.21 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Tue Mar 03 2015 Anish Patil - 1.3.21-1 +- Upstream has released new version + * Mon Mar 02 2015 Anish Patil - 1.3.20-1 - Upstream has released new version