rpms/rss-glx/devel rss-glx.spec,1.28,1.29

Nils Philippsen nphilipp at fedoraproject.org
Mon Dec 22 16:27:54 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/rss-glx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18031

Modified Files:
	rss-glx.spec 
Log Message:
use autoreconf to avoid using non-matching ltmain.sh



Index: rss-glx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rss-glx/devel/rss-glx.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- rss-glx.spec	17 Dec 2008 16:00:31 -0000	1.28
+++ rss-glx.spec	22 Dec 2008 16:27:24 -0000	1.29
@@ -73,11 +73,16 @@
 %endif
 BuildRequires: bzip2-devel
 BuildRequires: freealut-devel
-BuildRequires: autoconf
-BuildRequires: libtool
 BuildRequires: gawk
 BuildRequires: sed
 
+## the following deps are needed for autoreconf after applying patches
+# no translations -> no gettext needed
+#BuildRequires: gettext
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+
 %description
 A port of the Really Slick Screensavers to GLX. Provides several visually
 impressive and graphically intensive screensavers.
@@ -181,7 +186,7 @@
 done
 
 %build
-autoconf
+autoreconf -i
 %configure \
     --with-configdir=%{xssconfigdir} \
     --with-kdessconfigdir=%{kdessconfigdir} \
@@ -323,6 +328,9 @@
 %{kdessconfigdir}/*.desktop
 
 %changelog
+* Mon Dec 22 2008 Nils Philippsen <nils at redhat.com> 0.8.2.p-1
+- use autoreconf to avoid using non-matching ltmain.sh
+
 * Wed Dec 17 2008 Nils Philippsen <nils at redhat.com>
 - correct KDE desktop files so that they work with KDE 4.1
 - remove encoding lines from desktop files as they're deprecated




More information about the fedora-extras-commits mailing list