%define desktop_vendor dps Name: libmonetra Summary: A book collection manager Version: 5.1 Release: 0 License: GPL Group: Development/Libraries Source: http://www.mainstreetsoftworks.com/freedist/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root Url: http://www.mainstreetsoftworks.com BuildRequires: gcc, automake, krb5-devel Prefix: %{monetra_install} %description This is a final release of the new 5.0.0 C API designed for use with Monetraâ„¢ 5.0 (though should work fine with previous Monetra/MCVE releases). This release is source compatible with the libmcve 3.x/libmonetra 4.x release. Please visit our FTP site for older releases (ftp://ftp.monetra.com). Changes include cleanups, new functions for other APIs, deprecation of M_TransParam for M_TransKeyVal Available rpmbuild options: If your installation is bad and puts krb5.h in /usr/kerberos/include instead of /usr/include you can pass this option: --with badkrb5 %prep rm -rf %{buildroot} %setup -q %build %configure \ %{?_with_badkrb5:--with-krb5headers=/usr/kerberos/include} make %{_smp_mflags} %install %makeinstall %clean rm -rf %{buildroot} %post /sbin/ldconfig 2>/dev/null %postun /sbin/ldconfig 2>/dev/null %files %defattr (-,root,root) %doc AUTHORS COPYING ChangeLog LICENSE README NEWS %{_includedir}/libmonetra_compat.h %{_includedir}/libmonetra_config.h %{_includedir}/libmonetra_defines.h %{_includedir}/libmonetra_legacy.h %{_includedir}/monetra.h %{_includedir}/mcve.h %{_libdir}/libmonetra.a %{_libdir}/libmonetra.la %{_libdir}/libmonetra.so %{_libdir}/libmonetra.so.5 %{_libdir}/libmonetra.so.5.0.1 %changelog * Thu Aug 11 2003 Robert Rockers 5.1 - Rebuilt for version. 5.1 - Changes include updating libmonetra to 5.0.1 and sepcifying a monetra install - directory to assist with other APIs that expect it in a particular location. * Mon Aug 08 2003 Robert Rockers 5.0 - Initial RPM build. 5.0