afio-vl.spec 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Name: afio
  2. Summary: Cpio-compatible archive/backup program
  3. Summary(ja): cpio 互換のアーカイブ/バックアッププログラム
  4. Version: 2.5
  5. Release: 2%{?_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. * Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5-2
  36. - rebuilt with current VineSeed
  37. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 2.5-1vl5
  38. - applied new versioning policy, spec in utf-8
  39. * Wed Jun 21 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5-0vl1
  40. - updated to 2.5
  41. - s/Copyright/License/
  42. - added Japanese summary
  43. * Mon Apr 22 2002 K Nagasaka <nagasaka@math.tsukuba.ac.jp>
  44. - Vine Guideline fixes
  45. * Mon Jan 14 2002 K Nagasaka <nagasaka@math.tsukuba.ac.jp>
  46. - Updated to v2.4.7
  47. * Thu Apr 26 2001 JP Vossen (jp@jpsdomain.org>
  48. - Updated to v2.4.6
  49. - Added patch for double "-- compressed" tag in verify
  50. - Minor updates to the header section
  51. - Built on RH6.2, but should work fine with rebuild on 7.x (i.e. FHS)
  52. * Mon Jul 24 2000 Prospector <prospector@redhat.com>
  53. - rebuilt
  54. * Tue Jul 11 2000 Than Ngo <than@redhat.de>
  55. - FHS fixes
  56. * Mon Jul 03 2000 Prospector <bugzilla@redhat.com>
  57. - automatic rebuild
  58. * Fri May 19 2000 Ngo Than <than@redhat.de>
  59. - manpage in /usr/share/man
  60. - Buildroot /var/tmp
  61. - rebuild for powertools 7.0
  62. * Fri Nov 26 1999 Ngo Than <than@redhat.de>
  63. - initial RPM