diff --git a/.cvsignore b/.cvsignore index 15e9b05..9483522 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -kbibtex-0.1.5.52.tar.bz2 +kbibtex-0.2.tar.bz2 diff --git a/kbibtex-0.2-desktop-file-type.patch b/kbibtex-0.2-desktop-file-type.patch new file mode 100644 index 0000000..7fdd063 --- /dev/null +++ b/kbibtex-0.2-desktop-file-type.patch @@ -0,0 +1,9 @@ +diff -up kbibtex-0.2/src/kbibtex_part.desktop.type kbibtex-0.2/src/kbibtex_part.desktop +--- kbibtex-0.2/src/kbibtex_part.desktop.type 2008-01-01 16:14:47.000000000 +0100 ++++ kbibtex-0.2/src/kbibtex_part.desktop 2008-01-01 16:15:09.000000000 +0100 +@@ -12,4 +12,4 @@ Name[de]=Einbettungsfähige Komponente v + MimeType=text/x-bibtex;application/x-endnote-library; + ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart + X-KDE-Library=libkbibtexpart +-Type=Service ++Type=Application diff --git a/kbibtex.spec b/kbibtex.spec index 7bedd67..17b6db1 100644 --- a/kbibtex.spec +++ b/kbibtex.spec @@ -1,12 +1,13 @@ Name: kbibtex -Version: 0.1.5.52 -Release: 11%{?dist} +Version: 0.2 +Release: 13%{?dist} Summary: A BibTeX editor for KDE Group: Applications/Editors -License: GPL +License: GPLv2+ URL: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/ Source0: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/kbibtex-%{version}.tar.bz2 +Patch1: kbibtex-0.2-desktop-file-type.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdebase-devel >= 3.3 libxslt-devel desktop-file-utils @@ -19,6 +20,7 @@ KBibTeX is a BibTeX editor for KDE %prep %setup -q +%patch1 -p1 -b .type %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -113,6 +115,10 @@ fi %{_datadir}/applications/fedora-kbibtex_part.desktop %changelog +* Tue Jan 01 2008 Christian Nolte - 0.2-13 +- Updated to latest upstream version 0.2 +- Desktop-File kbibtex_part.desktop patched: Type is Application now + * Mon Jul 09 2007 Christian Nolte - 0.1.5.52-11 - Updated to latest upstream version diff --git a/sources b/sources index d5d9fbc..60d38d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e02b898f96a8f6fbb31afc70ebdb123 kbibtex-0.1.5.52.tar.bz2 +4ed33020f68c970e5ec37a20d3a49b59 kbibtex-0.2.tar.bz2