Hi all,
I have installed the recommended installs from here: http://wiki.centos.org/HowTos/RebuildSRPM
I want to build a "ipfm" RPM on a CentOS 6.2, for legacy purpose. I cant immediately get rid of that piece of software, but we're on the move...
So:
$ wget http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ipfm-0.11.5-alt1.src... $ rpm -i --nomd5 ipfm-0.11.5-alt1.src.rpm error: ipfm-0.11.5-alt1.src.rpm: not an rpm package (or package manifest):
I probably missed something or am using some very outdated ressources: would some help me?
On 04/17/2012 09:14 PM, Mihamina Rakotomandimby wrote:
Hi all,
I have installed the recommended installs from here: http://wiki.centos.org/HowTos/RebuildSRPM
I want to build a "ipfm" RPM on a CentOS 6.2, for legacy purpose. I cant immediately get rid of that piece of software, but we're on the move...
So:
$ wget http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ipfm-0.11.5-alt1.src... $ rpm -i --nomd5 ipfm-0.11.5-alt1.src.rpm error: ipfm-0.11.5-alt1.src.rpm: not an rpm package (or package manifest):
I probably missed something or am using some very outdated ressources: would some help me?
source packages are stored in the vault.centos.org repo.
On 04/17/2012 09:14 PM, Mihamina Rakotomandimby wrote:
Hi all,
I have installed the recommended installs from here: http://wiki.centos.org/HowTos/RebuildSRPM
I want to build a "ipfm" RPM on a CentOS 6.2, for legacy purpose. I cant immediately get rid of that piece of software, but we're on the move...
So:
$ wget http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ipfm-0.11.5-alt1.src... $ rpm -i --nomd5 ipfm-0.11.5-alt1.src.rpm error: ipfm-0.11.5-alt1.src.rpm: not an rpm package (or package manifest):
I probably missed something or am using some very outdated ressources: would some help me?
That link is just the html page, not an SRPM .. when you wget it, you have downloaded the html code, not an SRPM.
Go here and pick an SRPM link:
http://rpm.pbone.net/index.php3/stat/26/dist/24/size/57543/name/ipfm-0.11.5-...
On 04/17/2012 04:17 AM, Rob Kampen wrote:
On 04/17/2012 09:14 PM, Mihamina Rakotomandimby wrote:
Hi all,
I have installed the recommended installs from here: http://wiki.centos.org/HowTos/RebuildSRPM
I want to build a "ipfm" RPM on a CentOS 6.2, for legacy purpose. I cant immediately get rid of that piece of software, but we're on the move...
So:
$ wget http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ipfm-0.11.5-alt1.src... $ rpm -i --nomd5 ipfm-0.11.5-alt1.src.rpm error: ipfm-0.11.5-alt1.src.rpm: not an rpm package (or package manifest):
I probably missed something or am using some very outdated ressources: would some help me?
I will point out that SRPM is for ALT linux, not CentOS .. who knows if it will compile on CentOS.
On 04/17/2012 12:17 PM, Rob Kampen wrote:
source packages are stored in the vault.centos.org repo.
Did not find, but I just discovered (by jus reading further with attention) that the source has a spec file:
http://robert.cheramy.net/ipfm/browser/trunk?order=name
Thank you very much!
2012/4/17 Mihamina Rakotomandimby mihamina@rktmb.org:
Hi all,
I have installed the recommended installs from here: http://wiki.centos.org/HowTos/RebuildSRPM
I want to build a "ipfm" RPM on a CentOS 6.2, for legacy purpose. I cant immediately get rid of that piece of software, but we're on the move...
So:
$ wget http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ipfm-0.11.5-alt1.src... $ rpm -i --nomd5 ipfm-0.11.5-alt1.src.rpm error: ipfm-0.11.5-alt1.src.rpm: not an rpm package (or package manifest):
I probably missed something or am using some very outdated ressources: would some help me?
Hi,
To rebuild you can use: $ rpmbuild --rebuild ipfm-0.11.5-alt1.src.rpm
First you need to follow those instructions: http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment
Cheers, Fabien