summaryrefslogtreecommitdiffstats
path: root/php-PHP-CSS-Parser.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-02-20 13:41:49 +0100
committerRemi Collet <fedora@famillecollet.com>2014-02-20 13:41:49 +0100
commit3050cbb15af888193cc6aa1e738ad60c37e7e7d1 (patch)
treef05d06a75de803f963aeee8b911916531bd9e449 /php-PHP-CSS-Parser.spec
parent7dc050afaa391789db3e39eb5da6e232eb66d318 (diff)
php-PHP-CSS-Parser: add upstream patch (required by Horde_Css_Parser)
Diffstat (limited to 'php-PHP-CSS-Parser.spec')
-rw-r--r--php-PHP-CSS-Parser.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/php-PHP-CSS-Parser.spec b/php-PHP-CSS-Parser.spec
index 53b041b..5bd0cca 100644
--- a/php-PHP-CSS-Parser.spec
+++ b/php-PHP-CSS-Parser.spec
@@ -14,12 +14,15 @@
Name: php-%{gh_project}
Summary: A Parser for CSS Files
Version: 5.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
+License: MIT
+Group: Development/Libraries
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: MIT
-Group: Development/Libraries
+
+# Upstream patches
+Patch0: %{name}-git.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -41,6 +44,8 @@ of said structure and output as (optimized) CSS.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
+%patch0 -p1
+
%build
# nothing to build
@@ -64,6 +69,9 @@ phpunit --bootstrap bootstrap.php .
%changelog
+* Thu Feb 20 2014 Remi Collet <remi@fedoraproject.org> - 5.1.1-2
+- add upstream patch (required by Horde_Css_Parser)
+
* Mon Oct 28 2013 Remi Collet <remi@fedoraproject.org> - 5.1.1-1
- update to 5.1.1 (no change, only documentation)