[packages/python-Markdown] - updated to 2.2.0 - updated URL, BR and R versions
kiesiu
kiesiu at pld-linux.org
Thu Aug 2 18:38:16 CEST 2012
commit 8ae41e2f414b3d54f9557f4b0aee8a95a4af374a
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date: Thu Aug 2 18:37:38 2012 +0200
- updated to 2.2.0
- updated URL, BR and R versions
python-Markdown.spec | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/python-Markdown.spec b/python-Markdown.spec
index 937646f..37e4574 100644
--- a/python-Markdown.spec
+++ b/python-Markdown.spec
@@ -1,23 +1,22 @@
%define module Markdown
-Summary: Python implementation of Markdown.
+Summary: Python implementation of Markdown
Name: python-%{module}
-Version: 2.0.3
-Release: 2
+Version: 2.2.0
+Release: 1
License: BSD
Group: Development/Languages/Python
Source0: http://pypi.python.org/packages/source/M/Markdown/%{module}-%{version}.tar.gz
-# Source0-md5: 751e8055be2433dfd1a82e0fb1b12f13
-URL: http://www.freewisdom.org/projects/python-markdown
-BuildRequires: python-devel
+# Source0-md5: 28dd4f54894b3af2615b08f50d2ce4bf
+URL: http://packages.python.org/Markdown/
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
-Requires: python-modules
+Requires: python-modules >= 2.5
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-This is a Python implementation of John Gruber's Markdown. It is almost
-completely compliant with the reference implementation.
+This is a Python implementation of John Gruber's Markdown. It is
+almost completely compliant with the reference implementation.
%prep
%setup -q -n %{module}-%{version}
@@ -39,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc docs
-%attr(755,root,root) %{_bindir}/markdown
+%attr(755,root,root) %{_bindir}/markdown_py
%{py_sitescriptdir}/markdown
%if "%{py_ver}" > "2.4"
%{py_sitescriptdir}/*.egg-info
More information about the pld-cvs-commit
mailing list