rpms/php-domxml-php4-php5/EL-5 php-domxml-php4-php5.spec, NONE, 1.1 sources, 1.1, 1.2

Remi Collet remi at fedoraproject.org
Wed May 19 17:54:11 UTC 2010


Author: remi

Update of /cvs/pkgs/rpms/php-domxml-php4-php5/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9521

Modified Files:
	sources 
Added Files:
	php-domxml-php4-php5.spec 
Log Message:
new package


--- NEW FILE php-domxml-php4-php5.spec ---
%global libname domxml-php4-php5

Name:           php-%{libname}
Version:        1.21.1
Release:        2%{?dist}
Summary:        XML transition from PHP4 domxml to PHP5 dom module
Summary(fr):    Transition du XML de PHP4 domxml à PHP5 dom

Group:          Development/Libraries
License:        LGPLv3+
URL:            http://alexandre.alapetite.fr/doc-alex/domxml-php4-php5
# wget -N http://alexandre.alapetite.fr/doc-alex/domxml-php4-php5/domxml-php4-to-php5.php.txt -O domxml-php4-to-php5.php
# grep Version domxml-php4-to-php5.php
# tar czf domxml-php4-php5-1.21.1.tar.gz domxml-php4-to-php5.php
Source0:        %{libname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       php-xml >= 5.1

%description
XML transition from PHP4 domxml to PHP5 dom module.

%description -l fr
Transition du XML de PHP4 domxml à PHP5 dom.


%prep
%setup -qc

sed -i -e 's/\r//' *.php


%build
# nothing to build


%install
rm -rf $RPM_BUILD_ROOT
%{__install} -d $RPM_BUILD_ROOT%{_datadir}/php/%{libname}
%{__install} -pm 0644 *.php $RPM_BUILD_ROOT%{_datadir}/php/%{libname}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_datadir}/php/%{libname}


%changelog
* Sat May 15 2010 Remi Collet <Fedora at FamilleCollet.com> - 1.21.1-2
- fix License (review #590777)

* Sun Mar 14 2010 Remi Collet <Fedora at FamilleCollet.com> - 1.21.1-1
- rename to php-domxml-php4-php5

* Mon Dec 21 2009 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.21.1-1
- Initial package.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-domxml-php4-php5/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	18 May 2010 18:19:02 -0000	1.1
+++ sources	19 May 2010 17:54:11 -0000	1.2
@@ -0,0 +1 @@
+71100023c36ed80002a4116f58fece5e  domxml-php4-php5-1.21.1.tar.gz



More information about the scm-commits mailing list