Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
106006190f | ||
|
|
c56bc0ebf0 | ||
|
|
592b47e6ab | ||
|
|
66b0c7e463 | ||
|
|
1624087127 | ||
|
|
1db1191db6 | ||
|
|
4f5b8c1e34 | ||
|
|
5f380a14d3 | ||
|
|
545398d796 |
4 changed files with 39 additions and 8 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
36d20cfdb1b44969fedbe44cdbee0dbb 1.3.14.tar.gz
|
||||
cc4d32f4968236d5e6bf925653884d7f v1.3.22.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue