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

Revision 3937, 3.7 KB checked in by inagaki, 13 years ago (diff)

update: dejagnu, manadic, taper

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