SPECS: kde4-kde3support.spec - cosmetics

glen glen at pld-linux.org
Sun Dec 7 13:34:44 CET 2008


Author: glen                         Date: Sun Dec  7 12:34:44 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cosmetics

---- Files affected:
SPECS:
   kde4-kde3support.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/kde4-kde3support.spec
diff -u SPECS/kde4-kde3support.spec:1.10 SPECS/kde4-kde3support.spec:1.11
--- SPECS/kde4-kde3support.spec:1.10	Sat Nov 29 17:53:40 2008
+++ SPECS/kde4-kde3support.spec	Sun Dec  7 13:34:39 2008
@@ -103,6 +103,9 @@
 # confuses OpenEXR detection
 %undefine	configure_cache
 
+%define		no_install_post_check_so	1
+# unresolved symbols in libkscreensaver.so.X (by design)
+
 %description
 This package includes libraries that are central to the development
 and execution of a KDE program, misc HTML documentation and theme
@@ -214,9 +217,6 @@
 Цей пакет містить хедери, необхідні
 для компіляції програм для KDE.
 
-%define	no_install_post_check_so	1
-# unresolved symbols in libkscreensaver.so.X (by design)
-
 %prep
 %setup -q -n %{origname}-%{version}
 %patch0 -p1
@@ -303,10 +303,9 @@
 fi
 
 # put symlinks to a different folder in %_libdir
-cd $RPM_BUILD_ROOT/%{_libdir}
-for link in $(ls *.so)
-do
-	sover=$(ls $link.*.*.* |sed -e s@$link@@)
+cd $RPM_BUILD_ROOT%{_libdir}
+for link in $(ls *.so); do
+	sover=$(ls $link.*.*.* | sed -e s@$link@@)
 	if [ -h $link ]; then
 		rm -f $link
 		ln -s ../$link$sover kde3dev/$link
@@ -736,6 +735,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008/12/07 12:34:39  glen
+- cosmetics
+
 Revision 1.10  2008/11/29 16:53:40  shadzik
 - builds again
 
@@ -779,4 +781,3 @@
 - we actually just need some libs to get applications working
   so there will be more cuts in here later
 - ex. k3b installs very well and works well too
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kde3support.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list