afio-vl.spec 2.3 KB

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