summaryrefslogtreecommitdiffstats
path: root/redhat/applications/kbibtex
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-07-07 18:26:49 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-07-07 18:26:49 +0200
commit5a59f6fc3a0ab44fec635974127618cc4eeebf20 (patch)
treea07a44015e5713e01014d7e86848493a9f2c5f11 /redhat/applications/kbibtex
parent270e590e7ecdaa02d18d563b625d74604c328c0f (diff)
downloadtde-packaging-5a59f6fc3a0ab44fec635974127618cc4eeebf20.tar.gz
tde-packaging-5a59f6fc3a0ab44fec635974127618cc4eeebf20.zip
RPM Packaging: add applications for R14
Diffstat (limited to 'redhat/applications/kbibtex')
-rw-r--r--redhat/applications/kbibtex/kbibtex-14.0.0.spec55
1 files changed, 26 insertions, 29 deletions
diff --git a/redhat/applications/kbibtex/kbibtex-14.0.0.spec b/redhat/applications/kbibtex/kbibtex-14.0.0.spec
index 22b372ce6..aa72e8e80 100644
--- a/redhat/applications/kbibtex/kbibtex-14.0.0.spec
+++ b/redhat/applications/kbibtex/kbibtex-14.0.0.spec
@@ -1,9 +1,13 @@
+# Default version for this component
+%define tde_pkg kbibtex
+%define tde_version 14.0.0
+
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?tde_prefix}" != "/usr"
%define _variant .opt
%endif
-# TDE 3.5.13 specific building variables
+# TDE specific building variables
%define tde_bindir %{tde_prefix}/bin
%define tde_datadir %{tde_prefix}/share
%define tde_docdir %{tde_datadir}/doc
@@ -11,7 +15,7 @@
%define tde_libdir %{tde_prefix}/%{_lib}
%define tde_mandir %{tde_datadir}/man
-%define tde_tdeappdir %{tde_datadir}/applications/kde
+%define tde_tdeappdir %{tde_datadir}/applications/tde
%define tde_tdedocdir %{tde_docdir}/tde
%define tde_tdeincludedir %{tde_includedir}/tde
%define tde_tdelibdir %{tde_libdir}/trinity
@@ -20,7 +24,7 @@
Name: trinity-kbibtex
Version: 0.2.3
-Release: 1%{?dist}%{?_variant}
+Release: %{?!preversion:2}%{?preversion:1_%{preversion}}%{?dist}%{?_variant}
Summary: A BibTeX editor for TDE
Group: Applications/Internet
@@ -28,14 +32,16 @@ License: GPLv2+
URL: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source0: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/kbibtex-0.2.3.tar.bz2
-
-Patch1: kbibtex-0.2.3-trinity.patch
+Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz
-BuildRequires: trinity-tdelibs-devel
+BuildRequires: trinity-tqtinterface-devel >= %{tde_version}
+BuildRequires: trinity-tdelibs-devel >= %{tde_version}
+BuildRequires: trinity-tdebase-devel >= %{tde_version}
+BuildRequires: desktop-file-utils
+BuildRequires: gettext
%description
-KBibTeX is a BibTeX editor for KDE to edit bibliographies used with LaTeX.
+KBibTeX is a BibTeX editor for TDE to edit bibliographies used with LaTeX.
KBibTeX is released under the GNU Public License (GPL) version 2 or any later version.
%if 0%{?suse_version} || 0%{?pclinuxos}
@@ -43,44 +49,30 @@ KBibTeX is released under the GNU Public License (GPL) version 2 or any later
%endif
%prep
-%setup -q -n kbibtex-%{version}
-%patch1 -p1 -b .trinity
-
-# Ugly hack to modify TQT include directory inside autoconf files.
-# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
-%__sed -i admin/acinclude.m4.in \
- -e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
- -e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
+%setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}}
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
-
%build
-unset QTDIR; . /etc/profile.d/qt3.sh
+unset QTDIR QTINC QTLIB
export PATH="%{tde_bindir}:${PATH}"
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
-export KDEDIR="%{tde_prefix}"
-
-export CPPFLAGS="${CPPFLAGS} -I%{tde_includedir}/tqt"
-
%configure \
--prefix=%{tde_prefix} \
--exec-prefix=%{tde_prefix} \
--disable-dependency-tracking \
--disable-rpath \
- --with-extra-includes=%{tde_includedir}/tqt \
- --with-qt-libraries=${QTLIB:-${QTDIR}/%{_lib}} \
--bindir=%{tde_bindir} \
--libdir=%{tde_libdir} \
--mandir=%{tde_mandir} \
--datadir=%{tde_datadir} \
--includedir=%{tde_tdeincludedir}
-%__make %{?_smp_mflags} LIBTOOL=$(which libtool) || %__make LIBTOOL=$(which libtool)
+%__make %{?_smp_mflags}
%install
@@ -90,11 +82,11 @@ export CPPFLAGS="${CPPFLAGS} -I%{tde_includedir}/tqt"
# Useless files ..
%__rm -f %{?buildroot}%{tde_tdelibdir}/*.a
-%find_lang kbibtex
+%find_lang %{tde_pkg}
%clean
-rm -rf $RPM_BUILD_ROOT
+%__rm -rf $RPM_BUILD_ROOT
%post
@@ -102,15 +94,17 @@ for i in hicolor ; do
touch --no-create %{tde_datadir}/icons/$i 2>/dev/null || :
gtk-update-icon-cache --quiet %{tde_datadir}/icons/$i 2>/dev/null || :
done
+update-desktop-database %{tde_tdeappdir} > /dev/null
%postun
for i in hicolor ; do
touch --no-create %{tde_datadir}/icons/$i 2>/dev/null || :
gtk-update-icon-cache --quiet %{tde_datadir}/icons/$i 2>/dev/null || :
done
+update-desktop-database %{tde_tdeappdir} > /dev/null
-%files -f kbibtex.lang
+%files -f %{tde_pkg}.lang
%defattr(-,root,root,-)
%doc AUTHORS BUGS COPYING NEWS README TODO ChangeLog
%{tde_bindir}/kbibtex
@@ -123,12 +117,15 @@ done
%{tde_datadir}/apps/kbibtexpart/xslt/MARC21slimUtils.xsl
%{tde_datadir}/apps/kbibtexpart/xslt/UNIMARC2MODS3.xsl
%{tde_datadir}/apps/kbibtexpart/xslt/html.xsl
-%{tde_tdedocdir}/HTML/en/kbibtex/
+%{tde_tdedocdir}/HTML/kbibtex/
%{tde_datadir}/icons/hicolor/*/apps/kbibtex.png
%{tde_datadir}/services/kbibtex_part.desktop
%{tde_mandir}/man1/kbibtex.1*
%changelog
+* Fri Jul 05 2013 Francois Andriot <francois.andriot@free.fr> - 0.2.3-2
+- Initial release for TDE 14.0.0
+
* Fri Mar 29 2013 Francois Andriot <francois.andriot@free.fr> - 0.2.3-1
- Initial release for TDE 3.5.13.2