SPECS: makebootfat.spec - added mbr image to package - more files ...
tommat
tommat at pld-linux.org
Thu Oct 6 18:27:27 CEST 2005
Author: tommat Date: Thu Oct 6 16:27:27 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added mbr image to package
- more files to doc
- rel 0.2
---- Files affected:
SPECS:
makebootfat.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/makebootfat.spec
diff -u SPECS/makebootfat.spec:1.3 SPECS/makebootfat.spec:1.4
--- SPECS/makebootfat.spec:1.3 Wed Jun 1 23:53:23 2005
+++ SPECS/makebootfat.spec Thu Oct 6 18:27:22 2005
@@ -3,7 +3,7 @@
Summary(pl): Generator bootowalnych dysków USB
Name: makebootfat
Version: 1.4
-Release: 0.1
+Release: 0.2
Epoch: 0
License: GPL v2
Group: Applications
@@ -36,16 +36,21 @@
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_datadir}/%{name}
+
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+install mbrfat.bin $RPM_BUILD_ROOT/%{_datadir}/%{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc doc/*[!1] test
+%doc doc/*[!1] test AUTHORS README HISTORY mbrfat.asm
%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
%{_mandir}/man1/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -54,6 +59,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2005/10/06 16:27:22 tommat
+- added mbr image to package
+- more files to doc
+- rel 0.2
+
Revision 1.3 2005/06/01 21:53:23 qboosh
- URL, pl, removed redundant cp
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/makebootfat.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list