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
|
Name: libpqxx
|
||||||
Version: 4.0.1
|
Version: 4.0.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: C++ client API for PostgreSQL
|
Summary: C++ client API for PostgreSQL
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,6 +9,12 @@ Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|||||||
URL: http://pqxx.org/development/libpqxx/
|
URL: http://pqxx.org/development/libpqxx/
|
||||||
Source: http://pqxx.org/download/software/libpqxx/libpqxx-%{version}.tar.gz
|
Source: http://pqxx.org/download/software/libpqxx/libpqxx-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libpostgresql-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,7 +50,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpqxx-*.so
|
%{_libdir}/libpqxx-*.so
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README README-UPGRADE
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -53,8 +59,12 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/libpqxx.la
|
%{_libdir}/libpqxx.la
|
||||||
%{_libdir}/libpqxx.so
|
%{_libdir}/libpqxx.so
|
||||||
%{_libdir}/pkgconfig/libpqxx.pc
|
%{_libdir}/pkgconfig/libpqxx.pc
|
||||||
|
%doc ChangeLog NEWS README README-UPGRADE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user