]> git.pld-linux.org Git - packages/consd.git/commitdiff
- fixed Group, added descriptions, finished spec (builds)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Nov 2001 12:52:23 +0000 (12:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    consd.spec -> 1.3

consd.spec

index 704f05380559a92f169dc51ccc47d1e62227dda4..4d6730fe10dd6e08e18221392a1140dcd59abd80 100644 (file)
@@ -1,40 +1,51 @@
 Summary:       Virtual Console Management Daemon
-Summary(pl):   Menad¿er konsoli
+Summary(pl):   Menad¿er wirtualnej konsoli
 Name:          consd
 Version:       1.3
 Release:       1
 License:       GPL
-Group:         System
-Group(pl):     System
+Group:         Daemons
+Group(de):     Server
+Group(pl):     Serwery
 Source0:       ftp://sunsite.unc.edu/pub/Linux/utils/console/%{name}-%{version}.tgz
-#Patch0:       
-#BuildRequires:        
-#Requires:     
+Patch0:                %{name}-errno.patch
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _prefix /usr
-
 %description
+Virtual console management daemon - starts and kills gettys as needed
+(depending on the amount of currently idle gettys). Runs automatically
+in the background. Can coexist with gettys started by init. There's
+also a helper daemon that can display what process is running on the
+current console.
 
 %description -l pl
+Menad¿er wirtualnej konsoli - startuje i zabija getty w razie potrzeby
+(w zale¿no¶ci od ilo¶ci nieaktywnych getty). Dzia³a automatycznie w
+tle. Mo¿e koegzystowaæ z getty uruchomionymi przez inita. Jest tak¿e
+pomocniczy demon, który mo¿e wy¶wietlaæ, jaki proces jest uruchomiony
+na aktualnej konsoli.
 
 %prep
 %setup -q
-
-#%patch
+%patch -p1
 
 %build
-#./configure --prefix=%{_prefix}
-%{__make} RPM_OPT_FLAGS="%{rpmcflags}"
+%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install consd consinfod $RPM_BUILD_ROOT%{_sbindir}
+install consd.8 consinfod.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
+gzip -9nf README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc
-%attr(,,)
+%doc *.gz
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*.8*
This page took 0.050477 seconds and 4 git commands to generate.