]> git.pld-linux.org Git - packages/python-markdown.git/commitdiff
- updated to 2.2.0 auto/th/python-Markdown-2.2.0-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Thu, 2 Aug 2012 16:37:38 +0000 (18:37 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Thu, 2 Aug 2012 16:37:38 +0000 (18:37 +0200)
- updated URL, BR and R versions

python-Markdown.spec

index 937646f998139fd2bd508f8e3489416462d1ed53..37e457480858af1342132a9579e92c4d921c20a7 100644 (file)
@@ -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
This page took 0.06199 seconds and 4 git commands to generate.