From 3fcfe003a811120ac80d894c5ea494649e0fa4fd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jun 27 2013 07:23:02 +0000 Subject: Enable additional features --- diff --git a/pwmd.spec b/pwmd.spec index 6790a22..4cb917c 100644 --- a/pwmd.spec +++ b/pwmd.spec @@ -15,7 +15,8 @@ BuildRequires: libxml2-devel BuildRequires: libgcrypt-devel BuildRequires: zlib-devel BuildRequires: cracklib-devel -BuildRequires: gettext +BuildRequires: libacl-devel +#BuildRequires: gettext Requires: pinentry >= 0.7.5 @@ -43,19 +44,27 @@ send commands to manipulate the data. Some of the features include: %setup -q %build -%configure +%configure \ + --disable-static \ + --enable-gnutls \ + --enable-agent \ + --enable-quality \ + --enable-acl make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} INSTALL="install -p" -%find_lang %{name} +rm -f %{buildroot}%{_infodir}/dir +#%find_lang %{name} %check make check -%files -f %{name}.lang -%doc ChangeLog COPYING NEWS README TODO doc/config.example +%files +#-f %{name}.lang +%doc ChangeLog COPYING NEWS README doc/config.example %{_mandir}/man*/%{name}*.* +%{_infodir}/%{name}.info.gz %{_bindir}/%{name} %changelog