rpms/php-pear-Spreadsheet-Excel-Writer/devel import.log, NONE, 1.1 php-pear-Spreadsheet-Excel-Writer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Nalley ke4qqq at fedoraproject.org
Tue Dec 15 02:02:06 UTC 2009


Author: ke4qqq

Update of /cvs/pkgs/rpms/php-pear-Spreadsheet-Excel-Writer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7263/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-pear-Spreadsheet-Excel-Writer.spec 
Log Message:
* Mon Dec 14 2009 David Nalley <david at gnsa.us> 0.9.2-2
- initial cvs commit




--- NEW FILE import.log ---
php-pear-Spreadsheet-Excel-Writer-0_9_2-2_fc12:HEAD:php-pear-Spreadsheet-Excel-Writer-0.9.2-2.fc12.src.rpm:1260842558


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

Name:           php-pear-Spreadsheet-Excel-Writer
Version:        0.9.2
Release:        2%{?dist}
Summary:        Package for generating Excel spreadsheets

Group:          Development/Libraries
License:        LGPLv2+
URL:            http://pear.php.net/package/Spreadsheet_Excel_Writer
Source0:        http://pear.php.net/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
Requires(post): %{__pear}
Requires(postun): %{__pear}
Provides:       php-pear(%{pear_name}) = %{version}
Requires:       php-pear(OLE) >= 0.5, php-common >= 4.1.0

%description
Spreadsheet_Excel_Writer was born as a porting of the
Spreadsheet::WriteExcel Perl module to PHP.
It allows writing of Excel spreadsheets without the need for COM objects.
It supports formulas, images (BMP) and all kinds of formatting for text
and cells.
It currently supports the BIFF5 format (Excel 5.0), so functionality
appeared in the latest Excel versions is not yet available.
 


%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 $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}/Spreadsheet




%changelog 
* Fri Dec 11 2009 David Nalley <david at gnsa.us> 0.9.2-2
- changed require on php to php-common
* Wed Dec 02 2009 David Nalley <david at gnsa.us> 0.9.2-1
- upgraded to latest release from upstream
- fixed php-pear-ole require
- uncommented clean section
* Sat Nov 28 2009 David Nalley <david at gnsa.us> 0.9.1-2
- fixed files section to include entire directory
- fixed require to reflect proper package name
* Fri Nov 27 2009 David Nalley <david at gnsa.us> 0.9.1-1
- Initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-pear-Spreadsheet-Excel-Writer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Dec 2009 17:24:46 -0000	1.1
+++ .cvsignore	15 Dec 2009 02:02:05 -0000	1.2
@@ -0,0 +1 @@
+Spreadsheet_Excel_Writer-0.9.2.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-pear-Spreadsheet-Excel-Writer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Dec 2009 17:24:46 -0000	1.1
+++ sources	15 Dec 2009 02:02:05 -0000	1.2
@@ -0,0 +1 @@
+15691145ca8ac71ccd501a38892ee64a  Spreadsheet_Excel_Writer-0.9.2.tgz




More information about the fedora-extras-commits mailing list