automatic version update by autodist [release 10.1-1mamba;Sat Jan 13 2018]
This commit is contained in:
parent
7cbe850fd0
commit
7791b20b58
@ -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.6.5
|
Version: 10.1
|
||||||
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
|
||||||
@ -194,13 +194,15 @@ 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 pg_rewind
|
%find_lang %{name} --with-qt --with-man --all-name || touch %{name}.lang
|
||||||
|
|
||||||
> %{name}-all.lang
|
#%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
|
||||||
for lang_file in %{lang_files}
|
#
|
||||||
do %find_lang ${lang_file}-%{majver}
|
#> %{name}-all.lang
|
||||||
cat ${lang_file}-%{majver}.lang >> %{name}-all.lang
|
#for lang_file in %{lang_files}
|
||||||
done
|
# do %find_lang ${lang_file}-%{majver}
|
||||||
|
# cat ${lang_file}-%{majver}.lang >> %{name}-all.lang
|
||||||
|
#done
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -236,7 +238,7 @@ if [ $1 -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
%files -f %{name}-all.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/clusterdb
|
%{_bindir}/clusterdb
|
||||||
%{_bindir}/create*
|
%{_bindir}/create*
|
||||||
@ -295,7 +297,7 @@ fi
|
|||||||
%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
|
||||||
%{_datadir}/postgresql/*
|
%{_datadir}/postgresql/*
|
||||||
|
|
||||||
@ -317,9 +319,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/libpgtypes.pc
|
%{_libdir}/pkgconfig/libpgtypes.pc
|
||||||
%{_libdir}/pkgconfig/libpq.pc
|
%{_libdir}/pkgconfig/libpq.pc
|
||||||
|
|
||||||
%files tcltk
|
#%files tcltk
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%{_bindir}/pltcl_*
|
#%{_bindir}/pltcl_*
|
||||||
#%{_bindir}/pgtclsh
|
#%{_bindir}/pgtclsh
|
||||||
#%{_bindir}/pgtksh
|
#%{_bindir}/pgtksh
|
||||||
|
|
||||||
@ -356,7 +358,7 @@ fi
|
|||||||
%{_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
|
||||||
#%{_datadir}/pgsql/contrib/
|
#%{_datadir}/pgsql/contrib/
|
||||||
%{_bindir}/oid2name
|
%{_bindir}/oid2name
|
||||||
@ -377,6 +379,9 @@ fi
|
|||||||
%{_libdir}/postgresql/tutorial/*
|
%{_libdir}/postgresql/tutorial/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 13 2018 Automatic Build System <autodist@mambasoft.it> 10.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Sep 07 2017 Automatic Build System <autodist@mambasoft.it> 9.6.5-1mamba
|
* Thu Sep 07 2017 Automatic Build System <autodist@mambasoft.it> 9.6.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user