]> git.pld-linux.org Git - packages/ms-sys.git/commitdiff
- 1.0.2
authorareq <areq@pld-linux.org>
Sun, 23 Feb 2003 22:36:42 +0000 (22:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add man

Changed files:
    ms-sys.spec -> 1.4

ms-sys.spec

index 59dad0d3a19567404372a4a110042914b786eb1d..05c950bdab4375f1cb10a1c2636c534af823b600 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Create DOS/MS-compatible boot records
 Summary(pl):   Narzêdzie tworz±ce boot recordy kompatybilne z DOS-em i MS
 Name:          ms-sys
-Version:       1.0.1
+Version:       1.0.2
 Release:       1
 License:       GPL
 Group:         Applications/System
@@ -25,7 +25,7 @@ FAT32 - z dok
 systemowych, jedynie zapisuje boot record.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 # "debug" is only a hack - it allows passing EXTRA_CFLAGS
@@ -38,10 +38,11 @@ systemowych, jedynie zapisuje boot record.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 %{__make} install \
-       PREFIX=$RPM_BUILD_ROOT%{_prefix}
+       PREFIX=$RPM_BUILD_ROOT%{_prefix} \
+       MANDIR=$RPM_BUILD_ROOT%{_mandir}
 
 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{sv_SE,sv}
 
@@ -54,3 +55,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README TODO
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.103287 seconds and 4 git commands to generate.