source: projects/specs/trunk/t/taper/taper-vl.spec @ 521

Revision 521, 3.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A menu-driven file backup system.
2Name: taper
3Version: 6.9b
4Release: 5%{?_dist_release}
5License: GPL
6Group: Applications/Archiving
7Source: http://prdownloads.sourceforge.net/taper/%{name}-%{version}.tar.gz
8URL: http://taper.sourceforge.net/
9Patch0: taper-6.9a-rh.patch
10Patch1: taper-6.9-sparc.patch
11Patch2: taper-6.9b-taper_h.patch
12Patch3: taper-7.0pre-1-umode_t.patch
13Buildroot: %{_tmppath}/%{name}-%{version}-root
14
15%description
16Taper is a backup and restoration program with a friendly user
17interface.  Files may be backed up to a tape drive or to a hard disk.
18The interface for selecting files to be backed up/restored is very
19similar to the Midnight Commander interface, and allows easy traversal
20of directories.  Taper supports recursive selection of directories.
21Taper also supports backing up SCSI, ftape, zftape and removable
22drives.  By default, taper is set for incremental backups and
23automatic most recent restore.
24
25Install the taper package if you need a user friendly file backup and
26restoration program.
27
28
29%prep
30%setup -q
31%patch0 -p1 -b .rh
32%ifarch sparc
33%patch1 -p1 -b .sparc
34%endif
35%patch2 -p0 -b .taper_h
36%patch3 -p1 -b .umode_t
37
38find . -name CVS -type d | xargs rm -rf
39
40%build
41make CFLAGS="$RPM_OPT_FLAGS"
42
43%install
44rm -rf $RPM_BUILD_ROOT
45mkdir -p $RPM_BUILD_ROOT%{_sbindir} \
46        $RPM_BUILD_ROOT%{_bindir} \
47        $RPM_BUILD_ROOT%{_mandir}/man8
48
49%makeinstall
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(-,root,root)
56%{_sbindir}/*
57%{_bindir}/*
58%{_mandir}/*/*
59%doc docs/*
60
61%changelog
62* Sat Apr 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.9b-5
63- added Patch3 from Mandriva
64
65* Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 6.9b-4vl5
66- added taper-6.9b-taper_h.patch
67- applied new versioning policy
68
69* Sat Jul 19 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.9b-3vl2
70- rebuild with new toolchains
71- s/Copyright/License/
72- change URL
73
74* Mon Dec 18 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
75- 6.9b-3vl1
76- rebuild for Vine Linux with ncurses5
77
78* Sun Aug 13 2000 Than Ngo <than@redhat.com>
79- fix messy symlinks (Bug #16129)
80
81* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
82- automatic rebuild
83
84* Sun Jun 18 2000 Than Ngo <than@redhat.de>
85- update to 0.69b (bugfix release)
86- use RPM macros
87- FHS fixes
88
89* Wed Apr  5 2000 Bill Nottingham <notting@redhat.com>
90- rebuild against current ncurses/readline
91
92* Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
93- fix --unattended-backup cmd line option (#7027)
94
95* Tue Aug 31 1999 Preston Brown <pbrown@redhat.com>
96- upgrade to 6.9a bugfix release
97
98* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
99- auto rebuild in the new build environment (release 6)
100
101* Tue Mar 16 1999 Preston Brown <pbrown@redhat.com>
102- removed file symlinks in /usr/bin -- taper is a root only sysadmin tool
103- changed -g to RPM_OPT_FLAGS for CFLAGS variable
104
105* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
106- Injected new description and group.
107
108* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
109- bumped spec number for initial rh 6.0 build
110
111* Mon Sep 28 1998 Cristian Gafton <gafton@redhat.com>
112- fixed bg_backup and bg_restore segv when called from command line
113
114* Wed Sep 23 1998 Jeff Johnson <jbj@redhat.com>
115- upgraded to 6.9.
116- move to /usr/{bin,sbin}
117- sparc is big endian.
118
119* Tue May 05 1998 Prospector System <bugs@redhat.com>
120- translations modified for de, fr, tr
121
122* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
123- upgraded to 6.8.4
124- buildroot
125
126* Tue Jan  6 1998 Otto Hammersmith <otto@redhat.com>
127- readded -DGLIBC_2 to Makefile.common
128
129* Thu Oct 23 1997 Cristian Gafton <gafton@redhat.com>
130- upgraded to 6.8.0
131
132* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
133- built against glibc
Note: See TracBrowser for help on using the repository browser.