Author: freetz Date: Mon Feb 13 10:05:33 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - 2.13.5, use system location for xslt, use basic seach (beagle search has no fallback)
---- Files affected: SPECS: yelp.spec (1.75.2.3 -> 1.75.2.4) ---- Diffs: ================================================================ Index: SPECS/yelp.spec diff -u SPECS/yelp.spec:1.75.2.3 SPECS/yelp.spec:1.75.2.4 --- SPECS/yelp.spec:1.75.2.3 Wed Feb 1 19:02:24 2006 +++ SPECS/yelp.spec Mon Feb 13 11:05:28 2006 @@ -1,23 +1,20 @@ # $Revision$, $Date$ -# TODO: -# move stylesheets to /usr/share/sgml -# use more generic stylesheet location -# remove docbook dtds and stylesheets from package and use system xml catalog - +# # Conditinal build: -%bcond_with mozilla_firefox # build with mozilla-firefox-devel - +%bcond_with mozilla_firefox # build with mozilla-firefox +# Summary: A system documentation reader from the GNOME project Summary(pl): Czytnik dokumentacji z projektu GNOME Name: yelp -Version: 2.13.4 +Version: 2.13.5 Release: 1 License: GPL Group: X11/Applications Source0: http://ftp.gnome.org/pub/gnome/sources/yelp/2.13/%{name}-%{version}.tar.bz2 -# Source0-md5: 5b588e1e21f2f5c1e0333c2a7405dea6 +# Source0-md5: 8db22c647577c6c3b5249ecc3cc9987a Patch0: %{name}-desktop.patch Patch1: %{name}-m4.patch +Patch2: %{name}-xslt_location.patch URL: http://www.gnome.org/ BuildRequires: GConf2-devel >= 2.12.0 BuildRequires: ORBit2-devel >= 1:2.12.4 @@ -70,13 +67,15 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} %{__aclocal} -I m4 %{__autoconf} %{__automake} -%configure +%configure \ + --with-search=basic %{__make} %install @@ -102,10 +101,11 @@ %defattr(644,root,root,755) %doc README ChangeLog NEWS TODO AUTHORS %attr(755,root,root) %{_bindir}/* +%{_libdir}/bonobo/servers/* %{_datadir}/%{name} +%{_datadir}/sgml/%{name} %{_desktopdir}/* %{_iconsdir}/hicolor/192x192/apps/yelp-icon-big.png -%{_libdir}/bonobo/servers/* %{_sysconfdir}/gconf/schemas/yelp.schemas %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -114,6 +114,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75.2.4 2006/02/13 10:05:28 freetz +- 2.13.5, use system location for xslt, use basic seach (beagle search + has no fallback) + Revision 1.75.2.3 2006/02/01 18:02:24 freetz - added m4 fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/yelp.spec?r1=1.75.2.3&r2=1.75.2.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
