Name: libodb-mssql Version: 2.2.0 Release: 1%{?dist} Summary: Microsoft SQL Server ODB runtime library from Code Synthesis Group: System Environment/Libraries License: GPLv2 URL: http://www.codesynthesis.com/products/odb/ Source0: http://www.codesynthesis.com/download/odb/2.2/%{name}-%{version}.tar.bz2 # Set BuildRoot for compatibility with EPEL <= 5 # See: http://fedoraproject.org/wiki/EPEL:Packaging#BuildRoot_tag BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Uses libodb from Code Synthesis BuildRequires: libodb >= 2.2.0 BuildRequires: libodb-devel >= 2.2.0 Requires: libodb >= 2.2.0 # Uses ODBC BuildRequires: unixODBC BuildRequires: unixODBC-devel Requires: unixODBC # Other BuildRequires from auto-buildrequires (except those that are supposed to be excluded) # See: http://fedoraproject.org/wiki/Packaging:Guidelines#BuildRequires BuildRequires: binutils BuildRequires: glibc-common BuildRequires: net-tools BuildRequires: pkgconfig %description ODB is an object-relational mapping (ORM) system for C++. It provides tools, APIs, and library support that allow you to persist C++ objects to a relational database (RDBMS) without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. This package contains the Microsoft SQL Server ODB runtime library. Every application that includes code generated for the SQL Server database will need to link to this library. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc LICENSE %{_libdir}/libodb-mssql-2.2.so %{_datadir}/doc/libodb-mssql/ %{_datadir}/doc/libodb-mssql/* %files devel # odb folder is created/owned by libodb package %{_includedir}/odb/* %{_libdir}/libodb-mssql.so %{_libdir}/pkgconfig/libodb-mssql.pc %changelog * Mon Jun 10 2013 Dave Johansen 2.2.0-1 - Initial build