rpms/amaya/devel amaya.spec,1.23,1.24

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Mar 12 09:42:54 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/amaya/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29440

Modified Files:
	amaya.spec 
Log Message:
fix symlink (bug #184503)


Index: amaya.spec
===================================================================
RCS file: /cvs/extras/rpms/amaya/devel/amaya.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- amaya.spec	22 Feb 2006 22:49:45 -0000	1.23
+++ amaya.spec	12 Mar 2006 09:42:53 -0000	1.24
@@ -1,6 +1,6 @@
 Name:		amaya
 Version:	9.1
-Release:	11%{?dist}
+Release:	12%{?dist}
 
 Summary:	W3C's browser/web authoring tool
 Group:		Applications/Internet
@@ -43,8 +43,8 @@
 export CFLAGS="$RPM_OPT_FLAGS"
 ../configure --enable-bookmarks \
              --prefix=%_libdir \
-	     --bindir=%_bindir \
-	     --exec_prefix=%_exec_prefix \
+             --bindir=%_bindir \
+             --exec_prefix=%_exec_prefix \
              --libdir=%_libdir \
              --with-gtk
 make
@@ -64,7 +64,8 @@
 # fix up symlinks
 pushd ${RPM_BUILD_ROOT}%{_bindir} >/dev/null
 rm -f amaya*
-ln -s %{_libdir}/Amaya-*/gtk/bin/amaya amaya-gtk
+amayadir=`ls -d ${RPM_BUILD_ROOT}%{_libdir}/Amaya-*`
+ln -s %{_libdir}/`basename $amayadir`/gtk/bin/amaya amaya-gtk
 ln -s amaya-gtk amaya
 popd >/dev/null
 
@@ -102,6 +103,9 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Sun Mar 12 2006 Aurelien Bompard <gauret[AT]free.fr> 9.1-12
+- fix symlink (bug #184503)
+
 * Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 9.1-11
 - give up on x86_64 and excludearch it
 




More information about the fedora-extras-commits mailing list