Author: freetz Date: Fri Aug 18 20:24:12 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added sonames patch, don't package *.mdb files, rel.2
---- Files affected: SPECS: beagle.spec (1.84 -> 1.85) ---- Diffs: ================================================================ Index: SPECS/beagle.spec diff -u SPECS/beagle.spec:1.84 SPECS/beagle.spec:1.85 --- SPECS/beagle.spec:1.84 Thu Aug 17 21:23:37 2006 +++ SPECS/beagle.spec Fri Aug 18 22:24:07 2006 @@ -23,7 +23,7 @@ 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 @@ -33,6 +33,7 @@ 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 @@ -224,6 +225,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build %{__libtoolize} @@ -295,8 +297,9 @@ %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*/* @@ -372,6 +375,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.85 2006/08/18 20:24:07 freetz +- added sonames patch, don't package *.mdb files, rel.2 + Revision 1.84 2006/08/17 19:23:37 freetz - 0.2.8, gtk-sharp patch included in sources, added thunderbird backend, updated file list ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/beagle.spec?r1=1.84&r2=1.85&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
