Author: tpg Date: Thu Feb 8 20:28:56 2007 New Revision: 118218 Added: packages/cooker/kbib/current/SOURCES/kbib-desktop.patch Modified: packages/cooker/kbib/current/SPECS/kbib.spec
Log: - fix menu entry - enable yazpp support Added: packages/cooker/kbib/current/SOURCES/kbib-desktop.patch ============================================================================== --- (empty file) +++ packages/cooker/kbib/current/SOURCES/kbib-desktop.patch Thu Feb 8 20:28:56 2007 @@ -0,0 +1,8 @@ +--- kbib/kbib.desktop 2006-11-12 03:33:10.000000000 +0000 ++++ kbib.desktop.tpg 2007-02-08 19:14:17.000000000 +0000 +@@ -12,3 +12,4 @@ + Type=Application + X-KDE-SubstituteUID=false + X-KDE-Username= ++Category=X-MandrivaLinux-Office-Publishing;KDE;QT; +\ No newline at end of file Modified: packages/cooker/kbib/current/SPECS/kbib.spec ============================================================================== --- packages/cooker/kbib/current/SPECS/kbib.spec (original) +++ packages/cooker/kbib/current/SPECS/kbib.spec Thu Feb 8 20:28:56 2007 @@ -1,14 +1,15 @@ Summary: A BibTex editor for KDE Name: kbib Version: 0.5.4 -Release: %mkrel 1 +Release: %mkrel 2 License: GPL -Group: Sound -Source0: http://user.digisurf.com.au/~thachly/kbib/%{name}-%{version}.tar.bz2 +Group: Publishing Url: http://user.digisurf.com.au/~thachly/kbib/index.html +Source0: http://user.digisurf.com.au/~thachly/kbib/%{name}-%{version}.tar.bz2 +Patch0: %{name}-desktop.patch BuildRequires: kdelibs-devel BuildRequires: libyaz-devel -#BuildRequires: yazpp +BuildRequires: libyazpp-devel BuildRequires: libxml-devel BuildRequires: libxslt-devel Requires: bibtex2html @@ -19,6 +20,7 @@ %prep %setup -q %{name}-%{version} +%patch0 -p0 %build %configure2_5x \
