diff --git a/libpqxx.spec b/libpqxx.spec index f49194b..5d99a1c 100644 --- a/libpqxx.spec +++ b/libpqxx.spec @@ -1,6 +1,6 @@ Name: libpqxx Version: 4.0.1 -Release: 1mamba +Release: 2mamba Summary: C++ client API for PostgreSQL Group: System/Libraries Vendor: openmamba @@ -9,6 +9,12 @@ Packager: Davide Madrisan URL: http://pqxx.org/development/libpqxx/ Source: http://pqxx.org/download/software/libpqxx/libpqxx-%{version}.tar.gz License: BSD +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libpostgresql-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -44,7 +50,7 @@ This package contains static libraries and header files need for development. %files %defattr(-,root,root) %{_libdir}/libpqxx-*.so -%doc AUTHORS COPYING ChangeLog NEWS README README-UPGRADE +%doc AUTHORS COPYING %files devel %defattr(-,root,root) @@ -53,8 +59,12 @@ This package contains static libraries and header files need for development. %{_libdir}/libpqxx.la %{_libdir}/libpqxx.so %{_libdir}/pkgconfig/libpqxx.pc +%doc ChangeLog NEWS README README-UPGRADE %changelog +* Sat Jan 16 2016 Silvan Calarco 4.0.1-2mamba +- rebuilt with gcc 5.3 + * Sun Jan 20 2013 Automatic Build System 4.0.1-1mamba - automatic version update by autodist