- fix Group, mark pear.conf noreplace (#226295)
This commit is contained in:
parent
d6187dd6d7
commit
30e6e232a8
@ -3,13 +3,17 @@
|
|||||||
|
|
||||||
%define xmlrpcver 1.5.1
|
%define xmlrpcver 1.5.1
|
||||||
|
|
||||||
|
# Upstream only make the latest .phar available via the following URL,
|
||||||
|
# no archive of each version of the installer archives exists:
|
||||||
|
# http://pear.php.net/install-pear-nozlib.phar
|
||||||
|
|
||||||
Summary: PHP Extension and Application Repository framework
|
Summary: PHP Extension and Application Repository framework
|
||||||
Name: php-pear
|
Name: php-pear
|
||||||
Version: 1.4.11
|
Version: 1.4.11
|
||||||
Release: 3
|
Release: 4
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: The PHP License v3.0
|
License: The PHP License v3.0
|
||||||
Group: System
|
Group: Development/Languages
|
||||||
URL: http://pear.php.net/package/PEAR
|
URL: http://pear.php.net/package/PEAR
|
||||||
Source0: install-pear-nozlib-%{version}.phar
|
Source0: install-pear-nozlib-%{version}.phar
|
||||||
Source2: relocate.php
|
Source2: relocate.php
|
||||||
@ -110,12 +114,15 @@ rm pear.conf
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{peardir}
|
%{peardir}
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%config %{_sysconfdir}/pear.conf
|
%config(noreplace) %{_sysconfdir}/pear.conf
|
||||||
%config %{_sysconfdir}/rpm/macros.pear
|
%config %{_sysconfdir}/rpm/macros.pear
|
||||||
%dir %{_localstatedir}/cache/php-pear
|
%dir %{_localstatedir}/cache/php-pear
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 5 2007 Joe Orton <jorton@redhat.com> 1:1.4.11-4
|
||||||
|
- fix Group, mark pear.conf noreplace (#226295)
|
||||||
|
|
||||||
* Mon Feb 5 2007 Joe Orton <jorton@redhat.com> 1:1.4.11-3
|
* Mon Feb 5 2007 Joe Orton <jorton@redhat.com> 1:1.4.11-3
|
||||||
- use BuildArch not BuildArchitectures (#226925)
|
- use BuildArch not BuildArchitectures (#226925)
|
||||||
- fix to use preferred BuildRoot (#226925)
|
- fix to use preferred BuildRoot (#226925)
|
||||||
|
Loading…
Reference in New Issue
Block a user