summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-color.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-02 15:15:10 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-02 15:15:10 +0200
commit86f650556313ccba9284382c558b7f006af5b7a7 (patch)
treed1a80635a8163c098c5e0a081f88e8430045127e /php-tecnickcom-tc-lib-color.spec
parentad016242fbe90d543f71feff54d68a02cec464f4 (diff)
php-tecnickcom-tc-lib-color: 1.5.0
Diffstat (limited to 'php-tecnickcom-tc-lib-color.spec')
-rw-r--r--php-tecnickcom-tc-lib-color.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec
index 9e47c59..15a7213 100644
--- a/php-tecnickcom-tc-lib-color.spec
+++ b/php-tecnickcom-tc-lib-color.spec
@@ -6,17 +6,16 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 681df858ebf5e07bb014732094bc2b221b1626c2
+%global gh_commit f6fedd430add8d4bb3864ee8fa98d8beef7c6258
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnick.com
%global gh_owner tecnickcom
%global gh_project tc-lib-color
-%global php_home %{_datadir}/php/Com/Tecnick
-%global php_project %{php_home}/Color
+%global php_project %{_datadir}/php/Com/Tecnick/Color
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.4.5
+Version: 1.5.0
Release: 1%{?dist}
Summary: PHP library to manipulate various color representations
@@ -71,7 +70,7 @@ sed -e 's:^require:////require:' \
%install
rm -rf %{buildroot}
-mkdir -p %{buildroot}%{php_home}
+mkdir -p $(dirname %{buildroot}%{php_project})
cp -pr src %{buildroot}%{php_project}
cp -p resources/autoload.php \
%{buildroot}%{php_project}/autoload.php
@@ -107,5 +106,8 @@ rm -rf %{buildroot}
%changelog
+* Thu Jul 2 2015 Remi Collet <remi@fedoraproject.org> - 1.5.0-1
+- update to 1.5.0
+
* Wed Jul 1 2015 Remi Collet <remi@fedoraproject.org> - 1.4.5-1
- initial package, version 1.4.5 \ No newline at end of file