From b5d0582424d0493aa4d197ac1616d14fce8d61f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Jun 2018 15:50:39 +0200 Subject: fix URL --- php-sabre-uri.spec | 13 ++++++++----- 1 file 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 - 1.2.1-4 +- fix project URL + * Tue Feb 21 2017 Remi Collet - 1.2.1-1 - update to 1.2.1 -- cgit