From: pius Date: Fri, 2 Jan 2004 22:05:19 +0000 (+0000) Subject: - initial release X-Git-Tag: auto/ac/dvd+rw-tools-5_16_4_8_5-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdvd%2Brw-tools.git;a=commitdiff_plain;h=9cb4eee58d94d94eb9f08964b839e786bbc0c5dd - initial release Changed files: dvd+rw-tools.spec -> 1.1 --- 9cb4eee58d94d94eb9f08964b839e786bbc0c5dd diff --git a/dvd+rw-tools.spec b/dvd+rw-tools.spec new file mode 100644 index 0000000..32ae41c --- /dev/null +++ b/dvd+rw-tools.spec @@ -0,0 +1,46 @@ +Summary: Toolchain for mastering recordable DVD media +Summary(pl): Zestaw narzêdzi do nagrywania p³yt DVD +Name: dvd+rw-tools +Version: 5.16.4.8.5 +Release: 0.1 +License: GPL +Group: Applications/Multimedia +Source0: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/%{name}-%{version}.tar.gz +# Source0-md5: 3b58b5e48963f7232997b419d6302229 +Patch0: %{name}-makefile.patch +URL: http://fy.chalmers.se/~appro/linux/DVD+RW/ +BuildRequires: libstdc++-devel +BuildRequires: glibc-kernel-headers +Requires: cdrtools-mkisofs >= 1.10 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Collection of tools to master DVD+RW/+R/-R/-RW media. + +%description -l pl +Kolekcja narzêdzi do nagrywania p³yt DVD+RW/+R/-R/-RW. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + prefix=%{_prefix} \ + manprefix=%{_mandir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc index.html +%attr(755,root,root) %{_bindir}/* +%doc %{_mandir}/man1/*