SPECS: kde4-kdeadmin.spec - fix BRs and Rs - install -d instead of...

shadzik shadzik at pld-linux.org
Sat Feb 2 02:58:23 CET 2008


Author: shadzik                      Date: Sat Feb  2 01:58:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix BRs and Rs
- install -d instead of mkdir

---- Files affected:
SPECS:
   kde4-kdeadmin.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/kde4-kdeadmin.spec
diff -u SPECS/kde4-kdeadmin.spec:1.7 SPECS/kde4-kdeadmin.spec:1.8
--- SPECS/kde4-kdeadmin.spec:1.7	Thu Jan 31 23:42:14 2008
+++ SPECS/kde4-kdeadmin.spec	Sat Feb  2 02:58:18 2008
@@ -27,7 +27,7 @@
 URL:		http://www.kde.org/
 BuildRequires:	bzip2-devel
 BuildRequires:	cmake
-BuildRequires:	kdelibs4-devel >= %{_minlibsevr}
+BuildRequires:	kde4-kdelibs-devel >= %{_minlibsevr}
 BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel
 BuildRequires:	pam-devel
@@ -64,7 +64,7 @@
 Summary:	LILO Configurator
 Summary(pl.UTF-8):	Konfigurator LILO
 Group:		X11/Applications
-Requires:	kdebase-core >= %{_minbaseevr}
+Requires:	kde4-kdebase-core >= %{_minbaseevr}
 %ifarch %{ix86} %{x8664}
 Requires:	lilo
 %endif
@@ -81,7 +81,7 @@
 Summary(pl.UTF-8):	Program cron dla KDE
 Summary(pt_BR.UTF-8):	Gerenciador/agendador de tarefas e interface para o cron
 Group:		X11/Applications
-Requires:	kdebase-core >= %{_minbaseevr}
+Requires:	kde4-kdebase-core >= %{_minbaseevr}
 
 %description kcron
 KCron is an application for scheduling programs to run in the
@@ -101,7 +101,7 @@
 Summary(pl.UTF-8):	Program do manipulacji pakietami
 Summary(pt_BR.UTF-8):	Interface para gerenciamento de pacotes RPM/DEB
 Group:		X11/Applications
-Requires:	kdebase-core >= %{_minbaseevr}
+Requires:	kde4-kdebase-core >= %{_minbaseevr}
 Provides:	kpackage
 Obsoletes:	kpackage
 
@@ -123,7 +123,7 @@
 Summary(pl.UTF-8):	Konfigurator Sys V Init dla KDE
 Summary(pt_BR.UTF-8):	Interface para administração da inicialização System V
 Group:		X11/Applications
-Requires:	kdebase-core >= %{_minbaseevr}
+Requires:	kde4-kdebase-core >= %{_minbaseevr}
 
 %description ksysv
 A Sys V Init configurator for KDE.
@@ -141,7 +141,7 @@
 Summary(pl.UTF-8):	Administracja kontami dla KDE
 Summary(pt_BR.UTF-8):	Ferramenta para administração de usuários
 Group:		X11/Applications
-Requires:	kdebase-core >= %{_minbaseevr}
+Requires:	kde4-kdebase-core >= %{_minbaseevr}
 
 %description kuser
 A simple tool for managin system groups and user accounts from system.
@@ -157,7 +157,7 @@
 Summary:	KDE Network Configurator
 Summary(pl.UTF-8):	Konfigurator sieci dla KDE
 Group:		X11/Applications
-Requires:	kdelibs >= %{_minlibsevr}
+Requires:	kde4-kdelibs >= %{_minlibsevr}
 
 %description knetworkconf
 KDE Network Configurator.
@@ -187,7 +187,7 @@
 #%{__sed} -i -e '1s,#!.*bin/env.*perl,#!%{__perl},' knetworkconf/backends/*.pl.in
 
 %build
-mkdir build
+install -d build
 cd build
 %cmake \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -265,6 +265,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2008-02-02 01:58:18  shadzik
+- fix BRs and Rs
+- install -d instead of mkdir
+
 Revision 1.7  2008-01-31 22:42:14  qboosh
 - updated Name to kde4-kdeadmin
 - BR: cmake instead of ac/am/lt
================================================================

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



More information about the pld-cvs-commit mailing list