|
|
|
@ -44,7 +44,6 @@ export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc AUTHORS NEWS ChangeLog README
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_bindir}/modhex
|
|
|
|
@ -57,7 +56,6 @@ export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs
|
|
|
|
|
%{_mandir}/man1/modhex.1.gz
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_includedir}/yubikey.h
|
|
|
|
|
%{_libdir}/libyubikey.so
|
|
|
|
|
%exclude %{_libdir}/libyubikey.la
|
|
|
|
|