SPECS: qjackctl.spec - 0.2.20, fixed build

freetz freetz at pld-linux.org
Mon May 22 23:19:09 CEST 2006


Author: freetz                       Date: Mon May 22 21:19:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.2.20, fixed build

---- Files affected:
SPECS:
   qjackctl.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/qjackctl.spec
diff -u SPECS/qjackctl.spec:1.37 SPECS/qjackctl.spec:1.38
--- SPECS/qjackctl.spec:1.37	Tue Jul 19 01:17:44 2005
+++ SPECS/qjackctl.spec	Mon May 22 23:19:04 2006
@@ -2,12 +2,12 @@
 Summary:	Simple application to control the JACK server
 Summary(pl):	Prosty program do kontrolowania serwera JACK-a
 Name:		qjackctl
-Version:	0.2.18
+Version:	0.2.20
 Release:	1
 License:	GPL
 Group:		X11/Applications/Sound
 Source0:	http://dl.sourceforge.net/qjackctl/%{name}-%{version}.tar.gz
-# Source0-md5:	7390b2a2126ac51ea6875a13dc84e456
+# Source0-md5:	04141b66ba0b06d8acc92fdd442192fe
 Source1:	%{name}.desktop
 URL:		http://qjackctl.sourceforge.net
 BuildRequires:	alsa-lib-devel
@@ -31,28 +31,23 @@
 %prep
 %setup -q
 
-%{__sed} -i -e 's:QTDIR/lib:QTDIR/%{_lib}:g' -e 's:X11R6/lib:X11R6/%{_lib}:g' \
-	configure.in
-%{__sed} -i 's,$(prefix)/share/icons,%{_pixmapsdir},g' Makefile.in
-
 %build
 %{__aclocal}
 %{__autoconf}
 
 export QTDIR=%{_prefix}
-
 %configure
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_desktopdir}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install icons/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -70,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2006/05/22 21:19:04  freetz
+- 0.2.20, fixed build
+
 Revision 1.37  2005/07/18 23:17:44  charles
 - up to 0.2.18
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qjackctl.spec?r1=1.37&r2=1.38&f=u



More information about the pld-cvs-commit mailing list