summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sabre-event.spec4
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