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