SPECS: k3b.spec - Fixed %files (listed twice) - Fixed %configure

adgor adgor at pld-linux.org
Sat Dec 17 00:04:58 CET 2005


Author: adgor                        Date: Fri Dec 16 23:04:58 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Fixed %files (listed twice)
- Fixed %configure

---- Files affected:
SPECS:
   k3b.spec (1.120 -> 1.121) 

---- Diffs:

================================================================
Index: SPECS/k3b.spec
diff -u SPECS/k3b.spec:1.120 SPECS/k3b.spec:1.121
--- SPECS/k3b.spec:1.120	Fri Dec 16 15:14:02 2005
+++ SPECS/k3b.spec	Sat Dec 17 00:04:53 2005
@@ -293,10 +293,10 @@
 %{__make} -f admin/Makefile.common
 %configure \
 	--%{!?debug:dis}%{?debug:en}able-debug \
-	--disable-rpath \
+	%{!?debug:--disable-rpath} \
+	%{!?with_setup:--with-k3bsetup=no} \
 	--with-qt-libraries=%{_libdir} \
-	%{!?with_resmgr:--without-resmgr} \
-	%{!?with_setup:--with-k3bsetup=no}
+	%{!?with_resmgr:--without-resmgr}
 
 %{__make}
 
@@ -335,8 +335,8 @@
 %{_datadir}/applnk/.hidden/*.desktop
 %dir %{_datadir}/apps/k3b
 %dir %{_datadir}/apps/k3b/plugins
-%{_datadir}/apps/k3b/*
-%exclude %{_datadir}/apps/k3b/plugins/*
+%{_datadir}/apps/k3b/[!p]*
+%{_datadir}/apps/k3b/pics
 %{_datadir}/mimelnk/application/x-k3b.desktop
 %{_datadir}/sounds/*.wav
 %{_desktopdir}/kde/k3b.desktop
@@ -454,6 +454,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.121  2005/12/16 23:04:53  adgor
+- Fixed %files (listed twice)
+- Fixed %configure
+
 Revision 1.120  2005/12/16 14:14:02  paszczus
 - updated to 0.12.10
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/k3b.spec?r1=1.120&r2=1.121&f=u




More information about the pld-cvs-commit mailing list