rpms/koffice/devel koffice.spec,1.52,1.53

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Feb 26 18:06:00 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/koffice/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1736

Modified Files:
	koffice.spec 
Log Message:
handle stray locale files



Index: koffice.spec
===================================================================
RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- koffice.spec	26 Feb 2007 15:14:05 -0000	1.52
+++ koffice.spec	26 Feb 2007 18:05:28 -0000	1.53
@@ -1,7 +1,7 @@
 
 Name:           koffice
 Version:        1.6.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A free, integrated office suite for KDE
 
 Group:          Applications/Productivity
@@ -282,8 +282,10 @@
   --delete-original \
   $RPM_BUILD_ROOT%{_datadir}/applnk/Office/*.desktop
 
-# Unpackaged files
+## Unpackaged files
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
+# shouldn't these be in koffice-l10n? 
+rm -f $RPM_BUILD_ROOT%{_datadir}/locale/pl/LC_MESSAGES/kexi_{add,delete}_column_gui_transl_pl.sh
 
 
 %clean
@@ -563,7 +565,7 @@
 %{_datadir}/applications/kde/*kexi.desktop
 %{_datadir}/services/kexidb_sqlite*driver.desktop
 # shouldn't this be in koffice-l10n?
-%lang(pl) %{_docdir}/locale/pl/LC_MESSAGES/kexi*
+#%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/kexi*
 
 %files kexi-driver-mysql
 %defattr(-,root,root,-)
@@ -682,7 +684,7 @@
 
 %changelog
 * Mon Feb 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org>
-1.6.2-2
+1.6.2-3
 - kexi_export patch
 - kdchart_export patch (#222965)
 




More information about the scm-commits mailing list