From 1f84e8187ea7bbbb27b4f48ef86c7a2ada902095 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Aug 2014 16:32:43 +0200 Subject: drop composer.json from library path --- php-ircmaxell-security-lib.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 1.0.0-2 +- drop composer.json from library path + * Wed Aug 13 2014 Remi Collet - 1.0.0-1 - initial package \ No newline at end of file -- cgit