rpms/kpilot/devel kpilot.spec,1.3,1.4

Kevin Kofler kkofler at fedoraproject.org
Fri Jan 15 03:27:45 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/kpilot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1058/devel

Modified Files:
	kpilot.spec 
Log Message:
* Fri Jan 15 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 5.3.0-4
- Fix the translated documentation to get built
- Don't list the documentation in the file list as find_lang does it for us


Index: kpilot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kpilot/devel/kpilot.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- kpilot.spec	15 Jan 2010 03:08:34 -0000	1.3
+++ kpilot.spec	15 Jan 2010 03:27:44 -0000	1.4
@@ -1,7 +1,7 @@
 Name:    kpilot
 Summary: Sync PIM data with PalmOS devices
 Version: 5.3.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 # no pilot-link on S/390
 ExcludeArch: s390 s390x
@@ -49,6 +49,9 @@ Group:   System Environment/Libraries
 %setup -q -n kdepim-4.3.4 -a 1
 echo 'add_subdirectory(../doc/kpilot doc)' >>kpilot/CMakeLists.txt
 echo 'add_subdirectory(../kpilot-translations-20100115 l10n)' >>kpilot/CMakeLists.txt
+pushd kpilot-translations-20100115/doc
+for i in *_kpilot ; do echo "add_subdirectory($i)" >>CMakeLists.txt ; done
+popd
 
 
 %build
@@ -125,7 +128,6 @@ rm -rf %{buildroot}
 %{_kde4_appsdir}/kconf_update/kpilot.upd
 %{_kde4_appsdir}/kpilot/
 %{_kde4_iconsdir}/hicolor/*/*/*
-%{_kde4_docdir}/HTML/en/kpilot/
 
 %files libs
 %defattr(-,root,root,-)
@@ -136,6 +138,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 15 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 5.3.0-4
+- Fix the translated documentation to get built
+- Don't list the documentation in the file list as find_lang does it for us
+
 * Fri Jan 15 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 5.3.0-3
 - Ship translations collected from branches/stable/l10n-kde4
 - BR gettext



More information about the scm-commits mailing list