|
|
|
@ -26,7 +26,7 @@ libyubikey.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%configure --disable-static --disable-silent-rules
|
|
|
|
|
# --disable-rpath doesn't work for the configure script
|
|
|
|
|
%{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
|
%{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
@ -49,12 +49,13 @@ export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc AUTHORS COPYING NEWS ChangeLog README
|
|
|
|
|
%doc AUTHORS NEWS ChangeLog README
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_bindir}/modhex
|
|
|
|
|
%{_bindir}/ykparse
|
|
|
|
|
%{_bindir}/ykgenerate
|
|
|
|
|
%{_libdir}/libyubikey.so.0
|
|
|
|
|
%{_libdir}/libyubikey.so.0.1.5
|
|
|
|
|
%{_libdir}/libyubikey.so.0.1.6
|
|
|
|
|
%{_mandir}/man1/ykgenerate.1.gz
|
|
|
|
|
%{_mandir}/man1/ykparse.1.gz
|
|
|
|
|
%{_mandir}/man1/modhex.1.gz
|
|
|
|
@ -66,6 +67,11 @@ export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs
|
|
|
|
|
%exclude %{_libdir}/libyubikey.la
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 19 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.12-4
|
|
|
|
|
- Reflect SONAME bump (Fix FTFBS).
|
|
|
|
|
- Add %%license.
|
|
|
|
|
- Append --disable-silent-rules to %%configure.
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|