]> git.pld-linux.org Git - packages/beagle.git/blobdiff - beagle.spec
- fixed what my embedded controler (loosing interrupts) broke
[packages/beagle.git] / beagle.spec
index 35419a002788da58d8923a2a7cfa3326cbe3c3f8..15553526031632553c07bb8d048a7d6b7a7bd190 100644 (file)
@@ -1,5 +1,7 @@
 #
-# TODO: finish crawl system
+# TODO: 
+#      - finish crawl system
+#       - separtate CLI utilities
 #
 %include       /usr/lib/rpm/macros.mono
 #
 Summary:       Beagle - An indexing subsystem
 Summary(pl):   Beagle - podsystem indeksuj±cy
 Name:          beagle
-Version:       0.1.1
+Version:       0.1.2
 Release:       0.9
 License:       Various
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/beagle/0.1/%{name}-%{version}.tar.bz2
-# Source0-md5: e788ed11077e576797a0793631f2fe8b
+# Source0-md5: 944553979659ed21a68bba307126126a
 Patch0:                %{name}-desktop.patch
-PAtch1:                %{name}-crawl.patch
+Patch1:                %{name}-crawl.patch
 URL:           http://beaglewiki.org/Main_Page
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -36,7 +38,7 @@ BuildRequires:        libgnome-devel
 BuildRequires: libpng-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.6.0
-BuildRequires: mono-csharp >= 1.0.6
+BuildRequires: mono-csharp >= 1.1.10
 BuildRequires: mozilla-devel
 BuildRequires: pkgconfig
 BuildRequires: sqlite-devel
@@ -94,14 +96,14 @@ Statyczne biblioteki Beagle.
 
 %package crawl-system
 Summary:       Beagle crawl system
-#Summary(pl):   ???
+Summary(pl):   System przeszukuj±cy beagle-crawl 
 Group:         Applications/System
 
 %description crawl-system
 Beagle crawl system.
 
-#%description crawl-system -l pl
-# ???
+%description crawl-system -l pl
+System przeszukuj±cy beagle-crawl.
 
 %package -n epiphany-extension-beagle
 Summary:       Epiphany extension - beagle
@@ -155,15 +157,14 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/no
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 
-%dir %{_libdir}/%{name}
 %{_libdir}/%{name}/Filters
 %{_libdir}/%{name}/*.exe
 %{_libdir}/%{name}/*.dll*
@@ -176,14 +177,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so*
-%attr(755,root,root) %{_libdir}/%{name}/lib*.so*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/lib*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/*.so
+%attr(755,root,root) %{_libdir}/%{name}/*.so
 %{_includedir}/libbeagle
 %{_libdir}/*.la
-%{_libdir}/*.so
 %{_gtkdocdir}/beagle
 %{_pkgconfigdir}/*
 
@@ -195,8 +198,8 @@ rm -rf $RPM_BUILD_ROOT
 # not finished yet
 %files crawl-system
 %defattr(644,root,root,755)
-%attr(750,root,root) %config(noreplace) %verify(not size mtime md5) /etc/cron.daily/*
-%attr(750,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/beagle/*
+%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/*
+%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/beagle/*
 %attr(755,root,root) %{_sbindir}/*
 %{_libdir}/beagle-crawl-system
 
This page took 0.069801 seconds and 4 git commands to generate.