SPECS: plptools.spec - fixed, seems to work - STBR testbuild

sparky sparky at pld-linux.org
Sat Sep 10 17:15:15 CEST 2005


Author: sparky                       Date: Sat Sep 10 15:15:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed, seems to work
- STBR testbuild

---- Files affected:
SPECS:
   plptools.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: SPECS/plptools.spec
diff -u SPECS/plptools.spec:1.28 SPECS/plptools.spec:1.29
--- SPECS/plptools.spec:1.28	Sat Sep 10 03:48:41 2005
+++ SPECS/plptools.spec	Sat Sep 10 17:15:09 2005
@@ -3,7 +3,7 @@
 Summary(pl):	Narzędzia do obsługi psionów serii 5 pod Linuksem
 Name:		plptools
 Version:	0.14
-Release:	0.1
+Release:	0.2
 License:	GPL
 Vendor:		The plptools project
 Group:		Networking/Utilities
@@ -27,6 +27,7 @@
 BuildRequires:	libstdc++-devel
 BuildRequires:	newt-devel
 BuildRequires:	perl-base
+BuildRequires:	python
 BuildRequires:	readline-devel
 BuildRequires:	rpmbuild(macros) >= 1.129
 BuildRequires:	sed >= 4.0
@@ -230,6 +231,7 @@
 	--with-initdir=/etc/rc.d/init.d \
 	--with-kdedir=/usr \
 	--with-mountdir=/media/psion \
+	--with-serial=/dev/ttyS0 \
 	--x-libraries=/usr/X11R6/%{_lib} \
 	%{?debug:--enable-debug}
 
@@ -287,7 +289,7 @@
 rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kde/HTML/{en,de,pl}/kpsion/index.docbook.in
 
 # No public headers for these libs, only used internally
-rm -f $RPM_BUILD_ROOT%{_libdir}/{libkpsion,klipsi}.{a,la,so}
+rm -f $RPM_BUILD_ROOT%{_libdir}/{klipsi}.{a,la,so}
 
 %find_lang %{name}
 %find_lang libplpprops
@@ -311,6 +313,9 @@
 fi
 rm -f /var/lock/subsys/psion_was_started
 
+%triggerin kde -- kdebase, kde-i18n-German
+perl %{_datadir}/%{name}/kiodoc-update.pl -a psion
+
 %triggerin kde -- kdebase, kde-i18n-Polish
 perl %{_datadir}/%{name}/kiodoc-update.pl -a psion
 
@@ -326,11 +331,10 @@
 KONQRC=`kde-config --expandvars --install config`/konquerorrc
 if test -f $KONQRC && grep -q '\[Notification Messages\]' $KONQRC ; then
 	cp $KONQRC $KONQRC.$$
-	cat $KONQRC.$$ | grep -v "askSaveinode/x-psion-drive=No" | sed \
-		-e '/\[Notification Messages\]/a\' \
+	cat $KONQRC.$$ | grep -v "askSaveinode/x-psion-drive=" | sed \
+		-e '/\[Notification Messages\]/a' \
 		-e 'askSaveinode/x-psion-drive=No' > $KONQRC && \
 	rm -f $KONQRC.$$
-#vim: '
 else
 cat>>$KONQRC<<EOF
 
@@ -397,7 +401,7 @@
 %files -n kpsion -f kpsion.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kpsion
-#%attr(755,root,root) %{_libdir}/libkpsion.so.*
+%attr(755,root,root) %{_libdir}/libkpsion.so
 %{_desktopdir}/kpsion*
 %{_datadir}/apps/kpsion
 %{_datadir}/apps/konqueror/*
@@ -419,6 +423,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2005/09/10 15:15:09  sparky
+- fixed, seems to work
+- STBR testbuild
+
 Revision 1.28  2005/09/10 01:48:41  sparky
 - updated to 0.14
 - builds, not tested yet
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/plptools.spec?r1=1.28&r2=1.29&f=u




More information about the pld-cvs-commit mailing list