[muParser] Fixing a couple of rpmlint messages.

Fabian Deutsch fabiand at fedoraproject.org
Wed Aug 31 18:59:57 UTC 2011


commit a11f1e0a6c8ee98e1915ab8d23174cc51f358f05
Author: Fabian Deutsch <fabian.deutsch at gmx.de>
Date:   Wed Aug 31 20:58:53 2011 +0200

    Fixing a couple of rpmlint messages.
    
    Signed-off-by: Fabian Deutsch <fabian.deutsch at gmx.de>

 muParser.spec |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/muParser.spec b/muParser.spec
index 8ad9311..db81016 100644
--- a/muParser.spec
+++ b/muParser.spec
@@ -5,10 +5,8 @@ Release:	1%{?dist}
 BuildRequires:	dos2unix
 URL:		http://muparser.sourceforge.net
 License:	MIT
-Group:          Development/Libraries
+Group:		Development/Libraries
 Source:		http://puzzle.dl.sourceforge.net/sourceforge/muparser/muparser_v134.tar.gz
-#Patch0:		muParser-244309.patch	
-#Patch1:		muParser-1.28-gcc43.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %package devel
@@ -28,16 +26,13 @@ Development files and the documentation
 
 %prep
 %setup -q -n muparser_v134
-#%patch0 -p1
-#%patch1 -p1
 
 %build
 %configure --enable-shared=yes --enable-debug=no --enable-samples=no
 make CXXFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 mv docs/html .
-dos2unix *.txt
-dos2unix html/sources/*
-dos2unix html/script/*
+dos2unix *.txt html/{script,sources,misc}/*
+chmod ugo-x html/{images,sources,misc}/*
 
 %install
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list