rpms/geany/devel geany.spec,1.2,1.3

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


Author: josef

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

Modified Files:
	geany.spec 
Log Message:
updated spec file with appropriate build requires



Index: geany.spec
===================================================================
RCS file: /cvs/extras/rpms/geany/devel/geany.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geany.spec	24 Jan 2007 18:05:59 -0000	1.2
+++ geany.spec	24 Jan 2007 19:31:19 -0000	1.3
@@ -1,6 +1,6 @@
 Name:      geany
 Version:   0.10
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   A fast and lightweight IDE using GTK2
 
 Group:     Development/Tools
@@ -12,6 +12,7 @@
 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}
 
@@ -30,7 +31,7 @@
 
 %prep
 %setup -q
-%patch -p1 -b .dynvte
+%patch0 -p1 -b .dynvte
 
 %build
 autoreconf --force --install
@@ -62,8 +63,11 @@
 %{_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
-- added patch to dynamically link in libte instead of using g_module_open
+- 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




More information about the scm-commits mailing list