Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
anish
106006190f Upstream has released new sources 2015-07-27 12:44:21 +10:00
Anish Patil
c56bc0ebf0 Upstream has released new sources 2015-03-03 21:11:41 +05:30
Anish Patil
592b47e6ab Build for v 1.3.20 version 2015-03-02 14:41:21 +05:30
Anish Patil
66b0c7e463 Uptream has released new version 2015-02-23 12:31:46 +05:30
Anish Patil
1624087127 Removing dead package 2015-02-10 16:57:21 +05:30
anish
1db1191db6 Upstream has released new sources 2014-12-03 12:46:20 +05:30
anish
4f5b8c1e34 Build for zanata-python-client-1.3.16-2 2014-11-06 15:45:28 +05:30
anish
5f380a14d3 Upstream has released new version 2014-09-19 15:42:05 +05:30
anish
545398d796 Build for new release 2014-09-11 11:23:17 +05:30
4 changed files with 39 additions and 8 deletions

7
.gitignore vendored
View file

@ -1 +1,8 @@
/1.3.14.tar.gz
/v1.3.15.tar.gz
/v1.3.16.tar.gz
/v1.3.18.tar.gz
/v1.3.19.tar.gz
/v1.3.20.tar.gz
/v1.3.21.tar.gz
/v1.3.22.tar.gz

View file

@ -1 +0,0 @@
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.

View file

@ -1 +1 @@
36d20cfdb1b44969fedbe44cdbee0dbb 1.3.14.tar.gz
cc4d32f4968236d5e6bf925653884d7f v1.3.22.tar.gz

View file

@ -1,10 +1,10 @@
Name: zanata-python-client
Version: 1.3.14
Release: 3%{?dist}
Version: 1.3.22
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
@ -34,15 +34,40 @@ 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
%doc README.rst COPYING.LESSER zanata.ini CHANGELOG
%{python2_sitelib}/*
%{_bindir}/*
%changelog
* Fri Jul 25 2014 Anish Patil <apatil@redhat.com> - 1.3.14-3
* Mon Jul 27 2015 Anish Patil <anish.developer@gmail.com> - 1.3.22-1
- Upstream has released new version
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Mar 03 2015 Anish Patil <apatil@redhat.com> - 1.3.21-1
- Upstream has released new version
* Mon Mar 02 2015 Anish Patil <apatil@redhat.com> - 1.3.20-1
- Upstream has released new version
* Mon Feb 23 2015 Anish Patil <apatil@redhat.com> - 1.3.19-1
- Upstream has released new version
* Wed Dec 03 2014 Anish Patil <apatil@redhat.com> - 1.3.18-1
- Upstream has released new version
* Thu Nov 06 2014 Anish Patil <apatil@redhat.com> - 1.3.16-2
- New package guidelines,removed doc dir at the end of install
* Fri Sep 19 2014 Anish Patil <apatil@redhat.com> - 1.3.16-1
- Upstream has released new version
* Fri Jul 25 2014 Anish Patil <apatil@redhat.com> - 1.3.15-1
- Incorporated package review comments
* Thu Jul 24 2014 Anish Patil <apatil@redhat.com> - 1.3.14-2