automatic version update by autodist [release 9.5.0-1mamba;Sat Jan 16 2016]
This commit is contained in:
parent
88c926394b
commit
c279a00cbb
@ -3,7 +3,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
Version: 9.3.5
|
Version: 9.5.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An object-relational database management system (ORDBMS)
|
Summary: An object-relational database management system (ORDBMS)
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -11,7 +11,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.postgresql.org
|
URL: http://www.postgresql.org
|
||||||
Source0: ftp://ftp2.it.postgresql.org/pub/mirrors/postgres/source/v%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
||||||
Source1: postgresql-initscript
|
Source1: postgresql-initscript
|
||||||
#Source2: http://www.postgresql.org/files/documentation/pdf/%{majver}/postgresql-%{majver}-US.pdf
|
#Source2: http://www.postgresql.org/files/documentation/pdf/%{majver}/postgresql-%{majver}-US.pdf
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -194,7 +194,7 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/postgresql
|
|||||||
#mv %{buildroot}%{_includedir}/postgresql/informix/esql/sqltypes.h \
|
#mv %{buildroot}%{_includedir}/postgresql/informix/esql/sqltypes.h \
|
||||||
# %{buildroot}%{_includedir}/postgresql/informix/esql/sqltypes-postgres.h
|
# %{buildroot}%{_includedir}/postgresql/informix/esql/sqltypes-postgres.h
|
||||||
|
|
||||||
%define lang_files pg_basebackup pg_ctl psql plperl postgres plpgsql plpython pltcl pgscripts ecpg initdb pg_dump pg_config pg_controldata pg_resetxlog libpq5 ecpglib6
|
%define lang_files pg_basebackup pg_ctl psql plperl postgres plpgsql plpython pltcl pgscripts ecpg initdb pg_dump pg_config pg_controldata pg_resetxlog libpq5 ecpglib6 pg_rewind
|
||||||
|
|
||||||
> %{name}-all.lang
|
> %{name}-all.lang
|
||||||
for lang_file in %{lang_files}
|
for lang_file in %{lang_files}
|
||||||
@ -293,7 +293,7 @@ fi
|
|||||||
%exclude %{_libdir}/postgresql/seg.so
|
%exclude %{_libdir}/postgresql/seg.so
|
||||||
%exclude %{_libdir}/postgresql/sslinfo.so
|
%exclude %{_libdir}/postgresql/sslinfo.so
|
||||||
%exclude %{_libdir}/postgresql/tablefunc.so
|
%exclude %{_libdir}/postgresql/tablefunc.so
|
||||||
%exclude %{_libdir}/postgresql/test_parser.so
|
#%exclude %{_libdir}/postgresql/test_parser.so
|
||||||
%exclude %{_libdir}/postgresql/timetravel.so
|
%exclude %{_libdir}/postgresql/timetravel.so
|
||||||
%exclude %{_libdir}/postgresql/tsearch2.so
|
%exclude %{_libdir}/postgresql/tsearch2.so
|
||||||
#%exclude %{_libdir}/postgresql/pgxml.so
|
#%exclude %{_libdir}/postgresql/pgxml.so
|
||||||
@ -354,7 +354,7 @@ fi
|
|||||||
%{_libdir}/postgresql/seg.so
|
%{_libdir}/postgresql/seg.so
|
||||||
%{_libdir}/postgresql/sslinfo.so
|
%{_libdir}/postgresql/sslinfo.so
|
||||||
%{_libdir}/postgresql/tablefunc.so
|
%{_libdir}/postgresql/tablefunc.so
|
||||||
%{_libdir}/postgresql/test_parser.so
|
#%{_libdir}/postgresql/test_parser.so
|
||||||
%{_libdir}/postgresql/timetravel.so
|
%{_libdir}/postgresql/timetravel.so
|
||||||
%{_libdir}/postgresql/tsearch2.so
|
%{_libdir}/postgresql/tsearch2.so
|
||||||
#%{_libdir}/postgresql/pgxml.so
|
#%{_libdir}/postgresql/pgxml.so
|
||||||
@ -377,6 +377,27 @@ fi
|
|||||||
%{_libdir}/postgresql/tutorial/*
|
%{_libdir}/postgresql/tutorial/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 16 2016 Automatic Build System <autodist@mambasoft.it> 9.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 09 2015 Automatic Build System <autodist@mambasoft.it> 9.4.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 12 2015 Automatic Build System <autodist@mambasoft.it> 9.4.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 05 2015 Automatic Build System <autodist@mambasoft.it> 9.4.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 22 2015 Automatic Build System <autodist@mambasoft.it> 9.4.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 9.4.1-1mamba
|
||||||
|
- update to 9.4.1
|
||||||
|
|
||||||
|
* Fri Dec 19 2014 Automatic Build System <autodist@mambasoft.it> 9.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jul 24 2014 Automatic Build System <autodist@mambasoft.it> 9.3.5-1mamba
|
* Thu Jul 24 2014 Automatic Build System <autodist@mambasoft.it> 9.3.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user