rpms/kyum/devel kyum-0.6.3-workaround-missing-libfam.la.patch, NONE, 1.1 kyum.spec, 1.1, 1.2

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Thu Jun 16 15:27:39 UTC 2005


Author: s4504kr

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

Modified Files:
	kyum.spec 
Added Files:
	kyum-0.6.3-workaround-missing-libfam.la.patch 
Log Message:

  Description:
    Add libfam.la missing workaround becouse buildsys contains broken gamin.



kyum-0.6.3-workaround-missing-libfam.la.patch:

--- NEW FILE kyum-0.6.3-workaround-missing-libfam.la.patch ---
diff -Nur kyum-0.6.3-orig/admin/ltmain.sh kyum-0.6.3/admin/ltmain.sh
--- kyum-0.6.3-orig/admin/ltmain.sh	2005-03-29 20:00:52.000000000 +0200
+++ kyum-0.6.3/admin/ltmain.sh	2005-06-02 19:11:33.000000000 +0200
@@ -2010,6 +2010,8 @@
 	*/* | *\\*) . $lib ;;
 	*) . ./$lib ;;
 	esac
+	# Temporary work-around for missing %{_libdir}/libfam.la
+	test -n "$dependency_libs" && dependency_libs=$(echo $dependency_libs | sed 's![^ ]*libfam.la!!')
 
 	if test "$linkmode,$pass" = "lib,link" ||
 	   test "$linkmode,$pass" = "prog,scan" ||


Index: kyum.spec
===================================================================
RCS file: /cvs/extras/rpms/kyum/devel/kyum.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kyum.spec	9 Jun 2005 16:37:40 -0000	1.1
+++ kyum.spec	16 Jun 2005 15:27:37 -0000	1.2
@@ -1,6 +1,6 @@
 Name:    kyum
 Version: 0.7.1
-Release: 1
+Release: 2
 
 Summary: Graphical User Frontend (GUI) for yum
 
@@ -8,6 +8,7 @@
 Group:   Applications/System
 URL:     http://kde-apps.org/content/show.php?content=22185
 Source:	 http://www-users.rwth-aachen.de/Steffen.Offermann/Download/%{name}-%{version}.tar.gz
+Patch1:  kyum-0.6.3-workaround-missing-libfam.la.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
@@ -65,6 +67,9 @@
 %doc ChangeLog COPYING README AUTHORS
 
 %changelog
+* Thu Jun 16 2005 Jochen Schmitt <Jochen herr-schmitt de> 0.7.1-2
+- Add libfam.la workaround becouse buildsys contains broken gamin
+
 * Tue Jun 07 2005 Jochen Schmitt <Jochen herr-schmitt de> 0.7.1-1
 - Update to new upstream release
 




More information about the fedora-extras-commits mailing list