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

Revision 10481, 2.5 KB checked in by tomop, 8 years ago (diff)

dvd+rw-tools-7.1-4

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