]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- added sonames patch, don't package *.mdb files, rel.2
authorfreetz <freetz@pld-linux.org>
Fri, 18 Aug 2006 20:24:07 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beagle.spec -> 1.85

beagle.spec

index f50f97f8dfe4dca8faf0785e31f97158d26c7f7c..20fb74212412de0967b2201550cb5afe4d6a77a7 100644 (file)
@@ -22,7 +22,7 @@ Summary:      Beagle - An indexing subsystem
 Summary(pl):   Beagle - podsystem indeksuj±cy
 Name:          beagle
 Version:       0.2.8
-Release:       1
+Release:       2
 License:       Various
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2
@@ -32,6 +32,7 @@ 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
@@ -223,6 +224,7 @@ Bazowane na GNOME GUI dla Beagle.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__libtoolize}
@@ -294,8 +296,9 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/*.exe
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/Backends
-%{_libdir}/%{name}/Filters
-%{_libdir}/%{name}/*.dll*
+%dir %{_libdir}/%{name}/Filters
+%{_libdir}/%{name}/*.dll
+%{_libdir}/%{name}/Filters/*.dll
 %attr(755,root,root) %{_libdir}/%{name}/beagled-index-helper
 %{_mandir}/man*/*
 
This page took 0.052295 seconds and 4 git commands to generate.