From de2909f0349cd7b7a2796c7ef14ca66fe40ebff1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Sep 2016 08:26:10 +0200 Subject: php-lukasreschke-id3parser: 0.0.2 --- composer.json | 14 ++++++++++++++ php-lukasreschke-id3parser.spec | 9 +++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..897ca34 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "lukasreschke/id3parser", + "homepage" : "https://github.com/LukasReschke/ID3Parser/", + "require" : { + "php" : ">=5.4.0" + }, + "license": "GPL", + "keywords": ["php","tags","codecs"], + "autoload" : { + "psr-4" : { + "ID3Parser\\" : "src/" + } + } +} diff --git a/php-lukasreschke-id3parser.spec b/php-lukasreschke-id3parser.spec index efe38e2..35f88df 100644 --- a/php-lukasreschke-id3parser.spec +++ b/php-lukasreschke-id3parser.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit cd3ba6e8918cc30883f01a3c24281cfe23b8877a +%global gh_commit 89c8a68920cffcd7ffda7c6e6987958d56e36a84 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner LukasReschke %global gh_project ID3Parser @@ -14,7 +14,7 @@ %global pk_project id3parser Name: php-%{pk_owner}-%{pk_project} -Version: 0.0.1 +Version: 0.0.2 Release: 1%{?dist} Summary: ID3 parser library @@ -84,11 +84,16 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} +%license LICENSE %doc README.md composer.json %{_datadir}/php/%{gh_project} %changelog +* Wed Sep 7 2016 Remi Collet - 0.0.2-1 +- update to 0.0.2 (no change) +- add upstream LICENSE file + * Tue May 31 2016 Remi Collet - 0.0.1-1 - initial package -- cgit