[suil] Remove unwanted man file

Brendan Jones bsjones at fedoraproject.org
Tue Jul 24 15:26:54 UTC 2012


commit 3c8cb30a9e1cb3a542bd1ef721ac3ff146a47e3f
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Tue Jul 24 17:26:45 2012 +0200

    Remove unwanted man file

 suil.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/suil.spec b/suil.spec
index f36198d..998f8fe 100644
--- a/suil.spec
+++ b/suil.spec
@@ -1,7 +1,7 @@
 %global maj 0
 Name:       suil
 Version:    0.6.0
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    A lightweight C library for loading and wrapping LV2 plugin UIs
 
 Group:      System Environment/Libraries
@@ -61,6 +61,7 @@ export CXXFLAGS="%{optflags}"
 ./waf build -v %{?_smp_mflags}
 
 %install
+rm build/doc/man/man3/_*
 DESTDIR=%{buildroot} ./waf install
 chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
 
@@ -85,6 +86,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
 %{_mandir}/man3/%{name}.3.gz
 
 %changelog
+* Tue Jul 24 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.6.0-4
+- Remove unwanted man file generated from doxygen
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list