]> git.pld-linux.org Git - packages/dvd+rw-tools.git/blobdiff - dvd+rw-tools.spec
- rebuild for x32
[packages/dvd+rw-tools.git] / dvd+rw-tools.spec
index 13ae7395664cdd0f4c17ad17d8f84af9df8f4f83..cac4d1089b3c7040d07e293d2dcb1f87e1d3b326 100644 (file)
@@ -1,27 +1,38 @@
 Summary:       Toolchain for mastering recordable DVD media
-Summary(pl):   Zestaw narzêdzi do nagrywania p³yt DVD
+Summary(pl.UTF-8):     Zestaw narzędzi do nagrywania płyt DVD
 Name:          dvd+rw-tools
-Version:       6.1
-Release:       0.1
+Version:       7.1
+Release:       2
 License:       GPL
 Group:         Applications/Multimedia
 Source0:       http://fy.chalmers.se/~appro/linux/DVD+RW/tools/%{name}-%{version}.tar.gz
-# Source0-md5: d6bad594e55a2e0d7cf76ce452fce399
+# Source0-md5: 8acb3c885c87f6838704a0025e435871
 Patch0:                %{name}-makefile.patch
-Patch1:                %{name}-bacula.patch
-Patch2:                %{name}-gcc4.patch
+Patch1:                %{name}-progress.patch
+Patch2:                %{name}-headers.patch
 URL:           http://fy.chalmers.se/~appro/linux/DVD+RW/
 BuildRequires: libstdc++-devel
 BuildRequires: m4
-Conflicts:     k3b < 0.12.11
-Requires:      cdrtools-mkisofs >= 1.10
+Requires:      mkisofs
 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.
+%description -l pl.UTF-8
+Kolekcja narzędzi do nagrywania płyt DVD+RW/+R/-R/-RW.
+
+%package btcflash
+Summary:       BTC CD/DVD reader/writer firmware updater
+Summary(pl.UTF-8):     Program do uaktualniania firmware'u czytników/nagrywarek CD/DVD BTC
+Group:         Applications/Multimedia
+
+%description btcflash
+BTC CD/DVD reader/writer firmware updater.
+
+%description btcflash -l pl.UTF-8
+Program do uaktualniania firmware'u czytników/nagrywarek CD/DVD firmy
+BTC.
 
 %prep
 %setup -q
@@ -29,12 +40,14 @@ Kolekcja narz
 %patch1 -p1
 %patch2 -p1
 
+head -n 395 growisofs.c > ChangeLog
+
 %build
 %{__make} \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       CFLAGS="%{rpmcflags}" \
-       CXXFLAGS="%{rpmcflags} -fno-exceptions"
+       CFLAGS="%{rpmcflags} -Wall" \
+       CXXFLAGS="%{rpmcflags} -fno-exceptions -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -51,5 +64,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc index.html
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/dvd+rw-*
+%attr(755,root,root) %{_bindir}/dvd-ram-control
+%attr(755,root,root) %{_bindir}/growisofs
+%attr(755,root,root) %{_bindir}/rpl8
+%{_mandir}/man1/growisofs.1*
+
+%files btcflash
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/btcflash
This page took 0.191539 seconds and 4 git commands to generate.