rpms/koffice-langpack/F-13 koffice-langpack.spec,1.37,1.38

Kevin Kofler kkofler at fedoraproject.org
Sat May 15 16:49:30 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/koffice-langpack/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7650/F-13

Modified Files:
	koffice-langpack.spec 
Log Message:
* Sat May 15 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2:2.1.91-2
- don't ship translations of the kivio documentation


Index: koffice-langpack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koffice-langpack/F-13/koffice-langpack.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- koffice-langpack.spec	26 Apr 2010 16:33:46 -0000	1.37
+++ koffice-langpack.spec	15 May 2010 16:49:30 -0000	1.38
@@ -4,7 +4,7 @@
 Name:           koffice-langpack
 Epoch:          2 
 Version:        2.1.91
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Language files for koffice
 
 Group:          Applications/Productivity
@@ -494,6 +494,12 @@ Provides additional traditional Chinese 
 
 %prep
 %setup -T -c -q -n %{name} -a 4 -a 7 -a 8 -a 9 -a 10 -a 12 -a 13 -a 17 -a 20 -a 24 -a 25 -a 26 -a 29 -a 30 -a 32 -a 33 -a 34 -a 35 -a 40 -a 42 -a 43 -a 46
+# blacklist kivio docs, let koffice-kivio ship a matching version of them
+for koffice_lang in * ; do
+  if [ -f $koffice_lang/docs/koffice/CMakeLists.txt ]; then
+    sed -i -e 's/add_subdirectory( *kivio *)/#add_subdirectory(kivio)/g' $koffice_lang/docs/koffice/CMakeLists.txt
+  fi
+done
 
 
 %build
@@ -772,6 +778,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat May 15 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2:2.1.91-2
+- don't ship translations of the kivio documentation
+
 * Mon Apr 26 2010 Rex Dieter <rdieter at fedoraproject.org> - 2:2.1.91-1
 - koffice-l10n-2.1.91
 



More information about the scm-commits mailing list