summaryrefslogtreecommitdiffstats
path: root/php-fig-http-message-util.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-26 14:42:12 +0100
committerRemi Collet <remi@remirepo.net>2018-11-26 14:42:12 +0100
commit81ac0b3c2fc6fefa719b7e78670f86b6e3645ea7 (patch)
tree704adabbb0007d65d46e2397e6ab51402decce35 /php-fig-http-message-util.spec
parentee4d6389bb67f5252b0612c2c3c57a1733b6f4c4 (diff)
v1.1.3
Diffstat (limited to 'php-fig-http-message-util.spec')
-rw-r--r--php-fig-http-message-util.spec17
1 files changed, 6 insertions, 11 deletions
diff --git a/php-fig-http-message-util.spec b/php-fig-http-message-util.spec
index 0187998..1c23874 100644
--- a/php-fig-http-message-util.spec
+++ b/php-fig-http-message-util.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for php-fig-http-message-util
#
-# Copyright (c) 2016-2017 Remi Collet
+# Copyright (c) 2016-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 20b2c280cb6914b7b83089720df44e490f4b42f0
+%global gh_commit 35b19404371b31b3a43823c755398c48c9966db4
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner php-fig
%global gh_project http-message-util
@@ -15,16 +15,14 @@
%global pk_project %{gh_project}
Name: php-%{pk_owner}-%{pk_project}
-Version: 1.1.2
+Version: 1.1.3
Release: 1%{?dist}
Summary: PSR Http Message Util
-Group: Development/Libraries
License: MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php-cli
BuildRequires: php-composer(psr/http-message) >= 1.0
@@ -71,7 +69,6 @@ AUTOLOAD
%install
-rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/php/Fig/Http
cp -pr src %{buildroot}%{_datadir}/php/Fig/Http/Message
@@ -85,12 +82,7 @@ exit ($ok ? 0 : 1);
'
-%clean
-rm -rf %{buildroot}
-
-
%files
-%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc *.md
@@ -101,6 +93,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Nov 26 2018 Remi Collet <remi@remirepo.net> - 1.1.3-1
+- update to 1.1.3
+
* Thu Feb 9 2017 Remi Collet <remi@remirepo.net> - 1.1.2-1
- update to 1.1.2