[php-cloudfiles] RBZ #994033: adjust to new unversioned doc dir policy

brummbq brummbq at fedoraproject.org
Sat Aug 17 20:27:41 UTC 2013


commit 2c7f7dc4875824d793c35e1e262927b0db7cefa9
Author: Gregor Tätzner <gregor at freenet.de>
Date:   Sat Aug 17 22:27:08 2013 +0200

    RBZ #994033: adjust to new unversioned doc dir policy

 php-cloudfiles.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/php-cloudfiles.spec b/php-cloudfiles.spec
index e203880..e3567ee 100644
--- a/php-cloudfiles.spec
+++ b/php-cloudfiles.spec
@@ -2,7 +2,7 @@
 
 Name:		php-cloudfiles
 Version:		1.7.11
-Release:		4%{?dist}
+Release:		5%{?dist}
 Summary:		PHP API for the Cloud Files storage system
 
 License:		MIT
@@ -46,9 +46,6 @@ find . -type f -exec sed -i -e 's/[\r\t ]*$//' '{}' ';'
 mkdir -p %{buildroot}%{_datadir}/php/%{name}
 install -pm 644 cloudfiles*.php %{buildroot}%{_datadir}/php/%{name}
 
-mkdir -p %{buildroot}%{_docdir}/%{name}-devel-%{version}-%{release}
-cp -a docs %{buildroot}%{_docdir}/%{name}-devel-%{version}-%{release}
-
 
 %files
 %doc README COPYING Changelog AUTHORS
@@ -56,10 +53,13 @@ cp -a docs %{buildroot}%{_docdir}/%{name}-devel-%{version}-%{release}
 
 
 %files devel-doc
-%{_docdir}/%{name}-devel-%{version}-%{release}
+%doc docs
 
 
 %changelog
+* Sat Aug 17 2013 Gregor Tätzner <brummbq at fedoraproject.org> - 1.7.11-5
+- RBZ #994033: adjust to new unversioned doc dir policy
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list