[packages/php-facedetect] fix packaging
glen
glen at pld-linux.org
Fri Jun 7 17:54:45 CEST 2013
commit fe1f14492060520a6edc57079e899cb8a25b56c2
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Jun 7 18:53:02 2013 +0300
fix packaging
php-facedetect.spec | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/php-facedetect.spec b/php-facedetect.spec
index 13d26ea..86108dc 100644
--- a/php-facedetect.spec
+++ b/php-facedetect.spec
@@ -7,7 +7,7 @@
Summary: PHP Facedetect Extension
Name: %{php_name}-%{modname}
Version: 1.1
-Release: 1
+Release: 2
License: PHP 3.0
Group: Development/Languages/PHP
Source0: https://github.com/infusion/PHP-Facedetect/tarball/master/%{modname}.tar.gz
@@ -50,8 +50,6 @@ cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
extension=%{modname}.so
EOF
-cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -65,7 +63,6 @@ fi
%files
%defattr(644,root,root,755)
-%doc CREDITS EXPERIMENTAL
+%doc CREDITS
%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
%attr(755,root,root) %{php_extensiondir}/%{modname}.so
-%{_examplesdir}/%{name}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-facedetect.git/commitdiff/fe1f14492060520a6edc57079e899cb8a25b56c2
More information about the pld-cvs-commit
mailing list