rpms/logjam/F-8 logjam.spec,1.36,1.37

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Mar 11 21:30:24 UTC 2008


Author: spot

Update of /cvs/extras/rpms/logjam/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4008/F-8

Modified Files:
	logjam.spec 
Log Message:

properly autotool things



Index: logjam.spec
===================================================================
RCS file: /cvs/extras/rpms/logjam/F-8/logjam.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- logjam.spec	11 Mar 2008 21:06:17 -0000	1.36
+++ logjam.spec	11 Mar 2008 21:29:53 -0000	1.37
@@ -2,7 +2,7 @@
 
 Name:		logjam
 Version:	4.5.3
-Release:	16%{?dist}
+Release:	17%{?dist}
 Epoch:		1
 Summary:	GTK2 client for LiveJournal
 License:	GPLv2+
@@ -16,7 +16,7 @@
 BuildRequires:	curl-devel, gtk2-devel, gtkspell-devel, gtkhtml3-devel
 BuildRequires:	gettext, desktop-file-utils, aspell-devel, librsvg2-devel
 BuildRequires:	libsoup-devel, sqlite-devel, gnutls-devel, libgcrypt-devel
-BuildRequires:	autoconf, intltool
+BuildRequires:	autoconf, automake, intltool
 Obsoletes:	loserjabber, logjam-gnome
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch2:		logjam-4.4.1-backdated.patch
@@ -65,7 +65,10 @@
 %patch15 -p1 -b .default-spelllang-en-US
 
 %build
+touch NEWS README AUTHORS
+aclocal
 autoconf
+automake --add-missing
 %configure --with-sqlite3 \
 %if %{use_xmms}
 	--with-xmms
@@ -102,6 +105,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Mar 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 4.5.3-17
+- properly autotool
+
 * Tue Mar 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 4.5.3-16
 - add Makefile.in bits to tags patch
 




More information about the fedora-extras-commits mailing list