rpms/artha/F-11 artha-1.0.1-DSOlink.patch, NONE, 1.1 artha.spec, 1.2, 1.3 import.log, 1.2, 1.3

Roshan Singh roshansingh at fedoraproject.org
Mon Feb 15 08:41:47 UTC 2010


Author: roshansingh

Update of /cvs/pkgs/rpms/artha/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7671/F-11

Modified Files:
	artha.spec import.log 
Added Files:
	artha-1.0.1-DSOlink.patch 
Log Message:
fix for implicit dsolinking


artha-1.0.1-DSOlink.patch:
 Makefile.am |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE artha-1.0.1-DSOlink.patch ---
--- artha-1.0.1/src/Makefile.am.debug	2010-01-20 08:31:32.000000000 +0900
+++ artha-1.0.1/src/Makefile.am	2010-02-14 20:28:27.000000000 +0900
@@ -19,5 +19,6 @@
 # @GTK_LIBS@ & libdbus_CFLAGS are not used to avoid unwanted 
 # libraries (like -latk, -lrt, etc.) passed to the linker
 artha_LDADD = $(WORDNET_LIB) -lgtk-x11-2.0 -lgmodule-2.0 \
+		-lgdk-x11-2.0 -lX11 -lgobject-2.0 -lglib-2.0 \
 		-ldbus-1 -ldbus-glib-1 libwni.a
 



Index: artha.spec
===================================================================
RCS file: /cvs/pkgs/rpms/artha/F-11/artha.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- artha.spec	22 Jan 2010 07:34:43 -0000	1.2
+++ artha.spec	15 Feb 2010 08:41:47 -0000	1.3
@@ -1,13 +1,17 @@
 Name:		artha
 Version:	1.0.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A handy thesaurus based on WordNet
 URL:		http://artha.sourceforge.net/
 License:	GPLv2+
 Group:		Applications/Productivity
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Patch0 needs autotools
+Patch0:		artha-1.0.1-DSOlink.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	wordnet-devel, desktop-file-utils, gtk2-devel, dbus-glib-devel
+# For Patch0
+BuildRequires:	automake
 
 #libnotify.so.1 is dlopen'ed, not linked
 Requires:	libnotify, enchant, hunspell-en
@@ -19,6 +23,10 @@ Artha is a handy thesaurus based on Word
 %setup -q
 chmod -x TODO
 
+%patch0 -p1 -b .dsolink
+# For Patch0
+autoreconf -fi
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -42,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/artha.1.gz
 
 %changelog
+* Sun Feb 14 2010 Roshan Kumar Singh <singh.roshan08 at gmail.com> 1.0.1-2
+- Patch for ImplicitDSOLinking
+
 * Thu Jan 21 2010 Roshan Kumar Singh <singh.roshan08 at gmail.com> 1.0.1-1
 - New release with bug fixes and making libnotify dynamic rather than dependency
 
@@ -53,3 +64,4 @@ rm -rf $RPM_BUILD_ROOT
 
 * Fri Nov 27 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.9.1-1
 - First rpm release for fedora
+


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/artha/F-11/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	22 Jan 2010 07:34:43 -0000	1.2
+++ import.log	15 Feb 2010 08:41:47 -0000	1.3
@@ -1,2 +1,3 @@
 artha-0_9_1-3_fc11:F-11:artha-0.9.1-3.fc11.src.rpm:1260875371
 artha-1_0_1-1_fc12:F-11:artha-1.0.1-1.fc12.src.rpm:1264145588
+artha-1_0_1-2_fc12:F-11:artha-1.0.1-2.fc12.src.rpm:1266223224



More information about the scm-commits mailing list