-update Archive_Tar to 1.3.15 (no change)
- add composer provides
This commit is contained in:
parent
7cf1cac2b2
commit
88cdfa7995
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ clog
|
||||
/Archive_Tar-1.3.14.tgz
|
||||
/Structures_Graph-1.1.0.tgz
|
||||
/XML_Util-1.3.0.tgz
|
||||
/Archive_Tar-1.3.15.tgz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global metadir %{_localstatedir}/lib/pear
|
||||
|
||||
%global getoptver 1.4.0
|
||||
%global arctarver 1.3.14
|
||||
%global arctarver 1.3.15
|
||||
# https://pear.php.net/bugs/bug.php?id=19367
|
||||
# Structures_Graph 1.0.4 - incorrect FSF address
|
||||
%global structver 1.1.0
|
||||
@ -17,7 +17,7 @@
|
||||
Summary: PHP Extension and Application Repository framework
|
||||
Name: php-pear
|
||||
Version: 1.9.5
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Epoch: 1
|
||||
# PEAR, Archive_Tar, XML_Util, Console_Getopt are BSD
|
||||
# Structures_Graph is LGPLv3+
|
||||
@ -65,6 +65,11 @@ Provides: php-pear(Archive_Tar) = %{arctarver}
|
||||
Provides: php-pear(PEAR) = %{version}
|
||||
Provides: php-pear(Structures_Graph) = %{structver}
|
||||
Provides: php-pear(XML_Util) = %{xmlutil}
|
||||
Provides: php-composer(pear/console_getopt) = %{getoptver}
|
||||
Provides: php-composer(pear/archive_tar) = %{arctarver}
|
||||
Provides: php-composer(pear/pear-core-minimal) = %{version}
|
||||
Provides: php-composer(pear/structures_graph) = %{structver}
|
||||
Provides: php-composer(pear/xml_util) = %{xmlutil}
|
||||
|
||||
# Structures_Graph requires 5.3
|
||||
# Console_Getopt requires 5.4
|
||||
@ -328,6 +333,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 13 2015 Remi Collet <remi@fedoraproject.org> 1:1.9.5-7
|
||||
- update Archive_Tar to 1.3.15 (no change)
|
||||
- add composer provides
|
||||
|
||||
* Mon Mar 2 2015 Remi Collet <remi@fedoraproject.org> 1:1.9.5-6
|
||||
- update XML_Util to 1.3.0
|
||||
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
49a9b2c64f593ba2e156574f91bf4e5b Archive_Tar-1.3.14.tgz
|
||||
39ad1740f22321e5f3075e8ec9203622 Archive_Tar-1.3.15.tgz
|
||||
72c19ce19d5c6fab89ec79fa14b10c4b Console_Getopt-1.4.0.tgz
|
||||
f44a56765988dafbe348828cac2562ca PEAR-1.9.5.tgz
|
||||
d7bb6744ee4027df817c5ee6ecbb9329 Structures_Graph-1.1.0.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user