diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-06-27 13:54:07 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-06-27 13:54:07 +0200 |
commit | 14aa9dd4948db58c958c37ec93648d0e757b1610 (patch) | |
tree | fd837b3927486a8cf207d1be210f0f96538b69aa /redhat/applications/smartcardauth | |
parent | c04a613301f53ffd04afbcea91569882a9541756 (diff) | |
download | tde-packaging-14aa9dd4948db58c958c37ec93648d0e757b1610.tar.gz tde-packaging-14aa9dd4948db58c958c37ec93648d0e757b1610.zip |
RPM packaging: update smartcardauth, trinity-filesystem
Diffstat (limited to 'redhat/applications/smartcardauth')
-rw-r--r-- | redhat/applications/smartcardauth/smartcardauth-14.0.0.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec index 4176d716d..75d7e35b6 100644 --- a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec +++ b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec @@ -53,6 +53,8 @@ Prefix: %{tde_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz +Source1: trinity-%{tde_pkg}-rpmlintrc +Patch0: %{tde_pkg}-%{tde_version}.patch BuildRequires: trinity-tdelibs-devel >= %{tde_version} BuildRequires: trinity-tdebase-devel >= %{tde_version} @@ -135,6 +137,7 @@ in addition to the PKCS certificate functionality %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} +%patch0 -p1 -b .ftbfs %__sed -i "Makefile" \ -e "s|/usr/lib/perl5/Chipcard|%{_libdir}/perl5/vendor_perl/Chipcard|g" @@ -143,10 +146,8 @@ in addition to the PKCS certificate functionality %build export PATH="%{tde_bindir}:${PATH}" -export CFLAGS="${CXXFLAGS} ${RPM_OPT_FLAGS}" -export CXXFLAGS="${CXXFLAGS} ${RPM_OPT_FLAGS}" - -./build_ckpasswd +cd src +make CFLAGS="${RPM_OPT_FLAGS}" CXXFLAGS="${RPM_OPT_FLAGS}" %install |