Compare commits

...

5 Commits
rawhide ... f7

Author SHA1 Message Date
Fedora Release Engineering df12b4644d dist-git conversion 2010-07-28 19:01:59 +00:00
Bill Nottingham 7101e009e0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:20:19 +00:00
Christian Nolte b96931a4f3 - update to latest upstream version 2008-01-04 20:24:29 +00:00
Christian Nolte 2e55b017d3 - update to latest upstream version 2007-07-09 20:51:00 +00:00
Bill Nottingham e3664775bd Initialize branch F-7 for kbibtex 2007-05-18 05:07:34 +00:00
6 changed files with 23 additions and 38 deletions

View File

@ -1 +0,0 @@
kbibtex-0.1.5.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
kbibtex-0.2.tar.bz2

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: kbibtex
# $Id$
NAME := kbibtex
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -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

View File

@ -1,18 +1,13 @@
Name: kbibtex
Version: 0.1.5
Release: 8%{?dist}
Version: 0.2
Release: 12%{?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
Patch0: kbibtex-0.1.5-filteredselection.patch
Patch1: kbibtex-0.1.5-gcc4.2.patch
Patch2: kbibtex-0.1.5-viewdocument.patch
Patch3: kbibtex-0.1.5-storesearchurls.patch
Patch4: kbibtex-0.1.5-webquerypubmedmultiplequeries.patch
Patch5: kbibtex-0.1.5-xslthtmlexport.patch
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
@ -25,12 +20,7 @@ KBibTeX is a BibTeX editor for KDE
%prep
%setup -q
%patch0 -p0 -b .filteredselection
%patch1 -p0 -b .gcc4.2
%patch2 -p0 -b .viewdocument
%patch3 -p1 -b .storesearchurls
%patch4 -p1 -b .webquerypubmedmultiplequeries
%patch5 -p1 -b .xslthtmlexport
%patch1 -p1 -b .type
%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
@ -125,6 +115,13 @@ fi
%{_datadir}/applications/fedora-kbibtex_part.desktop
%changelog
* Tue Jan 01 2008 Christian Nolte <ch.nolte at noltec.org> - 0.2-12
- Updated to latest upstream version 0.2
- Desktop-File kbibtex_part.desktop patched: Type is Application now
* Mon Jul 09 2007 Christian Nolte <ch.nolte at noltec.org> - 0.1.5.52-10
- Updated to latest upstream version
* Wed Mar 21 2007 Christian Nolte <ch.nolte at noltec.org> - 0.1.5-8
- latest patches (storesearchurls, webquerypubmedmultiplequeries,
xslhtmlexport)

View File

@ -1 +1 @@
83a8c1cade06837431b6ebe79d13ef7b kbibtex-0.1.5.tar.bz2
4ed33020f68c970e5ec37a20d3a49b59 kbibtex-0.2.tar.bz2