diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-13 16:32:43 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-13 16:32:43 +0200 |
commit | 1f84e8187ea7bbbb27b4f48ef86c7a2ada902095 (patch) | |
tree | 874f5711c2f2787357969b1e5c602a48a0d60ac9 | |
parent | 0d0edafadbc3ef7d3f900e602f87e980578501c7 (diff) |
drop composer.json from library path
-rw-r--r-- | php-ircmaxell-security-lib.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-ircmaxell-security-lib.spec b/php-ircmaxell-security-lib.spec index 09d3d72..aac3bb6 100644 --- a/php-ircmaxell-security-lib.spec +++ b/php-ircmaxell-security-lib.spec @@ -14,7 +14,7 @@ Name: php-ircmaxell-security-lib Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Base Security Library Group: Development/Libraries @@ -59,6 +59,8 @@ Optional dependency: php-gmp or php-bcmath %prep %setup -q -n %{gh_project}-%{gh_commit} +rm lib/SecurityLib/composer.json + %build # Nothing @@ -104,5 +106,8 @@ rm -rf %{buildroot} %changelog +* Wed Aug 13 2014 Remi Collet <remi@fedoraproject.org> - 1.0.0-2 +- drop composer.json from library path + * Wed Aug 13 2014 Remi Collet <remi@fedoraproject.org> - 1.0.0-1 - initial package
\ No newline at end of file |