diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-19 07:14:41 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-19 07:14:41 +0100 |
commit | b1d4d4ee03b7557e6da8a382396220228aeacce7 (patch) | |
tree | 5e4b93ea1711592ae5b8b44f5f45367cb148e75c | |
parent | 00535aa942f0f64cf9cab4346d2559a0b1bdec76 (diff) |
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-doctrine-DoctrineCommon.spec | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + diff --git a/php-doctrine-DoctrineCommon.spec b/php-doctrine-DoctrineCommon.spec index 8c9205f..adba043 100644 --- a/php-doctrine-DoctrineCommon.spec +++ b/php-doctrine-DoctrineCommon.spec @@ -1,5 +1,4 @@ %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} %global pear_channel pear.doctrine-project.org %global pear_name %(echo %{name} | sed -e 's/^php-doctrine-//' -e 's/-/_/g') @@ -16,11 +15,12 @@ License: MIT URL: http://www.doctrine-project.org/projects/common.html Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear(PEAR) BuildRequires: php-channel(%{pear_channel}) -Requires: php-common >= 5.3.2 +Requires: php(language) >= 5.3.2 Requires: php-pear(PEAR) Requires: php-channel(%{pear_channel}) Requires(post): %{__pear} @@ -88,6 +88,7 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %dir %{pear_phpdir}/Doctrine @@ -95,6 +96,9 @@ fi %changelog +* Wed Dec 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.3.0-2 +- backport 2.3.0 for remi repo. + * Tue Dec 18 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.3.0-2 - Updated description |