[php-doctrine-DoctrineDBAL] Remove empty README

Shawn Iwinski siwinski at fedoraproject.org
Wed Jun 12 22:04:01 UTC 2013


commit 2f42880c0e158778cb6bde779e3546645407312c
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Jun 12 18:03:32 2013 -0400

    Remove empty README

 php-doctrine-DoctrineDBAL.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/php-doctrine-DoctrineDBAL.spec b/php-doctrine-DoctrineDBAL.spec
index b596907..0df059f 100644
--- a/php-doctrine-DoctrineDBAL.spec
+++ b/php-doctrine-DoctrineDBAL.spec
@@ -6,7 +6,7 @@
 
 Name:             php-doctrine-%{pear_name}
 Version:          2.3.4
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Doctrine Database Abstraction Layer
 
 Group:            Development/Libraries
@@ -55,11 +55,11 @@ the oci8 extension under the hood.
 %prep
 %setup -q -c
 
-# Fix package.xml for README and LICENSE files to have role="doc"
-# instead of role="data"
+# Fix package.xml:
+# - Remove empty README
+# - LICENSE file to have role="doc" instead of role="data"
 # *** http://www.doctrine-project.org/jira/browse/DBAL-300
-# *** ^ This issue is also for the zero-lengh file README.markdown
-sed -e '/README/s/role="data"/role="doc"/' \
+sed -e '/README/d' \
     -e '/LICENSE/s/role="data"/role="doc"/' \
     -i package.xml
 
@@ -120,6 +120,9 @@ fi
 
 
 %changelog
+* Wed Jun 12 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.3.4-2
+- Remove empty README
+
 * Fri Jun 07 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.3.4-1
 - Updated to 2.3.4
 - Removed manual fix of Symfony package usage b/c fixed upstream


More information about the scm-commits mailing list