97 lines
3.3 KiB
RPMSpec
97 lines
3.3 KiB
RPMSpec
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
Name: python-xmltramp
|
|
Version: 2.17
|
|
Release: 15%{?dist}
|
|
Summary: Pythonic API for XML
|
|
|
|
Group: Development/Languages
|
|
License: GPLv2
|
|
# License text is not present in the upstream file, though clearly marked as GPLv2
|
|
# See https://www.redhat.com/archives/fedora-legal-list/2008-January/msg00010.html
|
|
|
|
URL: http://www.aaronsw.com/2002/xmltramp/
|
|
Source0: http://www.aaronsw.com/2002/xmltramp/xmltramp-%{version}.py
|
|
Patch0: %{name}-%{version}-nsprefixes.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: python-devel
|
|
|
|
%description
|
|
xmltramp is a simple Pythonic API for working with XML
|
|
|
|
%prep
|
|
%setup -c -T
|
|
cp -p %{SOURCE0} xmltramp.py
|
|
%patch0 -p1 -b.nsprefixes
|
|
|
|
%build
|
|
# noarch
|
|
|
|
%check
|
|
%{__python} xmltramp.py
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{python_sitelib}/
|
|
cp -p xmltramp.py $RPM_BUILD_ROOT/%{python_sitelib}/
|
|
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{python_sitelib}/xmltramp.py*
|
|
|
|
|
|
%changelog
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-15
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Jun 07 2013 Dan Callaghan <dcallagh@redhat.com> - 2.17-12
|
|
- Patch for RHBZ#750694
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.17-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.17-4
|
|
- Rebuild for Python 2.6
|
|
|
|
* Fri Jan 18 2008 David Malcolm <dmalcolm@redhat.com> - 2.17-3
|
|
- add comment in specfile about the License text
|
|
|
|
* Tue Nov 13 2007 David Malcolm <dmalcolm@redhat.com> - 2.17-2
|
|
- fix License tag
|
|
- fix capitalization of Summary tag
|
|
- preserve timestamp when installing
|
|
|
|
* Fri Aug 3 2007 David Malcolm <dmalcolm@redhat.com> - 2.17-1
|
|
- initial packaging
|
|
|