[CUnit/f20] Fix build with unversioned docdir

Shakthi Kannan shakthimaan at fedoraproject.org
Tue Sep 10 10:27:01 UTC 2013


commit 6237d9ba54e4be88771158e50d8798a91eeb366d
Author: Shakthi Kannan <shakthimaan at fedoraproject.org>
Date:   Tue Sep 10 15:53:46 2013 +0530

    Fix build with unversioned docdir

 CUnit.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/CUnit.spec b/CUnit.spec
index a725a10..5b3c284 100644
--- a/CUnit.spec
+++ b/CUnit.spec
@@ -1,6 +1,6 @@
 Name:           CUnit
 Version:        2.1.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A unit testing framework for C
 
 Group:          System Environment/Libraries
@@ -53,7 +53,6 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README TODO
 %{_datadir}/%{name}/
 %{_libdir}/libcunit.so.*
 
@@ -66,6 +65,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/CUnit.3*
 
 %changelog
+* Tue Sep 10 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject.org> - 2.1.3-7
+- Fix build with unversioned docdir (#1001276)
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list