]> git.pld-linux.org Git - packages/php-markdown.git/commitdiff
up to 1.0.1o, php 5.3 compatible auto/th/php-markdown-1.0.1o-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 30 Oct 2012 16:12:36 +0000 (18:12 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 30 Oct 2012 16:12:36 +0000 (18:12 +0200)
php-markdown.spec

index 9c48ec11508562e2db61990a7137e7f0d764b2fb..07dfc0eb15b2953e65206e93c6f96bb4abb04320 100644 (file)
@@ -1,15 +1,16 @@
 %define                php_min_version 5.0.0
 Summary:       Markdown text-to-html converter
 Name:          php-markdown
-Version:       1.0.1n
+Version:       1.0.1o
 Release:       1
 License:       BSD-Style License
 Group:         Development/Languages/PHP
-Source0:       http://pear.michelf.com/get/%{name}-%{version}.tgz
-# Source0-md5: 371cc451cd8776758924309d9fbcad06
-URL:           http://pear.michelf.com/package/Markdown/
+Source0:       http://littoral.michelf.ca/code/php-markdown/%{name}-%{version}.zip
+# Source0-md5: fccaa1285c27a82bea15385591856250
+URL:           http://michelf.ca/projects/php-markdown/
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.610
+BuildRequires: unzip
 Requires:      php-common >= 4:%{php_min_version}
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,7 +29,8 @@ text. If you are using text-formatted email, you already know some
 part of the syntax.
 
 %prep
-%setup -qn Markdown-%{version}
+%setup -qc
+mv "PHP Markdown %{version}"/* .
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.105221 seconds and 4 git commands to generate.