generated from smedev/Template-for-SMEServer-Core-Perl
* Tue Apr 19 2016 Remi Collet <remi@fedoraproject.org> - 2.1.2-1
- Update to 2.1.2
This commit is contained in:
parent
88b7713a07
commit
2cca9fd8bf
BIN
Net_URL2-2.1.2.tgz
(Stored with Git LFS)
Normal file
BIN
Net_URL2-2.1.2.tgz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -3,14 +3,15 @@
|
|||||||
SMEServer Koozali local git repo for php-pear-Net-URL2
|
SMEServer Koozali local git repo for php-pear-Net-URL2
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
<br />https://metacpan.org/pod/php-pear-Net-URL2
|
<br />http://pear.php.net/package/Net_URL2
|
||||||
|
|
||||||
## Bugzilla
|
## Bugzilla
|
||||||
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=php-pear-Net-URL2)
|
Pear bug report are [here](https://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_URL2&status=OpenFeedback&bug_type=Bugs)
|
||||||
|
|
||||||
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=php-pear-Net-URL2&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=php-pear-Net-URL2&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of
|
||||||
|
relative URLs.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,55 +0,0 @@
|
|||||||
%define name php-pear-Net-URL2
|
|
||||||
%define version 1.0
|
|
||||||
%define release 1
|
|
||||||
Summary: This is what php-pear-Net-URL2 does.
|
|
||||||
Name: %{name}
|
|
||||||
Version: %{version}
|
|
||||||
Release: %{release}%{?dist}
|
|
||||||
Source: %{name}-%{version}.tar.gz
|
|
||||||
License: GNU GPL version 2
|
|
||||||
Group: SMEserver/addon
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
|
||||||
Prefix: %{_prefix}
|
|
||||||
BuildArchitectures: noarch
|
|
||||||
BuildRequires: e-smith-devtools
|
|
||||||
Requires: e-smith-release >= 10.0
|
|
||||||
AutoReqProv: no
|
|
||||||
|
|
||||||
%description
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Day MMMM DD YYYY <brianr@koozali.org> 1.0-1.sme
|
|
||||||
- Initial code - create RPM [SME:99999]
|
|
||||||
|
|
||||||
%prep
|
|
||||||
|
|
||||||
%setup -q
|
|
||||||
|
|
||||||
%build
|
|
||||||
perl createlinks
|
|
||||||
|
|
||||||
%install
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
|
|
||||||
rm -f %{name}-%{version}-filelist
|
|
||||||
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
|
|
||||||
> %{name}-%{version}-filelist
|
|
||||||
#echo "%doc COPYING" >> %{name}-%{version}-filelist
|
|
||||||
#--dir <dir> 'attr(755,user,grp)' \
|
|
||||||
#--file <file> 'attr(755,root,root)' \
|
|
||||||
|
|
||||||
%clean
|
|
||||||
cd ..
|
|
||||||
rm -rf %{name}-%{version}
|
|
||||||
|
|
||||||
%pre
|
|
||||||
|
|
||||||
%preun
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
#uninstall
|
|
||||||
%files -f %{name}-%{version}-filelist
|
|
||||||
%defattr(-,root,root)
|
|
181
php-pear-Net-URL2.spec
Normal file
181
php-pear-Net-URL2.spec
Normal file
@ -0,0 +1,181 @@
|
|||||||
|
# spec file for php-pear-Net-URL2
|
||||||
|
#
|
||||||
|
# Copyright (c) 2009-2016 Remi Collet
|
||||||
|
# License: CC-BY-SA
|
||||||
|
# http://creativecommons.org/licenses/by-sa/3.0/
|
||||||
|
#
|
||||||
|
# Please, preserve the changelog entries
|
||||||
|
#
|
||||||
|
%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
|
||||||
|
%{!?__pear: %global __pear %{_bindir}/pear}
|
||||||
|
%global pear_name Net_URL2
|
||||||
|
%global with_tests 0%{?_with_tests:1}
|
||||||
|
|
||||||
|
Name: php-pear-Net-URL2
|
||||||
|
Version: 2.1.2
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Class for parsing and handling URL
|
||||||
|
|
||||||
|
Group: Development/Libraries
|
||||||
|
License: BSD
|
||||||
|
URL: http://pear.php.net/package/Net_URL2
|
||||||
|
Source0: http://pear.php.net/get/Net_URL2-%{version}.tgz
|
||||||
|
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: php-pear
|
||||||
|
%if %{with_tests}
|
||||||
|
BuildRequires: php-phpunit-PHPUnit
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Requires(post): %{__pear}
|
||||||
|
Requires(postun): %{__pear}
|
||||||
|
Requires: php-pear(PEAR)
|
||||||
|
# From phpcompatinfo report for 2.1.1
|
||||||
|
Requires: php-pcre
|
||||||
|
|
||||||
|
Provides: php-pear(%{pear_name}) = %{version}
|
||||||
|
Provides: php-composer(pear/net_url2) = %{version}
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
Provides parsing of URLs into their constituent parts (scheme, host, path
|
||||||
|
etc.), URL generation, and resolving of relative URLs.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c
|
||||||
|
|
||||||
|
cd %{pear_name}-%{version}
|
||||||
|
# Package is V2
|
||||||
|
mv ../package.xml %{name}.xml
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
cd %{pear_name}-%{version}
|
||||||
|
# Empty build section, most likely nothing required.
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
cd %{pear_name}-%{version}
|
||||||
|
%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
|
||||||
|
|
||||||
|
# Clean up unnecessary files
|
||||||
|
rm -rf %{buildroot}%{pear_metadir}/.??*
|
||||||
|
|
||||||
|
# Install XML package description
|
||||||
|
mkdir -p %{buildroot}%{pear_xmldir}
|
||||||
|
install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
%if %{with_tests}
|
||||||
|
# test suite cannot run in mock (use network)
|
||||||
|
# Version 2.1.1 : OK (113 tests, 270 assertions)
|
||||||
|
cd %{buildroot}%{pear_testdir}/%{pear_name}/tests
|
||||||
|
phpunit \
|
||||||
|
-d date.timezone=UTC \
|
||||||
|
--include-path=%{buildroot}%{pear_phpdir} \
|
||||||
|
AllTests.php
|
||||||
|
%else
|
||||||
|
echo 'Test suite disabled (missing "--with tests" option)'
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%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,-)
|
||||||
|
%doc %{pear_docdir}/%{pear_name}
|
||||||
|
%{pear_xmldir}/%{name}.xml
|
||||||
|
%{pear_phpdir}/Net
|
||||||
|
%{pear_testdir}/%{pear_name}
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Apr 19 2016 Remi Collet <remi@fedoraproject.org> - 2.1.2-1
|
||||||
|
- Update to 2.1.2
|
||||||
|
|
||||||
|
* Sun Dec 28 2014 Remi Collet <remi@fedoraproject.org> - 2.1.1-1
|
||||||
|
- Update to 2.1.1
|
||||||
|
|
||||||
|
* Sat Oct 18 2014 Remi Collet <remi@fedoraproject.org> - 2.0.11-1
|
||||||
|
- Update to 2.0.11
|
||||||
|
- provide php-composer(pear/net_url2)
|
||||||
|
|
||||||
|
* Thu Oct 9 2014 Remi Collet <remi@fedoraproject.org> - 2.0.9-1
|
||||||
|
- Update to 2.0.9 (stable)
|
||||||
|
|
||||||
|
* Wed Oct 8 2014 Remi Collet <remi@fedoraproject.org> - 2.0.8-1
|
||||||
|
- Update to 2.0.8 (stable)
|
||||||
|
|
||||||
|
* Mon Sep 8 2014 Remi Collet <remi@fedoraproject.org> - 2.0.7-1
|
||||||
|
- Update to 2.0.7 (stable)
|
||||||
|
|
||||||
|
* Mon Jun 23 2014 Remi Collet <remi@fedoraproject.org> - 2.0.6-1
|
||||||
|
- Update to 2.0.6 (stable)
|
||||||
|
|
||||||
|
* Thu Jan 2 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1
|
||||||
|
- Update to 2.0.5 (stable)
|
||||||
|
|
||||||
|
* Tue Dec 31 2013 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
|
||||||
|
- Update to 2.0.4 (stable)
|
||||||
|
|
||||||
|
* Mon Dec 30 2013 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
|
||||||
|
- Update to 2.0.3 (stable)
|
||||||
|
|
||||||
|
* Sat Dec 28 2013 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
|
||||||
|
- Update to 2.0.2 (stable)
|
||||||
|
|
||||||
|
* Wed Dec 25 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
|
||||||
|
- Update to 2.0.1 (stable)
|
||||||
|
|
||||||
|
* Tue Feb 19 2013 Remi Collet <remi@fedoraproject.org> - 2.0.0-6
|
||||||
|
- fix metadata location
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Aug 14 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-4
|
||||||
|
- rebuilt for new pear_testdir
|
||||||
|
|
||||||
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Oct 22 2011 Remi Collet <remi@fedoraproject.org> - 2.0.0-1
|
||||||
|
- Version 2.0.0 (stable) - API 2.0.0 (stable)
|
||||||
|
- add tests option to run tests during rpmbuild
|
||||||
|
|
||||||
|
* Mon Apr 18 2011 Remi Collet <Fedora@FamilleCollet.com> 0.3.1-4
|
||||||
|
- doc in /usr/share/doc/pear
|
||||||
|
- set date.timezone during build
|
||||||
|
|
||||||
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat May 22 2010 Remi Collet <Fedora@FamilleCollet.com> 0.3.1-2
|
||||||
|
- spec cleanup
|
||||||
|
|
||||||
|
* Sun Jan 24 2010 Remi Collet <Fedora@FamilleCollet.com> 0.3.1-1
|
||||||
|
- update to 0.3.1
|
||||||
|
|
||||||
|
* Wed Nov 11 2009 Remi Collet <Fedora@FamilleCollet.com> 0.3.0-1
|
||||||
|
- initial RPM
|
||||||
|
|
Loading…
Reference in New Issue
Block a user