summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-20 08:37:53 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-20 08:37:53 +0200
commit85de205bab1b08317fd5440370570b628700d674 (patch)
treeecee6ab1fff7378c684bd19115d190a1a12ac7ce
php-lightopenid: import from rawhide
-rw-r--r--php-lightopenid.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/php-lightopenid.spec b/php-lightopenid.spec
new file mode 100644
index 0000000..0f0d967
--- /dev/null
+++ b/php-lightopenid.spec
@@ -0,0 +1,37 @@
+Name: php-lightopenid
+Version: 0.6
+Release: 2%{?dist}
+Summary: PHP OpenID library
+
+License: MIT
+URL: http://code.google.com/p/lightopenid/
+Source0: http://lightopenid.googlecode.com/files/lightopenid-%{version}.tgz
+
+Requires: php-curl
+Requires: php-pcre
+BuildArch: noarch
+
+%description
+Lightweight OpenID library.
+
+%prep
+%setup -q -n lightopenid
+
+%build
+# Nothing to build
+
+%install
+mkdir -p %{buildroot}%{_datadir}/php/lightopenid
+cp -p openid.php %{buildroot}%{_datadir}/php/lightopenid/openid.php
+
+%files
+%doc example.php example-google.php
+%{_datadir}/php/lightopenid
+
+
+%changelog
+* Mon Oct 14 2013 Patrick Uiterwijk <puiterwijk@gmail.com> - 0.6-2
+- Fixed package guidelines issues
+
+* Tue Oct 01 2013 Patrick Uiterwijk <patrick@puiterwijk.org> - 0.6-1
+- Initial packaging