RPM packaging: update tqca

pull/3/head
François Andriot 10 years ago
parent 17fe0496e9
commit 98fb5463ab

@ -1,39 +1,58 @@
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". #
%if "%{?tde_prefix}" != "/usr" # spec file for package tqca (version R14.0.0)
%define _variant .opt #
%endif # Copyright (c) 2014 Trinity Desktop Environment
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http:/www.trinitydesktop.org/
#
# TDE variables
%define tde_epoch 2
%define tde_version 14.0.0 %define tde_version 14.0.0
%define tde_pkg tqca
%define tde_bindir %{tde_prefix}/bin %define tde_prefix /opt/trinity
%define tde_includedir %{tde_prefix}/include %define tde_includedir %{tde_prefix}/include
%define tde_libdir %{tde_prefix}/%{_lib} %define tde_libdir %{tde_prefix}/%{_lib}
%define tde_datadir %{tde_prefix}/share
%define tde_tdeincludedir %{tde_includedir}/tde
%define _docdir %{tde_datadir}/doc %if 0%{?mdkversion} || 0%{?mgaversion} || 0%{?pclinuxos}
%define libtqca %{_lib}tqca
%else
%define libtqca libtqca
%endif
Name: trinity-tqca Name: trinity-%{tde_pkg}
Epoch: %{tde_epoch}
Version: 1.0 Version: 1.0
Release: %{?!preversion:4}%{?preversion:3_%{preversion}}%{?dist}%{?_variant} Release: %{?!preversion:1}%{?preversion:0_%{preversion}}%{?dist}%{?_variant}
Summary: TQt Cryptographic Architecture Summary: TQt Cryptographic Architecture
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+
Vendor: Trinity Project
URL: http://www.trinitydesktop.org/ URL: http://www.trinitydesktop.org/
Packager: Francois Andriot <francois.andriot@free.fr>
Prefix: %{tde_prefix} %if 0%{?suse_version}
License: GPL-2.0+
%else
License: GPLv2+
%endif
#Vendor: Trinity Desktop
#Packager: Francois Andriot <francois.andriot@free.fr>
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz
BuildRequires: libtqt4-devel >= 2:4.2.0 BuildRequires: libtqt4-devel >= %{tde_epoch}:4.2.0
%description %description
@ -46,37 +65,64 @@ on any particular cryptographic library. This allows one to easily change
or upgrade crypto implementations without even needing to recompile the or upgrade crypto implementations without even needing to recompile the
application! application!
%post ##########
%package -n %{libtqca}1
Summary: TQt Cryptographic Architecture
Group: System Environment/Libraries
Obsoletes: trinity-libtqca < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: trinity-libtqca = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: libtqca = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: libtqca1 = %{?epoch:%{epoch}:}%{version}-%{release}
%description -n %{libtqca}1
Taking a hint from the similarly-named Java Cryptography Architecture,
TQCA aims to provide a straightforward and cross-platform crypto API,
using TQt datatypes and conventions. TQCA separates the API from the
implementation, using plugins known as Providers. The advantage of this
model is to allow applications to avoid linking to or explicitly depending
on any particular cryptographic library. This allows one to easily change
or upgrade crypto implementations without even needing to recompile the
application!
%post -n %{libtqca}1
/sbin/ldconfig /sbin/ldconfig
%postun %postun -n %{libtqca}1
/sbin/ldconfig /sbin/ldconfig
%files %files -n %{libtqca}1
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING README TODO %doc COPYING README TODO
%{tde_libdir}/libqca.so.* %{_libdir}/libqca.so.1
%{_libdir}/libqca.so.1.0
%{_libdir}/libqca.so.1.0.0
########## ##########
%package devel %package -n %{libtqca}-devel
Summary: TQt Cryptographic Architecture development files Summary: TQt Cryptographic Architecture development files
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{libtqca}1 = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: trinity-libtqca-devel < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: trinity-libtqca-devel = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: libtqca-devel = %{?epoch:%{epoch}:}%{version}-%{release}
%description devel %description -n %{libtqca}-devel
This packages contains the development files for TQCA This packages contains the development files for TQCA
%post devel %post -n %{libtqca}-devel
/sbin/ldconfig /sbin/ldconfig
%postun devel %postun -n %{libtqca}-devel
/sbin/ldconfig /sbin/ldconfig
%files devel %files -n %{libtqca}-devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{tde_includedir}/qca.h %{_includedir}/qca.h
%{tde_libdir}/libqca.so %{_libdir}/libqca.so
########## ##########
@ -99,7 +145,7 @@ export PATH="%{tde_bindir}:${PATH}"
export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}" export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}"
./configure \ ./configure \
--prefix=%{tde_prefix} \ --prefix=%{_prefix} \
--qtdir=/usr \ --qtdir=/usr \
--debug --debug
@ -116,5 +162,5 @@ export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}"
%changelog %changelog
* Fri Jul 05 2013 Francois Andriot <francois.andriot@free.fr> - 1.0-4 * Fri Jul 05 2013 Francois Andriot <francois.andriot@free.fr> - 2:1.0-1
- Initial release for TDE 14.0.0 - Initial release for TDE 14.0.0

@ -1,41 +1,59 @@
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". #
%if "%{?tde_prefix}" != "/usr" # spec file for package tqca (version 3.5.13-SRU)
%define _variant .opt #
%endif # Copyright (c) 2014 Trinity Desktop Environment
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http:/www.trinitydesktop.org/
#
# TDE variables
%define tde_epoch 1
%define tde_version 3.5.13.2 %define tde_version 3.5.13.2
%define tde_pkg tqca
%define tde_bindir %{tde_prefix}/bin %define tde_prefix /opt/trinity
%define tde_includedir %{tde_prefix}/include %define tde_includedir %{tde_prefix}/include
%define tde_libdir %{tde_prefix}/%{_lib} %define tde_libdir %{tde_prefix}/%{_lib}
%define tde_datadir %{tde_prefix}/share
%define tde_tdeincludedir %{tde_includedir}/tde
%define _docdir %{tde_datadir}/doc %if 0%{?mdkversion} || 0%{?mgaversion} || 0%{?pclinuxos}
%define libtqca %{_lib}tqca
%else
%define libtqca libtqca
%endif
Name: trinity-tqca Name: trinity-%{tde_pkg}
Epoch: %{tde_epoch}
Version: 1.0 Version: 1.0
Release: %{?!preversion:3}%{?preversion:2_%{preversion}}%{?dist}%{?_variant} Release: %{?!preversion:4}%{?preversion:3_%{preversion}}%{?dist}%{?_variant}
Summary: TQt Cryptographic Architecture Summary: TQt Cryptographic Architecture
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+
Vendor: Trinity Project
#URL: http://delta.affinix.com/qca
URL: http://www.trinitydesktop.org/ URL: http://www.trinitydesktop.org/
Packager: Francois Andriot <francois.andriot@free.fr>
Prefix: %{tde_prefix} %if 0%{?suse_version}
License: GPL-2.0+
%else
License: GPLv2+
%endif
#Vendor: Trinity Desktop
#Packager: Francois Andriot <francois.andriot@free.fr>
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: tqca-3.5.13.2.tar.gz Source0: tqca-3.5.13.2.tar.gz
BuildRequires: qt3-devel >= 3.3.8.d BuildRequires: libtqt4-devel >= %{tde_epoch}:4.2.0
BuildRequires: trinity-tqtinterface-devel >= %{tde_version}
%description %description
Taking a hint from the similarly-named Java Cryptography Architecture, Taking a hint from the similarly-named Java Cryptography Architecture,
@ -47,41 +65,68 @@ on any particular cryptographic library. This allows one to easily change
or upgrade crypto implementations without even needing to recompile the or upgrade crypto implementations without even needing to recompile the
application! application!
%post ##########
%package -n %{libtqca}1
Summary: TQt Cryptographic Architecture
Group: System Environment/Libraries
Obsoletes: trinity-libtqca < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: trinity-libtqca = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: libtqca = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: libtqca1 = %{?epoch:%{epoch}:}%{version}-%{release}
%description -n %{libtqca}1
Taking a hint from the similarly-named Java Cryptography Architecture,
TQCA aims to provide a straightforward and cross-platform crypto API,
using TQt datatypes and conventions. TQCA separates the API from the
implementation, using plugins known as Providers. The advantage of this
model is to allow applications to avoid linking to or explicitly depending
on any particular cryptographic library. This allows one to easily change
or upgrade crypto implementations without even needing to recompile the
application!
%post -n %{libtqca}1
/sbin/ldconfig /sbin/ldconfig
%postun %postun -n %{libtqca}1
/sbin/ldconfig /sbin/ldconfig
%files %files -n %{libtqca}1
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING README TODO %doc COPYING README TODO
%{tde_libdir}/libqca.so.* %{_libdir}/libqca.so.1
%{_libdir}/libqca.so.1.0
%{_libdir}/libqca.so.1.0.0
########## ##########
%package devel %package -n %{libtqca}-devel
Summary: TQt Cryptographic Architecture development files Summary: TQt Cryptographic Architecture development files
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{libtqca}1 = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: trinity-libtqca-devel < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: trinity-libtqca-devel = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: libtqca-devel = %{?epoch:%{epoch}:}%{version}-%{release}
%description devel %description -n %{libtqca}-devel
This packages contains the development files for TQCA This packages contains the development files for TQCA
%post devel %post -n %{libtqca}-devel
/sbin/ldconfig /sbin/ldconfig
%postun devel %postun -n %{libtqca}-devel
/sbin/ldconfig /sbin/ldconfig
%files devel %files -n %{libtqca}-devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{tde_includedir}/qca.h %{_includedir}/qca.h
%{tde_libdir}/libqca.so %{_libdir}/libqca.so
########## ##########
%if 0%{?suse_version} || 0%{?pclinuxos} %if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package %debug_package
%endif %endif
@ -98,11 +143,10 @@ perl -pi -e 's,target\.path=\$PREFIX/lib,target.path=\$PREFIX/%{_lib},g' qcextra
unset QTDIR QTINC QTLIB unset QTDIR QTINC QTLIB
. /etc/profile.d/qt3.sh . /etc/profile.d/qt3.sh
export PATH="%{tde_bindir}:${PATH}" export PATH="%{tde_bindir}:${PATH}"
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}" export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}"
./configure \ ./configure \
--prefix=%{tde_prefix} \ --prefix=%{_prefix} \
--qtdir=${QTDIR} \ --qtdir=${QTDIR} \
--debug --debug
@ -118,7 +162,6 @@ export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}"
%__rm -rf $RPM_BUILD_ROOT %__rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Aug 16 2013 Francois Andriot <francois.andriot@free.fr> - 1.0-3 * Fri Aug 16 2013 Francois Andriot <francois.andriot@free.fr> - 1.0-3
- Build for Fedora 19 - Build for Fedora 19

Loading…
Cancel
Save