]> git.pld-linux.org Git - packages/dents.git/commitdiff
- Prereq: /sbin/chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Sep 2001 12:11:59 +0000 (12:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dents.spec -> 1.5

dents.spec

index 431bb8696df9535e8e62770a8e3c0b26dc10238b..0e11ccf92dece6626c5f3a0f408723044e25f94e 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       This is the DENTS nameserver
+Summary(pl):   Serwer nazw DENTS
 Name:          dents
 Version:       0.3.1
 Release:       1
@@ -10,11 +11,15 @@ Source0:    http://ftp1.sourceforge.net/dents/%{name}-%{version}.tar.gz
 URL:           http://sourceforge.net/projects/dents/
 BuildRequires: glib-devel
 Prereq:                rc-scripts
+Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Dents. It's a name server that doesn't suck.
 
+%description -l pl
+Dents. Jest to serwer nazw, który nie obsysa.
+
 %prep
 %setup -q
 
@@ -28,6 +33,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /sbin/chkconfig --add dents
 if [ -f /var/lock/subsys/dents ]; then
@@ -36,7 +44,6 @@ else
        echo "Run \"/etc/rc.d/init.d/dents start\" to start dents DNS server."
 fi
 
-
 %preun
 /sbin/chkconfig --del dents
 if [ "$1" = "0" ]; then
@@ -46,9 +53,6 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del dents
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/dents
This page took 0.088576 seconds and 4 git commands to generate.