Add (conditional) requirement on python-elementtree. Fix changelog.
This commit is contained in:
parent
b121ccf28d
commit
f337e15a23
@ -1,3 +1,4 @@
|
||||
python-markdown-1_7-1_fc9:HEAD:python-markdown-1.7-1.fc9.src.rpm:1218525227
|
||||
python-markdown-2_0-1_fc10:HEAD:python-markdown-2.0-1.fc10.src.rpm:1240905362
|
||||
python-markdown-2_0_1-1_fc11:HEAD:python-markdown-2.0.1-1.fc11.src.rpm:1247315493
|
||||
python-markdown-2_0_1-3_fc11:HEAD:python-markdown-2.0.1-3.fc11.src.rpm:1251396032
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Name: python-markdown
|
||||
Version: 2.0.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Markdown implementation in Python
|
||||
Group: Development/Languages
|
||||
License: BSD
|
||||
@ -13,6 +13,10 @@ Source0: http://pypi.python.org/packages/source/M/%{srcname}/%{srcname}-%
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?rhel}
|
||||
BuildRequires: python-elementtree
|
||||
Requires: python-elementtree
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
@ -50,6 +54,11 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 27 2009 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.1-3
|
||||
- Add requirement on python-elementtree, which was a separate package
|
||||
before Python 2.5.
|
||||
- Re-add changelog entries accidentally removed earlier.
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
@ -63,5 +72,11 @@ rm -rf %{buildroot}
|
||||
- License changed to BSD only.
|
||||
- Upstream now provides a script to run markdown from the cmdline.
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.7-2
|
||||
- Rebuild for Python 2.6
|
||||
|
||||
* Mon Aug 4 2008 Thomas Moschny <thomas.moschny@gmx.de> - 1.7-1
|
||||
- New package.
|
||||
|
Loading…
Reference in New Issue
Block a user