]> git.pld-linux.org Git - packages/evolution-rss.git/blobdiff - evolution-rss.spec
- updated gettext BR
[packages/evolution-rss.git] / evolution-rss.spec
index f66ede496ce3f7f15a2ce3f925eef6612f1ef2cd..9a3bde90ba9562514b1920281eb2e3360ee20428 100644 (file)
@@ -1,36 +1,37 @@
 #
 # Conditional build:
-%bcond_without xulrunner       # without XULRunner render
+%bcond_with    xulrunner       # without XULRunner render
 %bcond_without webkit          # without WebKit render
 #
 Summary:       RSS Reader for Evolution Mail
 Summary(pl.UTF-8):     Czytnik kanałów informacyjnych RSS dla Evolution
 Name:          evolution-rss
-Version:       0.1.4
-Release:       7
+Version:       0.2.0
+Release:       1
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://gnome.eu.org/%{name}-%{version}.tar.gz
-# Source0-md5: e6df6ae91fe41882ccb54231b28d7efd
-Patch0:                %{name}-ac.patch
-Patch1:                %{name}-libxul.patch
+# Source0-md5: 8d5ba1cce5081dc777e69a83695a7962
 URL:           http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
 BuildRequires: GConf2-devel >= 2.26.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: dbus-glib-devel >= 0.74
 BuildRequires: evolution-devel >= 2.26.0
-BuildRequires: gettext-devel
+BuildRequires: geoclue-devel
+BuildRequires: gettext-tools
+BuildRequires: gnome-common
 BuildRequires: gtk+2-devel >= 2:2.14.0
 %{?with_webkit:BuildRequires:  gtk-webkit-devel}
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libglade2-devel >= 1:2.6.2
 BuildRequires: libgnomeui-devel >= 2.24.0
-BuildRequires: libsoup-devel >= 2.4.0
+BuildRequires: libproxy-devel
+BuildRequires: libsoup-gnome-devel >= 2.30
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.197
+BuildRequires: rpmbuild(macros) >= 1.527
 %{?with_xulrunner:BuildRequires:       xulrunner-devel >= 1.9-5}
 Requires(post,postun): GConf2
 Requires:      evolution >= 2.26.0
@@ -49,8 +50,6 @@ Czytnik kanałów informacyjnych RSS dla Evolution.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__intltoolize}
@@ -60,8 +59,10 @@ Czytnik kanałów informacyjnych RSS dla Evolution.
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?with_xulrunner:--disable-gecko} \
-       %{!?with_webkit:--disable-webkit}
+       %{__enable_disable xulrunner gecko} \
+       %{__with xulrunner gecko libxul} \
+       %{__enable_disable webkit}
+
 %{__make}
 
 %install
@@ -70,9 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.la
+rm $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.la
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -88,10 +89,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/evolution-import-rss
 %attr(755,root,root) %{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.so
-%{_libdir}/bonobo/servers/GNOME_Evolution_RSS_2.28.server
+#%{_libdir}/bonobo/servers/GNOME_Evolution_RSS_*.server
 %{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.eplug
 %{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.xml
 %{_sysconfdir}/gconf/schemas/evolution-rss.schemas
 %{_datadir}/evolution/*/errors/org-gnome-evolution-rss.error
-%{_datadir}/evolution/*/glade/*.glade
+%{_datadir}/evolution/*/ui/*.ui
+#%{_datadir}/evolution/*/glade/*.glade
 %{_datadir}/evolution/*/images/*.png
This page took 0.20799 seconds and 4 git commands to generate.