summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies/arts
diff options
context:
space:
mode:
authoralbator <albator@arcadia.vtf>2011-09-11 10:33:19 +0200
committeralbator <albator@arcadia.vtf>2011-09-11 10:33:19 +0200
commitfc93f1de72933ed84a90cebc3f2cc8863683b77c (patch)
tree97c90ee68a1ccce7d45b592f60db746b7f63ef1c /redhat/dependencies/arts
parent89bffdf4611085447a41efc0c2c8f49b46a3c942 (diff)
downloadtde-packaging-fc93f1de72933ed84a90cebc3f2cc8863683b77c.tar.gz
tde-packaging-fc93f1de72933ed84a90cebc3f2cc8863683b77c.zip
Some more cleanup to base components
Diffstat (limited to 'redhat/dependencies/arts')
-rwxr-xr-xredhat/dependencies/arts/trinity-arts-3.5.12.spec5
-rwxr-xr-xredhat/dependencies/arts/trinity-arts-3.5.13.spec4
2 files changed, 8 insertions, 1 deletions
diff --git a/redhat/dependencies/arts/trinity-arts-3.5.12.spec b/redhat/dependencies/arts/trinity-arts-3.5.12.spec
index 16ccd741e..8793f5d53 100755
--- a/redhat/dependencies/arts/trinity-arts-3.5.12.spec
+++ b/redhat/dependencies/arts/trinity-arts-3.5.12.spec
@@ -18,7 +18,9 @@ Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPL
Summary: aRts (analog realtime synthesizer) - the KDE sound system
+
Vendor: Trinity Project
+URL: http://www.trinitydesktop.org/
Packager: Francois Andriot <francois.andriot@free.fr>
Source0: arts-%{version}.tar.gz
@@ -29,6 +31,7 @@ BuildRequires: audiofile-devel
BuildRequires: alsa-lib-devel
BuildRequires: glib2-devel
BuildRequires: libtool-ltdl-devel
+BuildRequires: gsl-devel
Requires: tqtinterface
Requires: audiofile
@@ -65,7 +68,7 @@ Development files for %{name}
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
-%__make -f admin/Makefile.common
+%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
diff --git a/redhat/dependencies/arts/trinity-arts-3.5.13.spec b/redhat/dependencies/arts/trinity-arts-3.5.13.spec
index 2a2cd2fba..fd2d6104d 100755
--- a/redhat/dependencies/arts/trinity-arts-3.5.13.spec
+++ b/redhat/dependencies/arts/trinity-arts-3.5.13.spec
@@ -18,7 +18,9 @@ Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPL
Summary: aRts (analog realtime synthesizer) - the KDE sound system
+
Vendor: Trinity Project
+URL: http://www.trinitydesktop.org/
Packager: Francois Andriot <francois.andriot@free.fr>
Source0: arts-%{version}.tar.gz
@@ -29,6 +31,7 @@ BuildRequires: audiofile-devel
BuildRequires: alsa-lib-devel
BuildRequires: glib2-devel
BuildRequires: libtool-ltdl-devel
+BuildRequires: gsl-devel
Requires: tqtinterface
Requires: audiofile
@@ -69,6 +72,7 @@ unset QTDIR || : ; . /etc/profile.d/qt.sh
%__mkdir build
cd build
%cmake \
+ -DINCLUDE_INSTALL_DIR=%{_includedir}/arts \
-DPKGCONFIG_INSTALL_DIR=%{_libdir}/pkgconfig \
-DWITH_MAD=OFF \
..