]> git.pld-linux.org Git - packages/php-pecl-memcache.git/commitdiff
- changelog bcond don't needed actually
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 8 Nov 2011 20:15:14 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-memcache.spec -> 1.58

php-pecl-memcache.spec

index ce35830757be560a9aae6f6e11ae17465a73ccd0..4d313d362c28dfcc596bb2c4babf8ca52b16a037 100644 (file)
@@ -1,4 +1,3 @@
-%bcond_without changelog
 %include       /usr/lib/rpm/macros.php
 %define                modname memcache
 %define                php_min_version 5.0.0
@@ -20,7 +19,7 @@ URL:          http://pecl.php.net/package/memcache/
 BuildRequires: php-devel >= 3:5.0.0
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.344
-%{?with_changelog:BuildRequires:       php-packagexml2cl}
+BuildRequires: php-packagexml2cl
 %{?requires_php_extension}
 Requires:      php-common >= 4:5.0.4
 Requires:      php-session
@@ -76,7 +75,7 @@ mv %{modname}-%{version}/* .
 %patch0 -p1
 
 %build
-%{?with_changelog:packagexml2cl package.xml > ChangeLog}
+packagexml2cl package.xml > ChangeLog
 phpize
 %configure \
        --with-zlib-dir=/usr
@@ -136,7 +135,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc CREDITS README %{?with_changelog:ChangeLog}
+%doc CREDITS README ChangeLog
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/session_%{modname}.ini
 %attr(755,root,root) %{php_extensiondir}/%{modname}.so
 %{_examplesdir}/%{name}-%{version}
This page took 0.113125 seconds and 4 git commands to generate.