Re: [GENERAL] official rpm build spec file

2015-08-09 Thread Martín Marqués
El 08/08/15 a las 21:31, AI Rumman escribió: > Hi, > > How to get postgresql official rpm spec file? > Please let me know. I want to build my own Postgresql rpm. You should check the yum pgdg repo. http://yum.postgresql.org/ And here's the git repo, where you will find everything you need to re

Re: [GENERAL] official rpm build spec file

2015-08-08 Thread John McKown
Which distribution? Which release of PostgreSQL? Fedora 22, PostgreSQL release 9.4.1-1 has a source RPM you can download here: http://dl.fedoraproject.org/pub/fedora/linux/releases/22/Server/source/SRPMS/p/postgresql-9.4.1-1.fc22.src.rpm I'm running Fedora 22 x86_64. What I'd do is (transcript) is

[GENERAL] official rpm build spec file

2015-08-08 Thread AI Rumman
Hi, How to get postgresql official rpm spec file? Please let me know. I want to build my own Postgresql rpm. Thanks.