source: projects/specs/branches/6/a/afio/afio-vl.spec @ 3492

Revision 3492, 2.2 KB checked in by inagaki, 13 years ago (diff)

update: afio, cpio

Line 
1Name: afio
2Summary: Cpio-compatible archive/backup program
3Summary(ja): cpio 互換のアーカイブ/バックアッププログラム
4Version: 2.5
5Release: 2%{?_dist_release}
6
7License: LGPL
8Group: Applications/Archiving
9
10Source: http://www.ibiblio.org/pub/linux/system/backup/afio-%{version}.tgz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14Vendor: Project Vine
15Distribution: Vine Linux
16
17%description
18Afio makes cpio-format archives. It deals somewhat gracefully with
19input data corruption, supports multi-volume archives during
20interactive operation, and can make compressed archives that are
21much safer than compressed tar or cpio archives. Afio is best used
22as an `archive engine' in a backup script.
23
24%prep
25
26%setup -q
27
28%build
29make
30
31%install
32rm -rf %{buildroot}
33
34mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}
35
36install -c -s  afio %{buildroot}%{_bindir}
37install -m 0444 afio.1 %{buildroot}%{_mandir}/man1
38
39%clean
40rm -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
Note: See TracBrowser for help on using the repository browser.