Build for release anata-python-client-1.3.16-2

This commit is contained in:
anish 2014-11-06 15:33:28 +05:30
commit a71c9f276f

View file

@ -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