rpms/php-pear-OLE/EL-5 import.log, NONE, 1.1 php-pear-OLE.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Nalley ke4qqq at fedoraproject.org
Fri Dec 11 00:05:02 UTC 2009


Author: ke4qqq

Update of /cvs/pkgs/rpms/php-pear-OLE/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2837/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-pear-OLE.spec 
Log Message:
* Thu Dec 10 2009 David Nalley <david at gnsa.us> 1.0.0-0.4.rc1
- initial commit



--- NEW FILE import.log ---
php-pear-OLE-1_0_0-0_4_rc1_fc12:EL-5:php-pear-OLE-1.0.0-0.4.rc1.fc12.src.rpm:1260489903


--- NEW FILE php-pear-OLE.spec ---
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
%define pear_name OLE

Name:           php-pear-OLE
Version:        1.0.0
Release:        0.4.rc1%{?dist}
Summary:        Package for reading and writing OLE containers

Group:          Development/Libraries
License:        PHP
URL:            http://pear.php.net/package/OLE
Source0:        http://pear.php.net/get/%{pear_name}-1.0.0RC1.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  php-pear >= 1:1.4.9-1.2
Requires:       php-pear(PEAR)
Requires(post): %{__pear}
Requires(postun): %{__pear}
Provides:       php-pear(%{pear_name}) = %{version}


%description
This package allows reading and writing of OLE (Object Linking and
Embedding) compound documents. This format is used as container for Excel
(.xls), Word (.doc) and other Microsoft file formats.

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


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


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



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

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


%clean
rm -rf $RPM_BUILD_ROOT


%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 \
        pear.php.net/%{pear_name} >/dev/null || :
fi


%files
%defattr(-,root,root,-)
%{pear_xmldir}/%{name}.xml
%{pear_phpdir}/OLE
%{pear_phpdir}/OLE.php




%changelog
* Tue Dec 08 2009 David Nalley <david at gnsa.us> 1.0.0-0.4.rc1
- really fixed php-pear require
* Sun Dec 06 2009 David Nalley <david at gnsa.us> 1.0.0-0.3.rc1
- added require for php(pear)
* Wed Dec 02 2009 David Nalley <david at gnsa.us> 1.0.0-0.2.rc1
- removed require for php
* Sat Nov 28 2009 David Nalley <david at gnsa.us> 1.0.0-0.1.rc1
- Initial packaging efforts


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-pear-OLE/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Dec 2009 17:39:24 -0000	1.1
+++ .cvsignore	11 Dec 2009 00:05:01 -0000	1.2
@@ -0,0 +1 @@
+OLE-1.0.0RC1.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-pear-OLE/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Dec 2009 17:39:25 -0000	1.1
+++ sources	11 Dec 2009 00:05:01 -0000	1.2
@@ -0,0 +1 @@
+232a44e1da145afc6f6a5b791ae605f8  OLE-1.0.0RC1.tgz




More information about the scm-commits mailing list