]> git.pld-linux.org Git - packages/fix-info-dir.git/commitdiff
- now spec is PLD compliat :) fix-info-dir-0_1-1
authorkloczek <kloczek@pld-linux.org>
Thu, 4 May 2000 19:22:43 +0000 (19:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fix-info-dir.spec -> 1.3

fix-info-dir.spec

index 452088f6129c4c01a7a66d32cec7da71db9c1cca..85def43af0f340abdae855fc1551d830d49425e4 100644 (file)
@@ -2,15 +2,15 @@ Summary:      Creates a top-level info `dir' file
 Name:          fix-info-dir
 Version:       0.1
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         Utilities/System
 Group(pl):     Narzêdzia/System
 Source:                %{name}-%{version}.tar.gz
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Utility which creates a top-level `dir' file in the Info system
+Utility which creates a top-level `dir' file in the Info system.
 
 %prep 
 %setup -q 
@@ -19,9 +19,10 @@ Utility which creates a top-level `dir' file in the Info system
 make CFLAGS='-O2 -fomit-frame-pointer -DNDEBUG'
  
 %install
-install -d 755 $RPM_BUILD_ROOT/%{_sbindir}
-install -s -m 755 %{name} $RPM_BUILD_ROOT/%{_sbindir}
-install -d 755 $RPM_BUILD_ROOT/%{_infodir}
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_infodir}}
+
+install -s %{name} $RPM_BUILD_ROOT/%{_sbindir}
 touch $RPM_BUILD_ROOT/%{_infodir}/dir
 
 %clean
This page took 0.068729 seconds and 4 git commands to generate.