X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=cdrdao.spec;h=b2d1903c325cc39298af0c290352405cfd6e20fa;hb=ef7a3f916e5bc03c60e436faf72113f2a09145e3;hp=1a7b70a1c0b833ed4526fd6d1dcaf75609b9109c;hpb=52aade01af74436b5186e2809898c340e54e22d6;p=packages%2Fcdrdao.git diff --git a/cdrdao.spec b/cdrdao.spec index 1a7b70a..b2d1903 100644 --- a/cdrdao.spec +++ b/cdrdao.spec @@ -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}/*/*