SPECS (AC-branch): screem.spec - rel.2 for rebuild with new dbus, ...

freetz freetz at pld-linux.org
Sun May 21 13:45:51 CEST 2006


Author: freetz                       Date: Sun May 21 11:45:51 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rel.2 for rebuild with new dbus, fixed build (deprecations patch, rebuild
  ac/am), fixed/updated BR

---- Files affected:
SPECS:
   screem.spec (1.73 -> 1.73.2.1) 

---- Diffs:

================================================================
Index: SPECS/screem.spec
diff -u SPECS/screem.spec:1.73 SPECS/screem.spec:1.73.2.1
--- SPECS/screem.spec:1.73	Thu Apr 20 13:43:07 2006
+++ SPECS/screem.spec	Sun May 21 13:45:46 2006
@@ -10,12 +10,13 @@
 Source0:	http://dl.sourceforge.net/screem/%{name}-%{version}.tar.gz
 # Source0-md5:	88bfc0afadb905ddbed9bdfbc869602a
 Patch0:		%{name}-desktop.patch
+Patch1:		%{name}-deprecations.patch
 URL:		http://www.screem.org/
 BuildRequires:	GConf2-devel >= 2.2.0
+BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
 BuildRequires:	dbus-glib-devel >= 0.22
 BuildRequires:	enchant-devel >= 1.1.6
-BuildRequires:	gdk-pixbuf-devel >= 2.2.0
 BuildRequires:	gnome-menus-devel >= 2.10.0
 BuildRequires:	gnome-vfs2-devel >= 2.8.3
 BuildRequires:	gtk+2-devel >= 2:2.6.4
@@ -28,6 +29,7 @@
 BuildRequires:	libgnomeprintui-devel >= 2.2.0
 BuildRequires:	libgnomeui-devel >= 2.6.0
 BuildRequires:	libgtkhtml-devel >= 2.4.3
+BuildRequires:	libtool
 BuildRequires:	libxml2-devel >= 2.4.3
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.197
@@ -67,15 +69,22 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-cp -f /usr/share/automake/config.* .
+%{__glib_gettextize}
+%{__libtoolize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
 %configure \
 	--enable-dbus \
 	--enable-enchant \
 	--disable-update-mime \
 	--disable-update-desktop \
-	--disable-schemas-install
+	--disable-schemas-install	
 %{__make}
 
 %install
@@ -138,6 +147,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73.2.1  2006/05/21 11:45:46  freetz
+- rel.2 for rebuild with new dbus, fixed build (deprecations patch, rebuild
+  ac/am), fixed/updated BR
+
 Revision 1.73  2006/04/20 11:43:07  ankry
 - fixed typo in desktop patch, rel. 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/screem.spec?r1=1.73&r2=1.73.2.1&f=u



More information about the pld-cvs-commit mailing list