rpms/geany/FC-5 geany.spec,1.1,1.2

Josef Whiter (josef) fedora-extras-commits at redhat.com
Wed Jan 24 19:36:15 UTC 2007


Author: josef

Update of /cvs/extras/rpms/geany/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10424

Modified Files:
	geany.spec 
Log Message:
added apropriate build requires to spec file



Index: geany.spec
===================================================================
RCS file: /cvs/extras/rpms/geany/FC-5/geany.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geany.spec	16 Jan 2007 18:05:50 -0000	1.1
+++ geany.spec	24 Jan 2007 19:35:45 -0000	1.2
@@ -1,15 +1,18 @@
 Name:      geany
 Version:   0.10
-Release:   2%{?dist}
+Release:   4%{?dist}
 Summary:   A fast and lightweight IDE using GTK2
 
 Group:     Development/Tools
 License:   GPL
 URL:       http://geany.uvena.de/
 Source0:   http://files.uvena.de/geany/%{name}-%{version}.tar.bz2
+Patch0:    geany-dynamic-vte.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel, vte-devel
+BuildRequires: autoconf, automake
 
 %define geany_docdir $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
 
@@ -28,10 +31,11 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .dynvte
 
 %build
-%configure
+autoreconf --force --install
+#%configure
 make %{?_smp_mflags}
 
 
@@ -59,6 +63,12 @@
 %{_mandir}/man1/geany.1.gz
 
 %changelog
+* Wed Jan 24 2007 Josef Whiter <josef at toxicpanda.com> 0.10-4
+- added autoconf and automake as a BR
+
+* Wed Jan 24 2007 Josef Whiter <josef at toxicpanda.com> 0.10-3
+- adding patch to dynamically link in libvte instead of using g_module_open
+
 * Tue Jan 04 2007 Josef Whiter <josef at toxicpanda.com> 0.10-2
 - Fixed mixed spaces/tabs problem
 - added sed command to install to fix the ScintillaLicense.txt eol encoding




More information about the fedora-extras-commits mailing list