Author: grzegol                      Date: Fri Sep  1 21:38:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.2.9
- removed outdated sonames patch (applied upstream)
- epiphany < 2.15 is required to build beagle epiphany extension
- rename gnome package to startup and move .desktop file from
  %%{_datadir}/gnome/autostart to %%{_sysconfdir}/xdg/autostart

---- Files affected:
SPECS:
   beagle.spec (1.89 -> 1.90) 

---- Diffs:

================================================================
Index: SPECS/beagle.spec
diff -u SPECS/beagle.spec:1.89 SPECS/beagle.spec:1.90
--- SPECS/beagle.spec:1.89      Wed Aug 30 12:43:05 2006
+++ SPECS/beagle.spec   Fri Sep  1 23:38:01 2006
@@ -22,19 +22,18 @@
 Summary:       Beagle - An indexing subsystem
 Summary(pl):   Beagle - podsystem indeksujący
 Name:          beagle
-Version:       0.2.8
-Release:       3
+Version:       0.2.9
+Release:       1
 License:       Various
 Group:         Libraries
 Source0:       
http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 477e34538776ca2f4da8f3404edf28dd
+# Source0-md5: a4d3a7f22fda739f2245b61e77a6a899
 Source1:       %{name}-autostart.desktop
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-crawl.patch
 Patch2:                %{name}-kill_exec_a.patch
 Patch3:                %{name}-configure.patch
 Patch4:                %{name}-galago05.patch
-Patch5:                %{name}-sonames.patch
 URL:           http://beaglewiki.org/Main_Page
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -43,12 +42,15 @@
 BuildRequires: dotnet-gmime-sharp-devel >= 2.2.3
 %{?with_gsf:BuildRequires:     dotnet-gsf-sharp-devel >= 0.7}
 #BuildRequires:        dotnet-gst-sharp-devel
-BuildRequires: dotnet-gtk-sharp2-devel >= 2.9.0
-%{?with_epiphany:BuildRequires:        epiphany-devel >= 2.15.3}
-BuildRequires: gtk+2-devel >= 2:2.9.4
+BuildRequires: dotnet-gtk-sharp2-devel >= 2.10.0
+%if %{with epiphany} 
+BuildRequires: epiphany-devel >= 2.14.0
+BuildRequires: epiphany-devel < 2.15.0
+%endif
+BuildRequires: gtk+2-devel >= 2:2.10.2
 %{?with_apidocs:BuildRequires: gtk-doc >= 1.7}
 BuildRequires: libexif-devel >= 0.6.13
-BuildRequires: librsvg-devel >= 1:2.15.90
+BuildRequires: librsvg-devel >= 1:2.16.0
 BuildRequires: libpng-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 1:2.6.26
@@ -69,8 +71,8 @@
 BuildRequires: zip
 # GUI BRs
 %if %{with gui}
-BuildRequires: dotnet-gnome-sharp-devel >= 2.15.0
-BuildRequires: gnome-vfs2-devel >= 2.15.91
+BuildRequires: dotnet-gnome-sharp-devel >= 2.16.0
+BuildRequires: gnome-vfs2-devel >= 2.15.92
 %endif
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      dotnet-gmime-sharp >= 2.2.3
@@ -158,7 +160,7 @@
 Group:         X11/Applications/Networking
 Requires:      %{name} = %{version}-%{release}
 Requires:      dotnet-evolution-sharp >= 0.11.1
-Requires:      evolution >= 2.7.3
+Requires:      evolution >= 2.7.92
 
 %description
 Beagle Evolution backend.
@@ -183,7 +185,7 @@
 Summary(pl):   Rozszerzenie dla Epiphany - beagle
 Group:         X11/Applications/Networking
 Requires:      %{name} = %{version}-%{release}
-Requires:      epiphany-extensions >= 2.15.1
+Requires:      epiphany-extensions >= 2.15.2
 
 %description -n epiphany-extension-beagle
 Epiphany extension that allows Beagle to index every page the user
@@ -211,7 +213,7 @@
 Summary(pl):   Bazowane na GNOME GUI dla Beagle
 Group:         Libraries/Python
 Requires:      %{name} = %{version}-%{release}
-Requires:      gtk+2 >= 2:2.10.1
+Requires:      gtk+2 >= 2:2.10.2
 
 %description search-gui
 GNOME based Beagle GUI.
@@ -219,18 +221,17 @@
 %description search-gui -l pl
 Bazowane na GNOME GUI dla Beagle.
 
-%package gnome
-Summary:       GNOME session startup integration for Beagle
-Summary(pl):   Integracja funkcji automatycznego startu Beagle z sesją GNOME
+%package startup
+Summary:       Automatic startup integration for Beagle
+Summary(pl):   Integracja funkcji automatycznego startu Beagle
 Group:         X11/Applications
 Requires:      %{name} = %{version}-%{release}
-Requires:      gnome-session
 
-%description gnome
-GNOME session startup integration for Beagle
+%description startup
+Automatic session startup integration for Beagle.
 
-%description gnome -l pl
-Integracja funkcji automatycznego startu Beagle z sesją GNOME
+%description startup -l pl
+Integracja funkcji automatycznego startu Beagle.
 
 %prep
 %setup -q
@@ -239,7 +240,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 %{__libtoolize}
@@ -261,13 +261,13 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_var}/cache/beagle/indexes
-install -d $RPM_BUILD_ROOT%{_datadir}/gnome/autostart
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        pythondir=%{py_sitedir}
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/autostart
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart
 
 # Kill useless files
 rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/1.8/extensions/*.la \
@@ -387,9 +387,9 @@
 %{_desktopdir}/*.desktop
 %endif
 
-%files gnome
+%files startup
 %defattr(644,root,root,755)
-%{_datadir}/gnome/autostart/beagle-autostart.desktop
+%{_sysconfdir}/xdg/autostart/beagle-autostart.desktop
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -397,6 +397,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.90  2006/09/01 21:38:01  grzegol
+- updated to 0.2.9
+- removed outdated sonames patch (applied upstream)
+- epiphany < 2.15 is required to build beagle epiphany extension
+- rename gnome package to startup and move .desktop file from
+  %%{_datadir}/gnome/autostart to %%{_sysconfdir}/xdg/autostart
+
 Revision 1.89  2006/08/30 10:43:05  wiget
 - include dllmaps in package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/beagle.spec?r1=1.89&r2=1.90&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to