summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-19 14:41:28 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-19 14:41:28 +0100
commit50693dc9b1b5d46345168bf153287a93c4ac29be (patch)
treeecec18e1c9dcf066f863a2dddc681181d82fa045
parente8d032c5ae9c2aa748ef370b2ba19a0df9a3a073 (diff)
php-getid3: 1.9.9
-rw-r--r--php-getid3.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/php-getid3.spec b/php-getid3.spec
index b57fdb1..691c1a7 100644
--- a/php-getid3.spec
+++ b/php-getid3.spec
@@ -1,8 +1,8 @@
-%global date 20140511
+%global date 20141218
Name: php-getid3
-Version: 1.9.8
-Release: 2%{?dist}
+Version: 1.9.9
+Release: 1%{?dist}
Epoch: 1
License: LGPLv3+
Summary: The PHP media file parser
@@ -37,7 +37,8 @@ AAC, VQF, FLAC, MusePack, Real, QuickTime, Monkey's Audio, MIDI and more).
%prep
-%setup -q -c
+%setup -q -n getID3-%{version}
+
for i in ./*.txt licenses/*.txt demos/*.php; do
iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
touch -r "$i" "${i}_"
@@ -64,12 +65,15 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc changelog.txt dependencies.txt readme.txt structure.txt demos
%doc composer.json
-%{?_licensedir:%license licenses/*}
-%{!?_licensedir:%doc licenses}
+%{?_licensedir:%license licenses license.txt}
+%{!?_licensedir:%doc licenses license.txt}
%{_datadir}/php/getid3
%changelog
+* Fri Dec 19 2014 Remi Collet <remi@fedoraproject.org> - 1:1.9.9-1
+- new release 1.9.9
+
* Thu Aug 21 2014 Remi Collet <remi@fedoraproject.org> - 1:1.9.8-2
- fix minimal PHP version
- add explicit dependencies for all php extensions