]> git.pld-linux.org Git - packages/arts.git/blobdiff - arts.spec
- 040104
[packages/arts.git] / arts.spec
index 42e0084977fa84805bb3574ccc180f4b00dfa74b..1869d52958ae2be35580fa5689d633348b19a06b 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -9,27 +9,28 @@
 
 %define                _state          snapshots
 %define                _ver            1.2.0
-%define                _snap           031204
+%define                _snap           040104
 
 Summary:       aRts sound server
 Summary(pl):   Serwer d¼wiêku
 Summary(pt_BR):        Servidor de sons usado pelo KDE
 Name:          arts
 Version:       %{_ver}.%{_snap}
-Release:       1
+Release:       3
 Epoch:         12
 License:       LGPL
 Group:         Libraries
 #Source0:      ftp://ftp.kde.org/pub/kde/%{_state}/%{name}-%{_ver}.tar.bz2
 Source0:       http://www.kernel.pl/~adgor/kde/%{name}-%{_snap}.tar.bz2
-# Source0-md5: ed23773940e2b97e31a6850e2334bfe5
+# Source0-md5: 36606412608b4c1683d0f583dfd8e3c6
+Patch0:                kde-common-am18.patch
 URL:           http://www.kde.org/
 %{?with_alsa:BuildRequires:    alsa-lib-devel}
 BuildRequires: audiofile-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: docbook-dtd41-sgml
-BuildRequires: docbook-utils
+BuildRequires: docbook-utils >= 0.6.13-3
 BuildRequires: esound-devel
 BuildRequires: glib2-devel >= 2.0.0
 BuildRequires: libmad-devel
@@ -143,8 +144,10 @@ Pliki programistyczne dla biblioteki qtmcop.
 
 %prep
 %setup -q -n %{name}-%{_snap}
+%patch0 -p0
 
 %build
+cp /usr/share/automake/config.sub admin
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
@@ -152,6 +155,7 @@ Pliki programistyczne dla biblioteki qtmcop.
        --%{?debug:en}%{!?debug:dis}able-debug \
        --disable-rpath \
        --enable-final \
+       --with-qt-libraries=%{_libdir} \
        --with%{!?with_alsa:out}-alsa
 
 %{__make}
This page took 0.044021 seconds and 4 git commands to generate.