Author: glen                         Date: Fri Feb 15 20:53:21 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- update to KDE 3.5.9

---- Files affected:
SPECS:
   kdewebdev.spec (1.65.2.9 -> 1.65.2.10) 

---- Diffs:

================================================================
Index: SPECS/kdewebdev.spec
diff -u SPECS/kdewebdev.spec:1.65.2.9 SPECS/kdewebdev.spec:1.65.2.10
--- SPECS/kdewebdev.spec:1.65.2.9       Thu Feb 14 23:58:09 2008
+++ SPECS/kdewebdev.spec        Fri Feb 15 21:53:16 2008
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 # TODO
 # - missing icon for 'Webdesign' kde menu (not this package related, but still)
-
 %define                _state          stable
 %define                _minlibsevr     9:%{version}
 %define                _minbaseevr     9:%{version}
@@ -11,13 +10,13 @@
 Summary(pl.UTF-8):     Narzędzia do tworzenia WWW dla KDE
 Summary(pt_BR.UTF-8):  Um editor web para o KDE
 Name:          kdewebdev
-Version:       3.5.8
+Version:       3.5.9
 Release:       1
 Epoch:         2
 License:       GPL
 Group:         X11/Development/Tools
 Source0:       
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 6c17c4b71a4d306da4b81a0cfd3116e1
+# Source0-md5: e95d1fbb698ec76966abfa5bdf96bd5e
 Source1:       %{name}-kommandersplash.png
 #Patch100:     %{name}-branch.diff
 Patch0:                kde-common-PLD.patch
@@ -31,6 +30,7 @@
 BuildRequires: libgcrypt-devel
 BuildRequires: libxml2-devel >= 1:2.6.0
 BuildRequires: libxslt-devel >= 1.0.18
+BuildRequires: rpmbuild(find_lang) >= 1.32
 BuildRequires: rpmbuild(macros) >= 1.129
 BuildRequires: sed >= 4.0
 BuildConflicts:        quanta
@@ -331,25 +331,30 @@
 %{__make}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+if [ ! -f makeinstall.stamp -o ! -d $RPM_BUILD_ROOT ]; then
+       rm -rf makeinstall.stamp installed.stamp $RPM_BUILD_ROOT
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       kde_htmldir=%{_kdedocdir} \
-       kde_libs_htmldir=%{_kdedocdir}
+       %{__make} install \
+               DESTDIR=$RPM_BUILD_ROOT \
+               kde_htmldir=%{_kdedocdir} \
+               kde_libs_htmldir=%{_kdedocdir}
+
+       touch makeinstall.stamp
+fi
+
+if [ ! -f installed.stamp ]; then
+       # unsupported
+       rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/locolor
 
-# unsupported
-rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/locolor
-
-rm -f $RPM_BUILD_ROOT%{_libdir}/kde3/*.la
+       rm -f $RPM_BUILD_ROOT%{_libdir}/kde3/*.la
+fi
 
 %find_lang kfilereplace        --with-kde
 %find_lang klinkstatus --with-kde
 %find_lang kommander   --with-kde
 %find_lang kxsldbg     --with-kde
 %find_lang quanta      --with-kde
-%find_lang xsldbg      --with-kde
-cat xsldbg.lang >> kxsldbg.lang
+%find_lang xsldbg      --with-kde -a kxsldbg.lang
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -391,18 +396,29 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kmdr-editor
 %attr(755,root,root) %{_bindir}/kmdr-plugins
+%attr(755,root,root) %ghost %{_libdir}/kde3/libkommander_part.so
+%{_datadir}/services/kommander_part.desktop
 %{_datadir}/mimelnk/application/x-kommander.desktop
 %{_desktopdir}/kde/kmdr-editor.desktop
 %{_datadir}/apps/kommander
+%{_datadir}/apps/kmdr-editor
 %{_iconsdir}/crystalsvg/*/apps/kommander.png
 %{_datadir}/apps/katepart/syntax/kommander.xml
+# subpackages?
+%{_datadir}/apps/katepart/syntax/kommander-new.xml
+%{_datadir}/apps/kdevappwizard/kommanderplugin.png
+%{_datadir}/apps/kdevappwizard/kommanderplugin.tar.gz
+%{_datadir}/apps/kdevappwizard/templates/kommanderplugin.kdevtemplate
 
 %files kommander-executor
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kmdr-executor
 %attr(755,root,root) %{_libdir}/libkommanderplugin.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libkommanderplugin.so.0
 %attr(755,root,root) %{_libdir}/libkommanderwidget.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libkommanderwidget.so.0
 %attr(755,root,root) %{_libdir}/libkommanderwidgets.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libkommanderwidgets.so.0
 %{_datadir}/applnk/.hidden/kmdr-executor.desktop
 
 %files kommander-devel
@@ -417,6 +433,7 @@
 %{_includedir}/kommanderplugin.h
 %{_includedir}/kommanderwidget.h
 %{_includedir}/kommander_export.h
+%{_includedir}/specials.h
 
 %files kxsldbg -f kxsldbg.lang
 %defattr(644,root,root,755)
@@ -451,6 +468,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.65.2.10  2008-02-15 20:53:16  glen
+- update to KDE 3.5.9
+
 Revision 1.65.2.9  2008-02-14 22:58:09  glen
 - merge with HEAD
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kdewebdev.spec?r1=1.65.2.9&r2=1.65.2.10&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to