From 3fd3d5a4ed8fa92f739c1d51423cf5f8b1d807f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Dec 2013 16:05:29 +0100 Subject: php-sabre-event: cleanups --- php-sabre-event.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-sabre-event.spec b/php-sabre-event.spec index 5406ec4..1ed76a7 100644 --- a/php-sabre-event.spec +++ b/php-sabre-event.spec @@ -12,12 +12,12 @@ %global gh_project sabre-event %global with_tests %{?_without_tests:0}%{!?_without_tests:1} -Name: php-sabre-event +Name: php-%{gh_project} Summary: Lightweight library for event-based programming Version: 1.0.0 Release: 1%{?dist} -URL: https://github.com/fruux/sabre-event +URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz License: BSD Group: Development/Libraries -- cgit