SPECS: conman.spec - pl - removed invalid _sysconfdir macro usage ...

qboosh qboosh at pld-linux.org
Mon Jan 22 00:10:22 CET 2007


Author: qboosh                       Date: Sun Jan 21 23:10:22 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- removed invalid _sysconfdir macro usage
- chkconfig deps

---- Files affected:
SPECS:
   conman.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/conman.spec
diff -u SPECS/conman.spec:1.1 SPECS/conman.spec:1.2
--- SPECS/conman.spec:1.1	Fri Jan 19 11:14:06 2007
+++ SPECS/conman.spec	Mon Jan 22 00:10:17 2007
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:	The Console Manager
+Summary(pl):	Zarządca konsol
 Name:		conman
 Version:	0.1.9.2
 Release:	1
@@ -12,6 +13,8 @@
 Source3:	%{name}.logrotate
 URL:		http://home.gna.org/conman/
 BuildRequires:	libwrap-devel
+Requires(post,preun):	/sbin/ldconfig
+Requires:	rc-scripts
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,6 +23,12 @@
 supports local serial devices and remote terminal servers (via the
 telnet protocol).
 
+%description -l pl
+ConMan to program do zarządzania konsolami zaprojektowany do obsługi
+dużej liczby urządzeń konsolowych i jednoczesnych użytkowników.
+Aktualnie obsługuje lokalne urządzenia szeregowe i zdalne serwery
+terminali (poprzez protokół telnet).
+
 %prep
 %setup -q
 
@@ -32,15 +41,15 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/{rc.d/init.d,sysconfig,logrotate.d}
+install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,logrotate.d}
 install -d $RPM_BUILD_ROOT/var/log/conman
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1}	$RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/conmand
-install %{SOURCE2}	$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/conmand
-install %{SOURCE3}	$RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/conmand
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/conmand
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/conmand
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/conmand
 
 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/examples
 
@@ -77,7 +86,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/01/21 23:10:17  qboosh
+- pl
+- removed invalid _sysconfdir macro usage
+- chkconfig deps
+
 Revision 1.1  2007/01/19 10:14:06  arekm
 - initial pld release
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/conman.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list