]> git.pld-linux.org Git - packages/cdrdao.git/blobdiff - cdrdao.spec
- updated to 1.1.7
[packages/cdrdao.git] / cdrdao.spec
index 1a7b70a1c0b833ed4526fd6d1dcaf75609b9109c..b2d1903c325cc39298af0c290352405cfd6e20fa 100644 (file)
@@ -6,23 +6,23 @@ Summary:      Tools for burning CDRs in Disk At Once mode
 Summary(pl):   Narzêdzia do wypalania p³yt w trybie Disk At Once
 Summary(pt_BR):        Cdrdao - Escreve CD-Rs de áudio em modo "disk-at-once"
 Name:          cdrdao
-Version:       1.1.5
-Release:       2
+Version:       1.1.7
+Release:       1
 License:       GPL
 Group:         Applications/System
-Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/cdrdao/%{name}-%{version}.src.tar.gz
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/cdrdao/%{name}-%{version}.src.tar.bz2
 Patch0:                %{name}-destdir.patch
 Patch1:                %{name}-opt.patch
-Patch2:                %{name}-acfix.patch
 Patch3:                %{name}-gcdmaster-paths.patch
 URL:           http://cdrdao.sourceforge.net/
 BuildRequires: autoconf
-BuildRequires: libstdc++-devel
-BuildRequires: libsigc++-devel
-BuildRequires: pccts-devel
-%{!?_without_gnome:BuildRequires:      gtkmm-devel >= 1.2.5}
+BuildRequires: automake
 %{!?_without_gnome:BuildRequires:      gnome-libs-devel >= 1.2.3}
 %{!?_without_gnome:BuildRequires:      gnomemm-devel >= 1.1.17}
+%{!?_without_gnome:BuildRequires:      gtkmm-devel >= 1.2.5}
+BuildRequires: libstdc++-devel
+BuildRequires: libsigc++1-devel
+BuildRequires: pccts-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _xprefix        /usr/X11R6
@@ -69,11 +69,13 @@ niedestruktywne ci
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 %patch3 -p1
 
 %build
-(cd paranoia ; autoconf)
+cd paranoia
+%{__autoconf}
+cd ..
+cp -f /usr/share/automake/config.* .
 %{__autoconf}
 # false gtkmm-config path can be used to disable building of GNOME frontend
 %configure \
@@ -89,14 +91,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf CREDITS README README.PlexDAE Release*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc CREDITS README README.PlexDAE Release*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/*/*
 
This page took 0.263994 seconds and 4 git commands to generate.