]> git.pld-linux.org Git - packages/conman.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Jan 2007 23:10:17 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed invalid _sysconfdir macro usage
- chkconfig deps

Changed files:
    conman.spec -> 1.2

conman.spec

index 909bbe0f886259f863ee31bca846ffda1ca955cf..6987c8685fd8c9f3f7bc3acaa07da5e9c109b7ab 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       The Console Manager
+Summary(pl):   Zarz±dca konsol
 Name:          conman
 Version:       0.1.9.2
 Release:       1
@@ -11,6 +12,8 @@ Source2:      %{name}d.sysconfig
 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
@@ -19,6 +22,12 @@ number of console devices and simultaneous users. It currently
 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
 
@@ -31,15 +40,15 @@ telnet protocol).
 %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
 
This page took 0.073903 seconds and 4 git commands to generate.