%global oname rtslib-fb Name: python-rtslib License: AGPLv3 Group: System Environment/Libraries Summary: API for RisingTide Systems generic SCSI target Version: 2.1.fb3 Release: 1%{?dist} URL: https://github.com/agrover/rtslib-fb/ Source: https://github.com/agrover/%{oname}/tarball/v%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-ipaddr python-ethtool python-configobj python-devel Requires: python-ipaddr python-ethtool python-configobj %description API for generic Linux SCSI kernel target. %prep %setup -q -n agrover-%{oname}-40f97dd %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} mkdir -p %{buildroot}/var/lib/target/fabric cp specs/* %{buildroot}/var/lib/target/fabric %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{python_sitelib} /var/lib/target %doc COPYING README %changelog * Tue Jan 10 2012 Andy Grover - 2.1.fb3-1 - New upstream release * Tue Dec 6 2011 Andy Grover - 2.1.fb2-1 - New upstream release * Tue Dec 6 2011 Andy Grover - 2.1.fb1-1 - Change upstream URL - New upstream release - Remove upstreamed patches: * python-rtslib-git-version.patch * python-rtslib-use-ethtool.patch * python-rtslib-update-specpath.patch * Mon Nov 14 2011 Andy Grover - 1.99.1.git644eece-8 - Change archive instructions to use gzip -n - Fix issues raised in Fedora package review (#744349) * Thu Oct 6 2011 Andy Grover - 1.99.1.git644eece-7 - Remove patch * python-rtslib-del-unused-specs.patch * Wed Aug 17 2011 Andy Grover - 1.99-6 - Update based on review comments - Fully document steps to build archive - Remove commented-out extraneous text - Remove a repeat in Requires line - Update git-version.patch to have proper sha1 - Change location of fabric spec files to /var/lib/target - Remove unused specs * Tue May 10 2011 Andy Grover - 1.99-1 - Initial packaging