package created using the webbuild interface [release 1.3.4-1mamba;Thu Mar 12 2015]
This commit is contained in:
parent
379be33af2
commit
a3c452287d
@ -1,2 +1,4 @@
|
|||||||
# pear-Net_Sieve
|
# pear-Net_Sieve
|
||||||
|
|
||||||
|
Handles talking to a sieve server.
|
||||||
|
|
||||||
|
44
pear-Net_Sieve.spec
Normal file
44
pear-Net_Sieve.spec
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
Name: pear-Net_Sieve
|
||||||
|
Version: 1.3.4
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Handles talking to a sieve server
|
||||||
|
Group: Applications/Web
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://pear.php.net/package/Net_Sieve/
|
||||||
|
Source: http://download.pear.php.net/package/Net_Sieve-%{version}.tgz
|
||||||
|
License: BSD
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: php-pear
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
Handles talking to a sieve server.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c %{name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
mkdir -p %{buildroot}%{_libdir}/php/Net/Sieve
|
||||||
|
cp -a Net_Sieve-%{version}/* %{buildroot}%{_libdir}/php/Net/
|
||||||
|
mv %{buildroot}%{_libdir}/php/Net/tests %{buildroot}%{_libdir}/php/Net/Sieve
|
||||||
|
rm -f %{buildroot}%{_libdir}/php/LICENSE
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%attr(0644,root,root) %{_libdir}/php/Net/Sieve.php
|
||||||
|
%{_libdir}/php/Net/Sieve/tests/SieveTest.php
|
||||||
|
%{_libdir}/php/Net/Sieve/tests/config.php.dist
|
||||||
|
%{_libdir}/php/Net/Sieve/tests/largescript.siv
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Mar 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.4-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user