Build for release anata-python-client-1.3.16-2
This commit is contained in:
parent
7de74c729c
commit
a71c9f276f
1 changed files with 6 additions and 2 deletions
|
|
@ -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 <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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue