]> git.pld-linux.org Git - packages/php-pecl-archive.git/commitdiff
- fix build on php-5.2
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 26 Dec 2006 17:50:40 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-archive.spec -> 1.13

php-pecl-archive.spec

index b820848d78ab62f21150bc3c366d6004f1cf6acd..8661b23aa2aaee49cdda5526d5d098caee0df82a 100644 (file)
@@ -4,11 +4,12 @@ Summary:      %{_modname} - manipulate tar/cpio archives
 Summary(pl):   %{_modname} - obróbka archiwów tar/cpio
 Name:          php-pecl-%{_modname}
 Version:       0.2
-Release:       6
+Release:       7
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
 # Source0-md5: 1b121440b2c460b2a1af46e31f23e46e
+Patch0:                %{name}-php52.patch
 URL:           http://pecl.php.net/package/archive/
 BuildRequires: libarchive-devel
 BuildRequires: php-devel >= 3:5.0.0
@@ -32,6 +33,8 @@ To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
 %setup -q -c
+cd %{_modname}-%{version}
+%patch0 -p0
 
 %build
 cd %{_modname}-%{version}
This page took 0.057226 seconds and 4 git commands to generate.