SPECS: evolution-rss.spec - 0.0.5 - fix autoconf snafus - updated ...
baggins
baggins at pld-linux.org
Sun Oct 14 01:15:56 CEST 2007
Author: baggins Date: Sat Oct 13 23:15:56 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.0.5
- fix autoconf snafus
- updated BR
- updated files
---- Files affected:
SPECS:
evolution-rss.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/evolution-rss.spec
diff -u SPECS/evolution-rss.spec:1.8 SPECS/evolution-rss.spec:1.9
--- SPECS/evolution-rss.spec:1.8 Mon Sep 3 17:43:45 2007
+++ SPECS/evolution-rss.spec Sun Oct 14 01:15:51 2007
@@ -3,15 +3,18 @@
Summary: RSS Reader for Evolution Mail
Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
Name: evolution-rss
-Version: 0.0.4
-Release: 3
+Version: 0.0.5
+Release: 1
License: GPL v2
Group: X11/Applications
Source0: http://mips.edu.ms/%{name}-%{version}.tar.gz
-# Source0-md5: 138efe707780f3ac4a56867d0a0cdf91
+# Source0-md5: 227a95b7b7d5c90e930226a9534551c6
+Patch0: %{name}-ac.patch
URL: http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin
BuildRequires: GConf2-devel >= 2.18.0.1
-BuildRequires: evolution-data-server-devel >= 1.10.0
+BuildRequires: autoconf
+BuildRequires: evolution-data-server-devel >= 1.12.0
+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
@@ -19,7 +22,7 @@
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.197
Requires(post,preun): GConf2
-Requires: evolution >= 2.10.0
+Requires: evolution >= 2.12.0
Requires: gtk+2 >= 2:2.10.10
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -31,10 +34,11 @@
%prep
%setup -q
+%patch0 -p1
%build
+%{__autoconf}
%configure \
- privdatadir=%{_datadir}/%{name} \
--enable-gtk-doc \
--with-html-dir=%{_gtkdocdir}
@@ -58,9 +62,7 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
-%dir %{_datadir}/%{name}
-%dir %{_datadir}/%{name}/glade
-%{_datadir}/%{name}/glade/*.glade
+%{_datadir}/evolution/*/glade/*.glade
%{_libdir}/bonobo/servers/*.server
%attr(755,root,root) %{_libdir}/evolution/*/plugins/*.so
%{_libdir}/evolution/*/plugins/org*
@@ -73,6 +75,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2007/10/13 23:15:51 baggins
+- 0.0.5
+- fix autoconf snafus
+- updated BR
+- updated files
+
Revision 1.8 2007/09/03 15:43:45 qboosh
- removed ac/am BRs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-rss.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list