From 91ea40a6532def84a113928c51dc82c8615c0666 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Sun, 30 Jun 2013 07:34:00 +0200
Subject: php-doctrine-DoctrineORM: backport

---
 Makefile                      | 4 ++++
 php-doctrine-DoctrineORM.spec | 5 +++++
 2 files changed, 9 insertions(+)
 create mode 100644 Makefile

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
-- 
cgit