rebuilt with gcc 5.3 [release 4.0.1-2mamba;Sat Jan 16 2016]
This commit is contained in:
parent
028a6e6535
commit
9459d99eb6
14
libpqxx.spec
14
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 <davide.madrisan@gmail.com>
|
||||
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 <silvan.calarco@mambasoft.it> 4.0.1-2mamba
|
||||
- rebuilt with gcc 5.3
|
||||
|
||||
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user