rpms/php-ezc-Archive/F-10 import.log, NONE, 1.1 php-ezc-Archive.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Guillaume Kulakowski llaumgui at fedoraproject.org
Sat May 2 10:41:08 UTC 2009


Author: llaumgui

Update of /cvs/pkgs/rpms/php-ezc-Archive/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10676/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-ezc-Archive.spec 
Log Message:
Initial import branch F-10


--- NEW FILE import.log ---
php-ezc-Archive-1_3_3-1_fc10:F-10:php-ezc-Archive-1.3.3-1.fc10.src.rpm:1241260781


--- NEW FILE php-ezc-Archive.spec ---
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
%define pear_name Archive
%define channel components.ez.no

Name:           php-ezc-Archive
Version:        1.3.3
Release:        1%{?dist}
Summary:        Create, modify, and extract archive files of various formats

Group:          Development/Libraries
License:        BSD
URL:            http://ezcomponents.org/
Source0:        http://components.ez.no/get/%{pear_name}-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  php-pear >= 1:1.4.9-1.2
BuildRequires:  php-channel(%{channel})
Requires:       php-common >= 5.2.1
Requires:       php-posix
Requires:       php-pear(%{channel}/Base) >= 1.6.1
Requires(post): %{__pear}
Requires(postun): %{__pear}

Provides:       php-pear(%{channel}/%{pear_name}) = %{version}


%description
The component allows you to create, modify, and extract archive files of
various formats.  The currently supported archives formats are Tar (with
the flavours: ustar, v7, pax, and gnu) and Zip.


%prep
%setup -q -c
[ -f package2.xml ] || mv package.xml package2.xml
mv package2.xml %{pear_name}-%{version}/%{name}.xml
cd %{pear_name}-%{version}


%build
cd %{pear_name}-%{version}
# Empty build section, most likely nothing required.


%install
cd %{pear_name}-%{version}
rm -rf %{buildroot} docdir
%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml

# Move documentation
mv %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
rm -rf %{buildroot}%{pear_docdir}

# Clean up unnecessary files
rm -rf %{buildroot}%{pear_phpdir}/.??*

# Install XML package description
mkdir -p %{buildroot}%{pear_xmldir}
install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}


%clean
rm -rf %{buildroot}


%post
%{__pear} install --nodeps --soft --force --register-only \
    %{pear_xmldir}/%{name}.xml >/dev/null || :


%postun
if [ $1 -eq 0 ] ; then
    %{__pear} uninstall --nodeps --ignore-errors --register-only \
        %{channel}/%{pear_name} >/dev/null || :
fi


%files
%defattr(-,root,root,-)
%doc %{pear_name}-%{version}/docdir/*
%{pear_xmldir}/%{name}.xml
%{pear_phpdir}/data/%{pear_name}
%{pear_phpdir}/ezc/%{pear_name}
%{pear_phpdir}/ezc/autoload/archive_autoload.php


%changelog
* Mon Mar 30 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.3-1
- Update to 1.3.3

* Sun Mar 22 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.2-2
- Add php-posix in requires

* Sun Feb 08 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.2-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Archive/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 May 2009 20:48:09 -0000	1.1
+++ .cvsignore	2 May 2009 10:40:38 -0000	1.2
@@ -0,0 +1 @@
+Archive-1.3.3.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Archive/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 May 2009 20:48:09 -0000	1.1
+++ sources	2 May 2009 10:40:38 -0000	1.2
@@ -0,0 +1 @@
+0400c9d03f8a3bba4ec3093428e7ef2a  Archive-1.3.3.tgz




More information about the fedora-extras-commits mailing list