source: projects/specs/trunk/d/dvd+rw-tools/dvd+rw-tools-vl.spec @ 9256

Revision 9256, 2.4 KB checked in by Takemikaduchi, 9 years ago (diff)

cpufrequtils,dev86,hdf5,irqbalance,openslp,pcmciautils: new upstream release
others: rebuild

Line 
1Summary:        Toolchain to master DVD+RW/+R media
2Summary(ja):    DVD+RW/+R メディアのマスター作成のためのツール群
3Name:           dvd+rw-tools
4Version:        7.1
5Release:        3%{?_dist_release}
6License:        GPL2
7Group:          Applications/Multimedia
8URL:            http://fy.chalmers.se/~appro/linux/DVD+RW/
9
10Source:         http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
11Patch3:         dvd+rw-tools-7.0-man.patch
12Patch6:         dvd+rw-tools-7.0-glibc2.7.patch
13Patch7:         dvd+rw-tools-7.0-reload.patch
14Patch8:         dvd+rw-tools-7.0-wctomb.patch
15
16Requires:       cdrtools-mkisofs >= 2.01
17BuildRoot:      %{_tmppath}/%{name}-root
18BuildRequires:  wget
19
20%description
21Collection of tools to master DVD+RW/+R media. For further
22information see http://fy.chalmers.se/~appro/linux/DVD+RW/.
23
24%prep
25%setup -q
26%patch3 -p1 -b .man
27%patch6 -p1 -b .glibc2.7
28%patch7 -p1 -b .reload
29%patch8 -p0 -b .wctomb
30
31%build
32make
33[ -f index.html ] || wget http://fy.chalmers.se/~appro/linux/DVD+RW/
34
35%install
36rm -rf %{buildroot}
37%makeinstall
38
39%clean
40rm -rf %{buildroot}
41
42%files
43%defattr(-,root,root)
44%doc index.html LICENSE
45%{_bindir}/*
46%{_mandir}/man1/*
47
48%changelog
49* Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.1-3
50- rebuild with VineSeed environment
51
52* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 7.1-2
53- rebuilt with rpm-4.8.1-3
54
55* Wed Aug 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1
56- new upstream release
57
58* Tue May 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0-0vl1
59- new upsteram release
60
61* Mon Oct 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 5.21.4.10.8-0vl1
62- new upstream release
63
64* Tue Mar  9 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 5.17.4.8.6-0vl1
65- new upstream release
66
67* Sun Jun 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 5.9.4.4.4-0vl1
68- build for Vine Linux
69- new upstream release
70
71* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
72- rebuilt
73
74* Tue Apr 15 2003 Harald Hoyer <harald@redhat.de> 5.3.4.2.4-1
75- updated to version 5.3.4.2.4
76
77* Mon Feb 3 2003 Chris Kloiber <ckloiber@redhat.com>
78- Updated version to 5.1.4.0.4
79- Requires mkisofs 2.0
80
81* Mon Nov 4 2002 Andy Polyakov <appro@fy.chalmers.se>
82- Minor growisofs update. Uninitialized errno at exit when
83  -Z /dev/scd0=image.iso is used.
84* Sun Nov 3 2002 Andy Polyakov <appro@fy.chalmers.se>
85- Initial packaging. Package version is derived from growisofs,
86  dvd+rw-format and dvd+rw-booktype version. 4.0.3.0.3 means
87  growisofs 4.0, dvd+rw-format 3.0 dvd+rw-booktype 3.
88 
Note: See TracBrowser for help on using the repository browser.