]> git.pld-linux.org Git - packages/bochs.git/commitdiff
- upgraded to 1.3 RA-1_0 STABLE bochs-1_3-1
authoralchemyx <alchemyx@pld-linux.org>
Wed, 6 Mar 2002 14:00:52 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- bochs-dlx.1 removed from manpages
- vga.pcf _really_ removed
- no gzipping of html files
- added bximage to binaries
- STBR

Changed files:
    bochs.spec -> 1.15

bochs.spec

index 7c06c7422d8efd7988661b8c14c05860acddeaca..41425f8d03abc11a50de4e00b5204065fbadc8c0 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Portable x86 PC Emulator
 Summary(pl):   Przeno¶ny emulator x86 PC
 Name:          bochs
 Summary:       Portable x86 PC Emulator
 Summary(pl):   Przeno¶ny emulator x86 PC
 Name:          bochs
-Version:       1.2.1
+Version:       1.3
 Release:       1
 License:       GPL
 Group:         Applications/Emulators
 Release:       1
 License:       GPL
 Group:         Applications/Emulators
@@ -49,16 +49,16 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_datadir}/bochs/bios,%{_datadir}/fonts/misc,%{_mandir}/man1}
 install bochs install-x11-fonts bximage $RPM_BUILD_ROOT/%{_bindir}
 install bios/BIOS-bochs-latest* bios/VGABIOS-elpin-2.40 $RPM_BUILD_ROOT%{_datadir}/bochs/bios
 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_datadir}/bochs/bios,%{_datadir}/fonts/misc,%{_mandir}/man1}
 install bochs install-x11-fonts bximage $RPM_BUILD_ROOT/%{_bindir}
 install bios/BIOS-bochs-latest* bios/VGABIOS-elpin-2.40 $RPM_BUILD_ROOT%{_datadir}/bochs/bios
-install doc/man/* $RPM_BUILD_ROOT%{_mandir}/man1
+install doc/man/{bochs,bochsrc,bximage}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 mv -f .bochsrc .brc
 echo "Example .bochrc file - put it into selected directory and modify" \
      "path to images" >.bochsrc
 sed -e 's#bios#%{_datadir}/bochs/bios#g' <.brc >>.bochsrc
 
 
 mv -f .bochsrc .brc
 echo "Example .bochrc file - put it into selected directory and modify" \
      "path to images" >.bochsrc
 sed -e 's#bios#%{_datadir}/bochs/bios#g' <.brc >>.bochsrc
 
-gzip -9nf docs-html/* bios/VGABIOS-elpin-LICENSE .bochsrc font/*.pcf CHANGES TESTFORM.txt
+gzip -9nf bios/VGABIOS-elpin-LICENSE .bochsrc font/*.pcf CHANGES TESTFORM.txt
 
 
-install font/*.pcf* $RPM_BUILD_ROOT%{_datadir}/fonts/misc
+install font/hercules.pcf* $RPM_BUILD_ROOT%{_datadir}/fonts/misc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -76,8 +76,9 @@ killall -USR1 xfs > /dev/null 2>&1 ||:
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc docs-html/* bios/VGABIOS-elpin-LICENSE* .bochsrc* *.gz
-%attr(755,root,root) %{_bindir}/*
+%doc docs-html/*.html bios/VGABIOS-elpin-LICENSE* .bochsrc* *.gz
+%attr(755,root,root) %{_bindir}/bochs
+%attr(755,root,root) %{_bindir}/bximage
 %dir %{_datadir}/bochs
 %{_datadir}/bochs/*
 %{_datadir}/fonts/misc/*.pcf*
 %dir %{_datadir}/bochs
 %{_datadir}/bochs/*
 %{_datadir}/fonts/misc/*.pcf*
This page took 0.08676 seconds and 4 git commands to generate.