source: projects/specs/branches/6/d/dvd+rw-tools/dvd+rw-tools-vl.spec @ 3525

Revision 3525, 2.3 KB checked in by owa, 13 years ago (diff)

rebuilt

Line 
1Summary:        Toolchain to master DVD+RW/+R media
2Summary(ja):    DVD+RW/+R メディアのマスター作成のためのツール群
3Name:           dvd+rw-tools
4Version:        7.1
5Release:        2%{?_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* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 7.1-2
50- rebuilt with rpm-4.8.1-3
51
52* Wed Aug 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1
53- new upstream release
54
55* Tue May 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0-0vl1
56- new upsteram release
57
58* Mon Oct 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 5.21.4.10.8-0vl1
59- new upstream release
60
61* Tue Mar  9 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 5.17.4.8.6-0vl1
62- new upstream release
63
64* Sun Jun 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 5.9.4.4.4-0vl1
65- build for Vine Linux
66- new upstream release
67
68* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
69- rebuilt
70
71* Tue Apr 15 2003 Harald Hoyer <harald@redhat.de> 5.3.4.2.4-1
72- updated to version 5.3.4.2.4
73
74* Mon Feb 3 2003 Chris Kloiber <ckloiber@redhat.com>
75- Updated version to 5.1.4.0.4
76- Requires mkisofs 2.0
77
78* Thu Nov 4 2002 Andy Polyakov <appro@fy.chalmers.se>
79- Minor growisofs update. Uninitialized errno at exit when
80  -Z /dev/scd0=image.iso is used.
81* Thu Nov 3 2002 Andy Polyakov <appro@fy.chalmers.se>
82- Initial packaging. Package version is derived from growisofs,
83  dvd+rw-format and dvd+rw-booktype version. 4.0.3.0.3 means
84  growisofs 4.0, dvd+rw-format 3.0 dvd+rw-booktype 3.
85 
Note: See TracBrowser for help on using the repository browser.