diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-03 16:37:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-03 16:37:42 +0200 |
commit | fffff542b936e1878f2aa6c6b9ba5c2029554fb8 (patch) | |
tree | 73b15574666a725ec949151abd473b5a1a9f9032 | |
parent | 7952ec07efa3b8f906ed0976b02e84f0f4d85be3 (diff) |
php-natxet-cssmin: rebuild
-rw-r--r-- | php-natxet-cssmin.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php-natxet-cssmin.spec b/php-natxet-cssmin.spec index 5ab852e..b8105e9 100644 --- a/php-natxet-cssmin.spec +++ b/php-natxet-cssmin.spec @@ -24,7 +24,7 @@ Name: php-%{packagist_owner}-%{lcname} Version: %{github_version} -Release: 2%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 3%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: Configurable CSS parser and minifier Group: Development/Libraries @@ -37,13 +37,14 @@ Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{gith BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{_bindir}/phpab Requires: php(language) >= %{php_min_ver} Requires: php-pcre Provides: php-composer(%{packagist_owner}/%{packagist_name}) = %{version} +BuildRequires: %{_bindir}/phpab + %description CssMin is a css parser and minifier. It minifies css by removing @@ -66,6 +67,7 @@ shorter notation if available. The minification is configurable. rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/php/%{packagist_owner}/%{packagist_name} cp -pr src/ %{buildroot}%{_datadir}/php/%{packagist_owner}/%{packagist_name} +cp -p autoload.php %{buildroot}%{_datadir}/php/%{packagist_owner}/%{packagist_name} %clean @@ -83,6 +85,9 @@ rm -rf %{buildroot} %changelog +* Tue May 3 2016 Remi Collet <remi@fedoraproject.org> - 3.0.4-3 +- rebuild + * Mon Apr 25 2016 James Hogarth <james.hogarth@gmail.com> - 3.0.4-1 - new release 3.0.4 - Add simple classmap autoloader |