Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7196a645f | ||
|
|
684da00f60 |
3 changed files with 24 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -7,3 +7,5 @@ getid3-2.0.0b5.zip
|
|||
/getID3-1.9.13-b9a8564.tar.gz
|
||||
/getID3-1.9.14-30bd114.tar.gz
|
||||
/getID3-1.9.15-df9b441.tar.gz
|
||||
/getID3-1.9.16-7aec0d4.tar.gz
|
||||
/getID3-1.9.17-d2e45f2.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please preserve changelog entries
|
||||
#
|
||||
%global gh_commit df9b441e547da1018b1be0e239bee095c9962c96
|
||||
%global gh_commit d2e45f2c4f75cc7443e158757ad2d678e318685d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner JamesHeinrich
|
||||
%global gh_project getID3
|
||||
|
|
@ -14,13 +14,12 @@
|
|||
%global pk_project getid3
|
||||
|
||||
Name: php-%{pk_project}
|
||||
Version: 1.9.15
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.17
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: LGPLv3+
|
||||
Summary: The PHP media file parser
|
||||
Group: Development/Libraries
|
||||
URL: http://www.getid3.org/
|
||||
URL: https://www.getid3.org/
|
||||
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
|
@ -29,17 +28,25 @@ BuildRequires: php-fedora-autoloader-devel
|
|||
# from composer.json
|
||||
# "php": ">=5.3.0"
|
||||
Requires: php(language) >= 5.3.0
|
||||
# from phpcompatinfo for version 1.9.12
|
||||
# from phpcompatinfo for version 1.9.16
|
||||
Requires: php-simplexml
|
||||
Requires: php-ctype
|
||||
Requires: php-date
|
||||
Requires: php-exif
|
||||
Requires: php-filter
|
||||
Requires: php-gd
|
||||
Requires: php-iconv
|
||||
Requires: php-json
|
||||
Requires: php-libxml
|
||||
Requires: php-mbstring
|
||||
Requires: php-pcre
|
||||
Requires: php-xml
|
||||
# Optional: dba, mysql, mysqli, sqlite3, rar
|
||||
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
||||
Suggests: php-dba
|
||||
Suggests: php-mysqli
|
||||
Suggests: php-rar
|
||||
Suggests: php-sqlite3
|
||||
%endif
|
||||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
||||
|
|
@ -90,6 +97,13 @@ exit ($ok ? 0 : 1);
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 8 2019 Remi Collet <remi@remirepo.net> - 1.9.17-1
|
||||
- update to 1.9.17
|
||||
- add weak dependencies on suggested extension
|
||||
|
||||
* Thu Oct 18 2018 Remi Collet <remi@remirepo.net> - 1.9.16-1
|
||||
- update to 1.9.16
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (getID3-1.9.15-df9b441.tar.gz) = 12de3d093b2e04af09eca8cec6ef1de565197c70ea7a09737b0d2ee4887f4aa9876ea9b8ed62ca1a6c029c24affad7a8f41e2ba798a4b67fcb573ecce5ee62aa
|
||||
SHA512 (getID3-1.9.17-d2e45f2.tar.gz) = 0824840d161e80f597e36d85cd6da4f74181d0b78d0ae1015ea510ec30bbb943919428f981c9dadb684813e93cf10d3137105a32ca710dee908eb7b0cbf79165
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue