rpms/openoffice.org/devel openoffice.org.spec,1.1030,1.1031

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 7 15:56:00 UTC 2007


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25413

Modified Files:
	openoffice.org.spec 
Log Message:
clean up the basic rpmlint warning


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1030
retrieving revision 1.1031
diff -u -r1.1030 -r1.1031
--- openoffice.org.spec	7 Feb 2007 15:26:57 -0000	1.1030
+++ openoffice.org.spec	7 Feb 2007 15:55:58 -0000	1.1031
@@ -139,7 +139,7 @@
 user's home, if necessary.
 
 %package core
-Summary: core modules for %{name}
+Summary: Core modules for %{name}
 Group: Applications/Productivity
 Requires: urw-fonts
 Requires: dejavu-lgc-fonts
@@ -164,7 +164,7 @@
 The shared core libraries and support files for %{name}.
 
 %package pyuno
-Summary: python bindings for %{name}
+Summary: Python bindings for %{name}
 Group: Development/Libraries
 Requires: %{name}-core = %{epoch}:%{version}-%{release}
 Requires: python
@@ -176,17 +176,17 @@
 written in python.
 
 %package base
-Summary: database frontend for %{name}
+Summary: Database frontend for %{name}
 Group: Development/Libraries
 Requires: %{name}-core = %{epoch}:%{version}-%{release}
 Obsoletes: openoffice.org2-base
 
 %description base
-GUI database frontend for %{name}. Allows creation and management of databases
-through a GUI.
+GUI database frontend for %{name}. Allows creation and management of 
+databases through a GUI.
 
 %package writer
-Summary: writer module for %{name}
+Summary: Word Processor module for %{name}
 Group: Applications/Productivity
 Obsoletes: openoffice.org
 Obsoletes: openoffice.org2-writer
@@ -197,7 +197,7 @@
 The wordprocessor application of %{name}.
 
 %package emailmerge
-Summary: email mail merge component for %{name}
+Summary: Email mail merge component for %{name}
 Group: Applications/Productivity
 Obsoletes: openoffice.org
 Obsoletes: openoffice.org2-emailmerge
@@ -208,7 +208,7 @@
 Enables the %{name} writer module to mail merge to email.
 
 %package calc
-Summary: calc module for %{name}
+Summary: Spreadsheet module for %{name}
 Obsoletes: openoffice.org
 Obsoletes: openoffice.org2-calc
 Group: Applications/Productivity
@@ -218,7 +218,7 @@
 The spreadsheet application of %{name}.
 
 %package draw
-Summary: draw module for %{name}
+Summary: Drawing module for %{name}
 Group: Applications/Productivity
 Obsoletes: openoffice.org
 Obsoletes: openoffice.org2-draw
@@ -228,7 +228,7 @@
 The drawing application of %{name}.
 
 %package impress
-Summary: impress module for %{name}
+Summary: Presentation module for %{name}
 Group: Applications/Productivity
 Obsoletes: openoffice.org
 Obsoletes: openoffice.org2-impress
@@ -238,7 +238,7 @@
 The presentation application of %{name}.
 
 %package math
-Summary: math module for %{name}
+Summary: Equation editor module for %{name}
 Group: Applications/Productivity
 Obsoletes: openoffice.org
 Obsoletes: openoffice.org2-math
@@ -248,7 +248,7 @@
 The math editor of %{name}.
 
 %package graphicfilter
-Summary: extra graphicfilter module for %{name}
+Summary: Extra graphic filters for %{name}
 Group: Applications/Productivity
 Requires: %{name}-core = %{epoch}:%{version}-%{release}
 Obsoletes: openoffice.org2-graphicfilter
@@ -257,17 +257,17 @@
 The graphicfilter module for %{name}, provides additional svg and flash export filters.
 
 %package xsltfilter
-Summary: extra xsltfilter module for %{name}
+Summary: Extra xsltfilter module for %{name}
 Group: Applications/Productivity
 Requires: %{name}-core = %{epoch}:%{version}-%{release}
-Obsoletes: openoffice.org2-graphicfilter
+Obsoletes: openoffice.org2-xsltfilter
 
 %description xsltfilter
 The xsltfilter module for %{name}, provides additional docbook and xhtml export transforms. 
 Install this to enable docbook export.
 
 %package javafilter
-Summary: extra javafilter module for %{name}
+Summary: Extra javafilter module for %{name}
 Group: Applications/Productivity
 Requires: %{name}-core = %{epoch}:%{version}-%{release}
 Obsoletes: openoffice.org2-javafilter
@@ -276,7 +276,7 @@
 The javafilter module for %{name}, provides additional aportisdoc, pocket excel and pocket word import filters.
 
 %package testtools
-Summary: testtools for %{name}
+Summary: Testtools for %{name}
 Group: Development/Libraries
 Requires: %{name}-core = %{epoch}:%{version}-%{release}
 Obsoletes: openoffice.org2-testtools
@@ -1334,6 +1334,10 @@
 #remove dummy .dat files
 rm -f $RPM_BUILD_ROOT/%{instdir}/program/root?.dat
 
+#set standard permissions for rpmlint
+find $RPM_BUILD_ROOT/%{instdir} -exec chmod +w {} \;
+chmod a+x $RPM_BUILD_ROOT/%{instdir}/share/config/webcast/*.pl
+
 #ensure that no sneaky un-prelinkable, un-fpic or non executable shared libs 
 #have snuck through
 pic=0
@@ -2149,9 +2153,7 @@
 %{instdir}/program/gnome-set-default-application
 %{instdir}/program/ucpgvfs1.uno.so
 #icons and mime
-#%{_datadir}/application-registry
-%{_datadir}/icons
-%dir %{_datadir}/mime-info
+%{_datadir}/icons/*
 %{_datadir}/mime-info/*
 %{instdir}/program/libxmlsecurity.so
 %{instdir}/program/liboldxmlsec*




More information about the fedora-cvs-commits mailing list