SPECS: php-suhosin.spec - underscores out

glen glen at pld-linux.org
Thu Aug 7 01:12:37 CEST 2008


Author: glen                         Date: Wed Aug  6 23:12:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- underscores out

---- Files affected:
SPECS:
   php-suhosin.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/php-suhosin.spec
diff -u SPECS/php-suhosin.spec:1.11 SPECS/php-suhosin.spec:1.12
--- SPECS/php-suhosin.spec:1.11	Wed Aug  6 21:21:31 2008
+++ SPECS/php-suhosin.spec	Thu Aug  7 01:12:31 2008
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
-%define		_modname	suhosin
+%define		modname	suhosin
 Summary:	Advanced protection system for PHP installations
 Summary(pl.UTF-8):	Zaawansowany system zabezpieczeń dla instalacji PHP
-Name:		php-%{_modname}
+Name:		php-%{modname}
 Version:	0.9.25
 Release:	1
 License:	PHP 3.01
 Group:		Development/Languages/PHP
-Source0:	http://download.suhosin.org/%{_modname}-%{version}.tgz
+Source0:	http://download.suhosin.org/%{modname}-%{version}.tgz
 # Source0-md5:	316f3c929c376b1ab03df1cfab898d94
 URL:		http://www.hardened-php.net/suhosin/
 BuildRequires:	php-devel >= 3:5.0.0
@@ -50,7 +50,7 @@
 %{__make} install \
 	INSTALL_ROOT=$RPM_BUILD_ROOT \
 	EXTENSION_DIR=%{php_extensiondir}
-install %{_modname}.ini $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/
+install %{modname}.ini $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -66,8 +66,8 @@
 %files
 %defattr(644,root,root,755)
 %doc CREDITS Changelog
-%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini
-%attr(755,root,root) %{php_extensiondir}/%{_modname}.so
+%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
+%attr(755,root,root) %{php_extensiondir}/%{modname}.so
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -75,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008/08/06 23:12:31  glen
+- underscores out
+
 Revision 1.11  2008/08/06 19:21:31  adamg
 - updated to 0.9.25
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-suhosin.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list