]> git.pld-linux.org Git - packages/php-libvirt.git/commitdiff
- fix wtf with conf packaging auto/th/php-libvirt-0.4.6-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 21 Nov 2012 11:35:39 +0000 (13:35 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 21 Nov 2012 11:35:39 +0000 (13:35 +0200)
php-libvirt.spec

index 5015ca134a4efc9c61b4cb1f14d5f875edfb742c..ea8cfb7fa1dbd9ff673f8e6bbdd2b201d5b8e435 100644 (file)
@@ -2,7 +2,7 @@ Summary:        PHP binding for libvirt
 Summary(pl.UTF-8):     Wiązanie PHP do libvirt
 Name:          php-libvirt
 Version:       0.4.6
-Release:       1
+Release:       2
 # COPYING contains LGPL v2.1, but README specifies plain GPL
 License:       GPL
 Group:         Development/Languages/PHP
@@ -54,7 +54,6 @@ Dokumentacja do wiązania php-libvirt.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        PHPCDIR=%{php_sysconfdir}/conf.d
@@ -74,7 +73,7 @@ fi
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{php_extensiondir}/libvirt-php.so
-%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d
+%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/*.ini
 
 %files phpdoc
 %defattr(644,root,root,755)
This page took 0.231123 seconds and 4 git commands to generate.