From 2c2bfa98736d098db570add7112e261e9a817b43 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Dec 2013 16:05:47 +0100 Subject: php-sabre-http: cleanups --- php-sabre-http.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'php-sabre-http.spec') diff --git a/php-sabre-http.spec b/php-sabre-http.spec index 592643c..36ff3d3 100644 --- a/php-sabre-http.spec +++ b/php-sabre-http.spec @@ -13,12 +13,12 @@ %global prever alpha5 %global with_tests %{?_without_tests:0}%{!?_without_tests:1} -Name: php-sabre-http +Name: php-%{gh_project} Summary: Library for dealing with http requests and responses Version: 1.0.0 Release: 0.1.%{prever}%{?dist} -URL: https://github.com/fruux/sabre-http +URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}.tar.gz License: BSD Group: Development/Libraries @@ -113,5 +113,5 @@ phpunit \ %changelog -* Tue Dec 31 2013 Remi Collet - 1.0.0-1 +* Tue Dec 31 2013 Remi Collet - 1.0.0-0.1.alpha5 - Initial packaging \ No newline at end of file -- cgit