afio-vl.spec 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Summary: Cpio-compatible archive/backup program
  2. Summary(ja): cpio 互換のアーカイブ/バックアッププログラム
  3. Name: afio
  4. Version: 2.5
  5. Release: 1%{?_dist_release}
  6. License: LGPL
  7. Group: Applications/Archiving
  8. Source: http://www.ibiblio.org/pub/linux/system/backup/afio-%{version}.tgz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. %description
  13. Afio makes cpio-format archives. It deals somewhat gracefully with
  14. input data corruption, supports multi-volume archives during
  15. interactive operation, and can make compressed archives that are
  16. much safer than compressed tar or cpio archives. Afio is best used
  17. as an `archive engine' in a backup script.
  18. %prep
  19. %setup -q
  20. %build
  21. make
  22. %install
  23. rm -rf %{buildroot}
  24. mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}
  25. install -c -s afio %{buildroot}%{_bindir}
  26. install -m 0444 afio.1 %{buildroot}%{_mandir}/man1
  27. %clean
  28. rm -rf %{buildroot}
  29. %files
  30. %defattr(-,root,root)
  31. %{_bindir}/afio
  32. %{_mandir}/man1/afio.1*
  33. %doc HISTORY INSTALLATION PORTING README SCRIPTS afio.lsm perl.artistic.license script1 script2 script3 script4 script5
  34. %changelog
  35. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 2.5-1vl5
  36. - applied new versioning policy, spec in utf-8
  37. * Wed Jun 21 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5-0vl1
  38. - updated to 2.5
  39. - s/Copyright/License/
  40. - added Japanese summary
  41. * Mon Apr 22 2002 K Nagasaka <nagasaka@math.tsukuba.ac.jp>
  42. - Vine Guideline fixes
  43. * Mon Jan 14 2002 K Nagasaka <nagasaka@math.tsukuba.ac.jp>
  44. - Updated to v2.4.7
  45. * Thu Apr 26 2001 JP Vossen (jp@jpsdomain.org>
  46. - Updated to v2.4.6
  47. - Added patch for double "-- compressed" tag in verify
  48. - Minor updates to the header section
  49. - Built on RH6.2, but should work fine with rebuild on 7.x (i.e. FHS)
  50. * Mon Jul 24 2000 Prospector <prospector@redhat.com>
  51. - rebuilt
  52. * Tue Jul 11 2000 Than Ngo <than@redhat.de>
  53. - FHS fixes
  54. * Mon Jul 03 2000 Prospector <bugzilla@redhat.com>
  55. - automatic rebuild
  56. * Fri May 19 2000 Ngo Than <than@redhat.de>
  57. - manpage in /usr/share/man
  58. - Buildroot /var/tmp
  59. - rebuild for powertools 7.0
  60. * Fri Nov 26 1999 Ngo Than <than@redhat.de>
  61. - initial RPM