Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37596076
en ru br
ALT Linux repos
S:1.0.0-alt2.rc3

Group :: Development/Other
RPM: pear-OLE

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# spec file for PEAR PHP package OLE
#

%define pear_name OLE

Name: pear-%pear_name
Version: 1.0.0
Release: alt2.rc3

Summary: PHP/PEAR class for reading and writing OLE containers

License: PHP License 3.0.1
Group: Development/Other
Url: http://pear.php.net/package/OLE
#Url: https://github.com/pear/OLE

Packager: Nikolay A. Fetisov <naf at altlinux.org>

Source: %pear_name-%version.tar
Patch0:  %name-%version-%release.patch

BuildArch: noarch

BuildRequires(pre): pear-core rpm-build-pear
Requires: pear-core

%description
OLE PEAR class 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 -n %pear_name-%version
%patch0 -p1

mkdir %pear_name-%version
mv -- OLE OLE.php %pear_name-%version/

%build
%pear_build

%install
%pear_install_std

%post
%register_pear_module

%preun
%unregister_pear_module

%files
%doc README CHANGELOG LICENSE
%pear_xmldir/%pear_name.xml
%pear_dir/OLE*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin