source: projects/specs/trunk/a/afio/afio-vl.spec @ 8975

Revision 8975, 2.3 KB checked in by inagaki, 10 years ago (diff)

2014-09-26 Ryoichi INAGAKI <ryo1@…>

  • advancecomp, gksu, libestr, topless: fixed Group
  • afio: updated


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