SPECS: evolution-rss.spec - updated deps - don't require libxpcom....

megabajt megabajt at pld-linux.org
Fri Nov 23 18:22:32 CET 2007


Author: megabajt                     Date: Fri Nov 23 17:22:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated deps
- don't require libxpcom.so
- cleanup

---- Files affected:
SPECS:
   evolution-rss.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/evolution-rss.spec
diff -u SPECS/evolution-rss.spec:1.11 SPECS/evolution-rss.spec:1.12
--- SPECS/evolution-rss.spec:1.11	Sun Nov 18 19:21:46 2007
+++ SPECS/evolution-rss.spec	Fri Nov 23 18:22:26 2007
@@ -1,5 +1,9 @@
 # $Revision$, $Date$
-#TODO - change default time check - now is 1 min
+#
+# TODO:
+# - change default time check - now is 1 min
+# - add webkit / xulrunner bcond
+#
 Summary:	RSS Reader for Evolution Mail
 Summary(pl.UTF-8):	Czytnik kanałów informacyjnych RSS dla Evolution
 Name:		evolution-rss
@@ -11,21 +15,26 @@
 # Source0-md5:	3c63c1c794ed4ee6171b495e3abd20ac
 Patch0:		%{name}-ac.patch
 URL:		http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin
-BuildRequires:	GConf2-devel >= 2.18.0.1
 BuildRequires:	autoconf
-BuildRequires:	evolution-data-server-devel >= 1.12.0
+BuildRequires:	automake
 BuildRequires:	evolution-devel >= 2.12.0
-BuildRequires:	gtk+2-devel >= 2:2.10.10
-BuildRequires:	intltool >= 0.35.5
-BuildRequires:	libgnomeui-devel >= 2.18.1
+BuildRequires:	gtk+2-devel >= 2:2.12.1
+BuildRequires:	intltool >= 0.36.2
+BuildRequires:	libglade2-devel
+BuildRequires:	libgnomeui-devel >= 2.20.0
 BuildRequires:	libsoup-devel >= 2.2.100
+BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.197
-Requires(post,preun):	GConf2
+BuildRequires:	xulrunner-devel
 Requires:	evolution >= 2.12.0
 Requires:	gtk+2 >= 2:2.10.10
+%requires_eq	xulrunner-libs
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# we have strict deps for it
+%define		_noautoreq	libxpcom.so
+
 %description
 RSS Reader for Evolution Mail.
 
@@ -37,19 +46,20 @@
 %patch0 -p1
 
 %build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal} -I m4
 %{__autoconf}
-%configure \
-	--enable-gtk-doc \
-	--with-html-dir=%{_gtkdocdir}
-
+%{__autoheader}
+%{__automake}
+%configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT \
-	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+	DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
@@ -75,6 +85,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007-11-23 17:22:26  megabajt
+- updated deps
+- don't require libxpcom.so
+- cleanup
+
 Revision 1.11  2007-11-18 18:21:46  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-rss.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list