update to version 2.1.fb33-1
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
db19bb6105
commit
1c4328149a
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
|||||||
/rtslib-fb-2.1.fb28.tar.gz
|
/rtslib-fb-2.1.fb28.tar.gz
|
||||||
/rtslib-fb-2.1.fb30.tar.gz
|
/rtslib-fb-2.1.fb30.tar.gz
|
||||||
/rtslib-fb-2.1.fb32.tar.gz
|
/rtslib-fb-2.1.fb32.tar.gz
|
||||||
|
/rtslib-fb-2.1.fb33.tar.gz
|
||||||
|
@ -8,13 +8,10 @@ Name: python-rtslib
|
|||||||
License: AGPLv3
|
License: AGPLv3
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: API for Linux kernel LIO SCSI target
|
Summary: API for Linux kernel LIO SCSI target
|
||||||
Version: 2.1.fb32
|
Version: 2.1.fb33
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/agrover/rtslib-fb/
|
URL: https://fedorahosted.org/targetcli-fb/
|
||||||
# Acquire with
|
Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
|
||||||
# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
|
|
||||||
# and it will save with the name below. Not cool, github.
|
|
||||||
Source: https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel epydoc
|
BuildRequires: python-devel epydoc
|
||||||
@ -82,18 +79,22 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%doc COPYING README
|
%doc COPYING README.md
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-rtslib
|
%files -n python3-rtslib
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%doc COPYING README
|
%doc COPYING README.md
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 2 2013 Andy Grover <agrover@redhat.com> - 2.1.fb33-1
|
||||||
|
- New upstream version
|
||||||
|
- Update source file location
|
||||||
|
|
||||||
* Tue Apr 16 2013 Andy Grover <agrover@redhat.com> - 2.1.fb32-2
|
* Tue Apr 16 2013 Andy Grover <agrover@redhat.com> - 2.1.fb32-2
|
||||||
- Add python3 subpackage
|
- Add python3 subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user