rpms/tilda/F-13 tilda.spec,1.6,1.7

Xavier LAMIEN laxathom at fedoraproject.org
Sat May 1 19:08:35 UTC 2010


Author: laxathom

Update of /cvs/pkgs/rpms/tilda/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13190/F-13

Modified Files:
	tilda.spec 
Log Message:
Fix DSO-linking


Index: tilda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tilda/F-13/tilda.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- tilda.spec	27 Jul 2009 05:57:39 -0000	1.6
+++ tilda.spec	1 May 2010 19:08:35 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           tilda
 Version:        0.9.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A quake like terminal for GNOME
 
 Group:          Applications/System
@@ -28,7 +28,7 @@ sed -i 's|%{prefix}/share|%{_datadir}/%{
 sed -i 's|"tilda.glade"|"/%{name}/%{name}.glade"|g' src/wizard.c
 
 %build
-%configure
+%configure LIBS="-lX11"
 make %{?_smp_mflags}
 
 
@@ -59,7 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files -f %{name}.lang
-# -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README ChangeLog TODO
 %{_bindir}/%{name}
@@ -69,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Sun May 01 2010 Xavier Lamien <laxathom at fedoraproject.org> - 0.9.6-4
+- Fix Implicit DSO-linking.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list