summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-07-17 13:16:05 +0200
committerRemi Collet <fedora@famillecollet.com>2012-07-17 13:16:05 +0200
commit6df8c42a2021447b646bcd9bbc2c2a84efa053d3 (patch)
tree6351fe7d4032dcfba4e830cd6af5c21ab9f680f6
parentbbe7ed6e761c8326fbea9ced157bdbb1f484b137 (diff)
php-symfony2-ClassLoader-2.0.16-1, backport
-rw-r--r--php-symfony2-ClassLoader.spec27
1 files changed, 18 insertions, 9 deletions
diff --git a/php-symfony2-ClassLoader.spec b/php-symfony2-ClassLoader.spec
index edc24d7..8d77a82 100644
--- a/php-symfony2-ClassLoader.spec
+++ b/php-symfony2-ClassLoader.spec
@@ -1,10 +1,11 @@
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+
%global pear_channel pear.symfony.com
-%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
+%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
Name: php-symfony2-ClassLoader
-Version: 2.0.15
-Release: 2%{?dist}
+Version: 2.0.16
+Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
Group: Development/Libraries
@@ -18,13 +19,14 @@ BuildRequires: php-pear(PEAR)
BuildRequires: php-channel(%{pear_channel})
Requires: php-common >= 5.3.2
-Requires: php-pcre
-Requires: php-spl
-Requires: php-tokenizer
Requires: php-pear(PEAR)
Requires: php-channel(%{pear_channel})
Requires(post): %{__pear}
Requires(postun): %{__pear}
+# phpci requires
+Requires: php-pcre
+Requires: php-spl
+Requires: php-tokenizer
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -57,7 +59,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
%build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required.
%install
@@ -88,12 +90,19 @@ fi
%defattr(-,root,root,-)
%doc %{pear_docdir}/%{pear_name}
%{pear_xmldir}/%{name}.xml
-%{pear_phpdir}/Symfony/Component/%{pear_name}
-%dir %{pear_phpdir}/Symfony/Component
%dir %{pear_phpdir}/Symfony
+%dir %{pear_phpdir}/Symfony/Component
+ %{pear_phpdir}/Symfony/Component/%{pear_name}
%changelog
+* Tue Jul 17 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1
+- Update to 2.0.16, backport for remi repository
+
+* Sat Jul 14 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.16-1
+- Updated to upstream version 2.0.16
+- Minor syntax updates
+
* Sat Jul 7 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-2
- backport for remi repository