summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-05 15:50:39 +0200
committerRemi Collet <remi@remirepo.net>2018-06-05 15:50:39 +0200
commitb5d0582424d0493aa4d197ac1616d14fce8d61f7 (patch)
treeed828a49182e2f8a30c0fcdda6851cedd4bebe2c
parent6dafa16b4a59dc80973ec9c5096f52be1d905baa (diff)
fix URL
-rw-r--r--php-sabre-uri.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-sabre-uri.spec b/php-sabre-uri.spec
index a2546ec..1ba8461 100644
--- a/php-sabre-uri.spec
+++ b/php-sabre-uri.spec
@@ -8,19 +8,19 @@
#
%global gh_commit ada354d83579565949d80b2e15593c2371225e61
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_owner fruux
-%global gh_project sabre-uri
+%global gh_owner sabre-io
+%global gh_project uri
%global with_tests 0%{!?_without_tests:1}
-Name: php-%{gh_project}
+Name: php-sabre-%{gh_project}
Summary: Functions for making sense out of URIs
Version: 1.2.1
-Release: 1%{?dist}
+Release: 4%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
License: BSD
Group: Development/Libraries
-Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
+Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz
Source1: %{name}-autoload.php
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -126,6 +126,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jun 5 2018 Remi Collet <remi@remirepo.net> - 1.2.1-4
+- fix project URL
+
* Tue Feb 21 2017 Remi Collet <remi@fedoraproject.org> - 1.2.1-1
- update to 1.2.1