Tuukka Pasanen 2010-06-22 09:18:55 +00:00 committed by Git OBS Bridge
parent e810cf722c
commit 4a96d1cf5e

View File

@ -12,8 +12,8 @@
%define maketest 1
name: perl-OLE-Storage_Lite
summary: OLE-Storage_Lite - Read and write OLE storage files.
version: 0.17
summary: OLE-Storage_Lite - Read and write OLE storage files
version: 0.19
release: 1
vendor: Kawai Takanori (kwitknr@cpan.org)
packager: Arix International <cpan2rpm@arix.com>
@ -23,12 +23,12 @@ url: http://www.cpan.org
buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
buildarch: noarch
prefix: %(echo %{_prefix})
source: http://search.cpan.org//CPAN/authors/id/J/JM/JMCNAMARA/OLE-Storage_Lite-0.17.tar.gz
source: http://search.cpan.org//CPAN/authors/id/J/JM/JMCNAMARA/OLE-Storage_Lite-0.19.tar.gz
%description
OLE::Storage_Lite allows you to read and write an OLE structured file.
OLE::Storage_Lite::PPS is a class representing PPS. OLE::Storage_Lite::PPS::Root, OLE::Storage_Lite::PPS::File and OLE::Storage_Lite::PPS::Dir
OLE::Storage_Lite allows you to read and write an OLE structured file.
OLE::Storage_Lite::PPS is a class representing PPS. OLE::Storage_Lite::PPS::Root, OLE::Storage_Lite::PPS::File and OLE::Storage_Lite::PPS::Dir
are subclasses of OLE::Storage_Lite::PPS.
#
@ -55,7 +55,7 @@ CFLAGS="$RPM_OPT_FLAGS"
%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
%{makeinstall} `%{__perl} -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`
make DESTDIR=%buildroot install_vendor
cmd=/usr/share/spec-helper/compress_files
[ -x $cmd ] || cmd=/usr/lib/rpm/brp-compress
@ -123,5 +123,8 @@ find %{buildroot}%{_prefix} \
%defattr(-,root,root)
%changelog
* Fri Dec 19 2009 <tuukka.pasanen@ilmi.fi>
- Updated to 0.19
* Mon Aug 18 2008 root@lnxmedia
- Initial build.