RPM packaging: update smartcardauth, trinity-filesystem

pull/3/head
François Andriot 9 years ago
parent c04a613301
commit 14aa9dd494

@ -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

@ -211,7 +211,7 @@ This package installs the Trinity directory structure.
for t in crystalsvg hicolor locolor ; do
%__install -d -m 755 "%{?buildroot}%{tde_datadir}/icons/${t}"
%__install -d -m 755 "%{?buildroot}%{tde_datadir}/icons/${t}/scalable"
for i in {16,22,32,48,64,128} ; do
for i in {16,22,32,48,64,128,256} ; do
%__install -d -m 755 "%{?buildroot}%{tde_datadir}/icons/${t}/${i}x${i}"
done

Loading…
Cancel
Save