summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-20 08:42:42 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-20 08:42:42 +0200
commita47a9521e4488ced4074c20a9af100150018ab38 (patch)
tree43230c8fbce3bbf223a013d3fbf32d5dbfbe87b6
parent85de205bab1b08317fd5440370570b628700d674 (diff)
php-lightopenid: backport
-rw-r--r--php-lightopenid.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-lightopenid.spec b/php-lightopenid.spec
index 0f0d967..6ba6dd1 100644
--- a/php-lightopenid.spec
+++ b/php-lightopenid.spec
@@ -3,13 +3,16 @@ Version: 0.6
Release: 2%{?dist}
Summary: PHP OpenID library
+Group: Development/Libraries
License: MIT
URL: http://code.google.com/p/lightopenid/
Source0: http://lightopenid.googlecode.com/files/lightopenid-%{version}.tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+
Requires: php-curl
Requires: php-pcre
-BuildArch: noarch
%description
Lightweight OpenID library.
@@ -25,11 +28,15 @@ mkdir -p %{buildroot}%{_datadir}/php/lightopenid
cp -p openid.php %{buildroot}%{_datadir}/php/lightopenid/openid.php
%files
+%defattr(-,root,root,-)
%doc example.php example-google.php
%{_datadir}/php/lightopenid
%changelog
+* Sun Oct 20 2013 Remi Collet <remi@fedoraproject.org> - 0.6-2
+- bacport 0.6 for remi repo
+
* Mon Oct 14 2013 Patrick Uiterwijk <puiterwijk@gmail.com> - 0.6-2
- Fixed package guidelines issues