diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-12-31 16:05:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-12-31 16:05:29 +0100 |
commit | 3fd3d5a4ed8fa92f739c1d51423cf5f8b1d807f9 (patch) | |
tree | ac16e5087e73cfd702de7a3e91cda2a4c77cb956 | |
parent | 4187342a13fd1618a72bb8c8bf8f4345cc87df3c (diff) |
php-sabre-event: cleanups
-rw-r--r-- | php-sabre-event.spec | 4 |
1 files 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 |