Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52aad8653b | ||
|
|
c27b0e9867 | ||
|
|
69c44d9611 | ||
|
|
5df217d6f8 | ||
| 66857486ff | |||
|
3c1ca5d776 |
|||
|
|
4a83e22e05 | ||
|
|
607f4e31a4 | ||
|
|
e8287a0e87 | ||
|
|
e99f3edd76 |
4 changed files with 1 additions and 70 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/xml2dict-2008.6.1-tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://fedoraproject.org/wiki/Changes/F31_Mass_Python_2_Package_Removal
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
010820a172ddcf9faa399286fcdb1f41 xml2dict-2008.6.1-tar.gz
|
||||
|
|
@ -1,68 +0,0 @@
|
|||
%global alphatag 2008.6.1
|
||||
Name: xml2dict
|
||||
Version: 0
|
||||
Release: 0.11.%{alphatag}
|
||||
Summary: Use attributes of dictionary to access XML elements
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPLv2+
|
||||
URL: http://code.google.com/p/xml2dict/
|
||||
Source0: http://xml2dict.googlecode.com/files/xml2dict-%{alphatag}-tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
|
||||
%description
|
||||
Use attributes of dictionary to access XML elements.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-read-only
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -d $RPM_BUILD_ROOT%{python_sitelib}/
|
||||
install -pm 0644 xml2dict.py $RPM_BUILD_ROOT%{python_sitelib}/
|
||||
install -pm 0644 object_dict.py $RPM_BUILD_ROOT%{python_sitelib}/
|
||||
|
||||
|
||||
%files
|
||||
%doc README LICENSE
|
||||
%{python_sitelib}/xml2dict.py*
|
||||
%{python_sitelib}/object_dict.py*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.11.2008.6.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.10.2008.6.1
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.9.2008.6.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.8.2008.6.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.7.2008.6.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.6.2008.6.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.5.2008.6.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.4.2008.6.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Mar 19 2012 Yuguang Wang <yuwang@redhat.com> - 0-0.3
|
||||
- Update license files and fix install issues.
|
||||
|
||||
* Sun Jan 29 2012 Yuguang Wang <yuwang@redhat.com> - 0-0.2
|
||||
- Fix koji build issues in spec.
|
||||
|
||||
* Thu Dec 22 2011 Yuguang Wang <yuwang@redhat.com> - 0-0.1
|
||||
- Initial RPM release
|
||||
Loading…
Add table
Add a link
Reference in a new issue