rpms/php-suhosin/devel import.log, NONE, 1.1 php-suhosin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bart Vanbrabant zoeloelip at fedoraproject.org
Tue Aug 26 07:40:02 UTC 2008


Author: zoeloelip

Update of /cvs/pkgs/rpms/php-suhosin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24136/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-suhosin.spec 
Log Message:
Importing php-suhosin package



--- NEW FILE import.log ---
php-suhosin-0_9_24-1_fc9:HEAD:php-suhosin-0.9.24-1.fc9.src.rpm:1219736338


--- NEW FILE php-suhosin.spec ---
%global php_apiver  %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
%global php_extdir  %(php-config --extension-dir 2>/dev/null || echo "undefined")
%global php_version %(php-config --version 2>/dev/null || echo 0)

Name:           php-suhosin
Version:        0.9.24
Release:        1%{?dist}
Summary:        Suhosin is an advanced protection system for PHP installations

Group:          Development/Languages
License:        PHP
URL:            http://www.hardened-php.net/suhosin/
Source0:        http://www.hardened-php.net/suhosin/_media/suhosin-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  php-devel
Requires:       php(zend-abi) = %{php_zend_api}
Requires:       php(api) = %{php_apiver}

%description
Suhosin is an advanced protection system for PHP installations. It was designed 
to protect servers and users from known and unknown flaws in PHP applications 
and the PHP core.  

%prep
%setup -q -n suhosin-%{version}

%build
%{_bindir}/phpize
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL_ROOT=$RPM_BUILD_ROOT

# install configuration
%{__mkdir} -p $RPM_BUILD_ROOT%{_sysconfdir}/php.d
%{__cp} suhosin.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.d/suhosin.ini

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changelog 
%doc CREDITS
%config(noreplace) %{_sysconfdir}/php.d/suhosin.ini
%{php_extdir}/suhosin.so

%changelog
* Wed Jun 18 2008 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 0.9.24-1
- Update to version 0.9.24

* Tue Apr 29 2008 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 0.9.23-1
- Update to version 0.9.23
- Some specfile updates for review

* Fri Jan 4 2008 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 0.9.22-2
- Use short name for license

* Wed Dec 5 2007 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 0.9.22-1
- Initial packaging of 0.9.22


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-suhosin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Aug 2008 19:47:36 -0000	1.1
+++ .cvsignore	26 Aug 2008 07:39:31 -0000	1.2
@@ -0,0 +1 @@
+suhosin-0.9.24.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-suhosin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Aug 2008 19:47:36 -0000	1.1
+++ sources	26 Aug 2008 07:39:31 -0000	1.2
@@ -0,0 +1 @@
+1a0711bb4aaba90cc870611c503d1468  suhosin-0.9.24.tgz




More information about the scm-commits mailing list