From 1403b853a44ae293197d67e0e9c5f7c59a87787f Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Sun, 4 Dec 2011 10:20:10 +0100 Subject: RHEL/Fedora: add applications: krusader smartcardauth kmyfirewall kopete-otr kaffeine-mozilla ksystemlog kio-locate kio-umountwrapper knutclient kde-systemsettings kmplayer kvkbd potracegui soundkonverter --- .../smartcardauth/smartcardauth-3.5.13-ftbfs.patch | 10 ++ .../smartcardauth/trinity-smartcardauth.spec | 131 +++++++++++++++++++++ 2 files changed, 141 insertions(+) create mode 100644 redhat/applications/smartcardauth/smartcardauth-3.5.13-ftbfs.patch create mode 100644 redhat/applications/smartcardauth/trinity-smartcardauth.spec (limited to 'redhat/applications/smartcardauth') diff --git a/redhat/applications/smartcardauth/smartcardauth-3.5.13-ftbfs.patch b/redhat/applications/smartcardauth/smartcardauth-3.5.13-ftbfs.patch new file mode 100644 index 000000000..ce76facdc --- /dev/null +++ b/redhat/applications/smartcardauth/smartcardauth-3.5.13-ftbfs.patch @@ -0,0 +1,10 @@ +--- smartcardauth/src/ckpasswd.c.ORI 2011-12-04 03:44:36.047000504 -0500 ++++ smartcardauth/src/ckpasswd.c 2011-12-04 03:44:47.450745795 -0500 +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + #define DB_DBM_HSEARCH 1 + #include diff --git a/redhat/applications/smartcardauth/trinity-smartcardauth.spec b/redhat/applications/smartcardauth/trinity-smartcardauth.spec new file mode 100644 index 000000000..f762703e0 --- /dev/null +++ b/redhat/applications/smartcardauth/trinity-smartcardauth.spec @@ -0,0 +1,131 @@ +# Default version for this component +%define kdecomp smartcardauth +%define version 1.0 +%define release 1 + +# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". +%if "%{?_prefix}" != "/usr" +%define _variant .opt +%define _docdir %{_prefix}/share/doc +%endif + +# TDE 3.5.13 specific building variables +BuildRequires: autoconf automake libtool m4 +%define tde_docdir %{_docdir}/kde +%define tde_includedir %{_includedir}/kde +%define tde_libdir %{_libdir}/trinity + + +Name: trinity-%{kdecomp} +Summary: SmartCard Login and LUKS Decrypt, Setup Utility +Version: %{?version} +Release: %{?release}%{?dist}%{?_variant} + +License: GPLv2+ +Group: Applications/System + +Vendor: Trinity Project +Packager: Francois Andriot +URL: http://www.trinitydesktop.org/ + +Prefix: %{_prefix} +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Source0: %{kdecomp}-3.5.13.tar.gz +Patch0: smartcardauth-3.5.13-ftbfs.patch + +BuildRequires: tqtinterface-devel +BuildRequires: trinity-kdelibs-devel +BuildRequires: trinity-kdebase-devel +BuildRequires: desktop-file-utils + +#BuildRequires: perl-PAR-Packer +Requires: pcsc-perl + +%description +This utility will allow you to set up your computer to accept a SmartCard as an authentication source for: +- Your encrypted LUKS partition +- TDE3.x, including automatic login, lock, and unlock features + +It is designed to work with any ISO 7816-1,2,3,4 compliant smartcard +Examples of such cards are: +- The Schlumberger MultiFlex +- The ACS ACOS5 / ACOS6 series of cryptographic ISO 7816 cards + +If a card is chosen that has PKSC support, such as the ACOS cards, this utility can run +simultaneously with the certificate reading program(s) to provide single sign on +in addition to the PKCS certificate functionality + + +%prep +unset QTDIR; . /etc/profile.d/qt.sh +%setup -q -n applications/%{kdecomp} +%patch0 -p1 + +# Ugly hack to modify TQT include directory inside autoconf files. +# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 ! +%__sed -i "src/Makefile" \ + -e "s,/usr/include/tqt,%{_includedir}/tqt,g" \ + -e "s,/usr/include/qt3,${QTINC},g" + +%__sed -i "Makefile" \ + -e "s|/usr/lib/perl5/Chipcard|/usr/lib64/perl5/vendor_perl/Chipcard|g" + +%build +export PATH="%{_bindir}:${PATH}" +export LDFLAGS="-L%{_libdir} -I%{_includedir}" + +./build_ckpasswd + + +%install +export PATH="%{_bindir}:${PATH}" +%__rm -rf %{buildroot} + +%__install -D -m 755 scriptor_standalone.pl %{buildroot}%{_bindir}/scriptor.pl +%__install -D -m 755 src/ckpasswd %{buildroot}%{_bindir}/smartauthckpasswd +#%__install -D -m 755 src/ckpasswd %{buildroot}%{_bindir}/smartauthmon +%__ln_s smartauthckpasswd %{buildroot}%{_bindir}/smartauthmon +%__cp -Rp usr/* %{buildroot}%{_prefix} + +%__mkdir_p %{buildroot}%{_sysconfdir} +%__cp -Rp etc/* %{buildroot}%{_sysconfdir} + + +%clean +%__rm -rf %{buildroot} + + +%post +touch --no-create %{_datadir}/icons/hicolor || : +gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + +%postun +touch --no-create %{_datadir}/icons/hicolor || : +gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + + +%files +%defattr(-,root,root,-) +%doc gpl.txt +%{_sysconfdir}/init/smartauthlogin.conf +%{_sysconfdir}/smartauth/smartauth.sh.in +%{_sysconfdir}/smartauth/smartauthmon.sh.in +%{_bindir}/cryptosmartcard.sh +%{_bindir}/scriptor.pl +%{_bindir}/setupcard.sh +%{_bindir}/setupslavecard.sh +%{_bindir}/smartauth.sh +%{_bindir}/smartauthckpasswd +%{_bindir}/smartauthmon +%{_datadir}/applications/smartcardauth.desktop +%{_datadir}/applications/smartcardrestrict.desktop +%{_datadir}/icons/hicolor/16x16/apps/smartcardauth.png +%{_datadir}/icons/hicolor/32x32/apps/smartcardauth.png +%{_datadir}/initramfs-tools/hooks/cryptlukssc + + +%Changelog +* Sat Dec 03 2011 Francois Andriot - 1.0-1 +- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16 + -- cgit v1.2.1