]> git.pld-linux.org Git - packages/netatalk.git/commitdiff
- cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Dec 2001 13:50:11 +0000 (13:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    netatalk.spec -> 1.12

netatalk.spec

index ce93bde49dcdcd8985f3b0f35e176ec3a87cbd30..dc1125e947fe5bd1c49b7656a517fcef14e02997 100644 (file)
@@ -25,7 +25,7 @@ BuildRequires:        openssl-devel
 BuildRequires: pam-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define _initdir /etc/rc.d/init.d 
+%define                _initdir        /etc/rc.d/init.d 
 
 %description
 This package enables Linux to talk to Macintosh computers via the
@@ -60,11 +60,11 @@ Requires:   %{name} = %{version}
 This packge contains the header files, and static libraries for
 building Appletalk networking programs.
 
-%description -l pl devel
+%description devel -l pl
 Pakiet ten zawiera pliki nag³ówkowe i biblioteki statyczne serwera
 AppleTalk
 
-%description -l pt_BR devel
+%description devel -l pt_BR
 Arquivos de inclusão e bibliotecas para o desenvolvimento de
 aplicativos baseados no protocolo AppleTalk.
 
@@ -158,7 +158,7 @@ fi
        
 %preun
 if [ "$1" = "0" ]; then
-/etc/rc.d/init.d/atalk stop >&2
+       /etc/rc.d/init.d/atalk stop >&2
 fi
 
 if [ "$1" = "0" ] ; then
@@ -180,7 +180,6 @@ _EOD3_
   fi
 fi
 
-
 %files
 %defattr(644,root,root,755)
 %doc {BUGS,CHANGES,COPYRIGHT,ChangeLog,README,TODO,VERSION,services.atalk,ICDumpSuffixMap}.gz doc/*
This page took 0.047032 seconds and 4 git commands to generate.