rpms/arts/devel arts.spec,1.96,1.97

Kevin Kofler kkofler at fedoraproject.org
Tue Sep 1 22:08:03 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/arts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6129/devel

Modified Files:
	arts.spec 
Log Message:
Remove/substitute macros turned redundant by removing the conditionals.


Index: arts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arts/devel/arts.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -p -r1.96 -r1.97
--- arts.spec	1 Sep 2009 22:03:59 -0000	1.96
+++ arts.spec	1 Sep 2009 22:08:02 -0000	1.97
@@ -6,9 +6,6 @@
 %define final 1 
 %define make_cvs 1
 
-%define qt3 qt3
-%define qt3_ev %{?qt3_epoch}3.3.8
-
 Name:    arts
 Summary: aRts (analog realtime synthesizer) - the KDE sound system 
 Group:   System Environment/Daemons
@@ -37,7 +34,7 @@ Patch51: kde-3.5-libtool-shlibext.patch
 # used in artsdsp
 Requires: which
 
-BuildRequires: %{qt3}-devel >= %{qt3_ev}
+BuildRequires: qt3-devel >= 3.3.8
 BuildRequires: alsa-lib-devel
 BuildRequires: audiofile-devel
 %if %{make_cvs}
@@ -65,7 +62,7 @@ playing a wave file with some effects.
 Group: Development/Libraries
 Summary: Development files for the aRts sound server
 Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
-Requires: %{qt3}-devel
+Requires: qt3-devel
 Requires: pkgconfig
 Requires: glib2-devel
 %description devel




More information about the fedora-extras-commits mailing list