diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-30 07:34:00 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-30 07:34:00 +0200 |
commit | 91ea40a6532def84a113928c51dc82c8615c0666 (patch) | |
tree | 33bca157ef6932bb16808671e09f2e896311de3f | |
parent | d6528c2e454912c72e155b033a92c0f65309543c (diff) |
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-doctrine-DoctrineORM.spec | 5 |
2 files changed, 9 insertions, 0 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-DoctrineORM.spec b/php-doctrine-DoctrineORM.spec index ab6a8ec..bbd0576 100644 --- a/php-doctrine-DoctrineORM.spec +++ b/php-doctrine-DoctrineORM.spec @@ -19,6 +19,7 @@ License: MIT URL: http://www.doctrine-project.org/projects/orm.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}) @@ -124,6 +125,7 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_datadir}/%{pear_name} @@ -132,6 +134,9 @@ fi %changelog +* Sun Jun 30 2013 Remi Collet <RPMS@FamilleCollet.com> - 2.3.3-1 +- backport for remi repo. + * Fri Jun 07 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.3.3-1 - Updated to 2.3.3 - Fixed license |