Name: kbibtex
Summary: BibTex editor
Version: 0.2.1
Release: 1
License: GPL
Group: Applications/Publishing
URL: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/
Description: KBibTeX is a BibTeX editor for KDE. It supports network transparent access
to .bib files, and export to both .pdf and .ps thru (pdf)latex.
The build was not successful.
The build was not successful.
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: dries
# Upstream: T.Fischer <fischer$unix,ag,uni-kl,de>
Summary: BibTex editor
Name: kbibtex
Version: 0.2.1
Release: 1%{?dist}
License: GPL
Group: Applications/Publishing
URL: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/
Source: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/kbibtex-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: kdelibs-devel, gcc-c++, gettext
%description
KBibTeX is a BibTeX editor for KDE. It supports network transparent access
to .bib files, and export to both .pdf and .ps thru (pdf)latex.
%prep
%setup
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
%find_lang %{name}
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%doc %{_mandir}/man1/kbibtex*
%{_bindir}/kbibtex
%{_libdir}/kde3/libkbibtexpart.*
%{_datadir}/applications/kde/kbibtex.desktop
%{_datadir}/apps/kbibtex/
%{_datadir}/apps/kbibtexpart/
%{_datadir}/doc/HTML/*/kbibtex/
%{_datadir}/icons/crystalsvg/*/apps/kbibtex.png
%{_datadir}/services/kbibtex_part.desktop
%changelog
* Tue Mar 18 2008 Dries Verachtert <dries@ulyssis.org> - 0.2.1-1
- Updated to release 0.2.1.
* Mon Nov 29 2007 Dries Verachtert <dries@ulyssis.org> - 0.2-1
- Updated to release 0.2.
* Sun Nov 12 2006 Dries Verachtert <dries@ulyssis.org> - 0.1.5-1
- Updated to release 0.1.5.
* Sat Apr 29 2006 Dries Verachtert <dries@ulyssis.org> - 0.1.4-1
- Updated to release 0.1.4.
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.1.3-1.2
- Rebuild for Fedora Core 5.
* Sat Dec 10 2005 Dries Verachtert <dries@ulyssis.org> - 0.1.3-1
- Initial package.