Modifying/Rebuilding non-source PRM?


 
Thread Tools Search this Thread
Operating Systems Linux Modifying/Rebuilding non-source PRM?
# 1  
Old 06-15-2007
Modifying/Rebuilding non-source PRM?

I can't find a source rpm for a particular tool that I'm trying to modify. I can only get a hold of the noarch and tar.bz2. Can I modify either one of these and re-package them as a noarch.rpm?
# 2  
Old 06-18-2007
I believe yes, take a look at http://www.rpm.org/RPM-HOWTO/ and search the web for "rpmrebuild" and -repackage flag.
# 3  
Old 07-08-2007
with the bz2 you can do:
Code:
rpmbuild -tb packagename.tar.bz2

If that doesn't work, you'll need to unpack it (tar -jxvf packagename.tar.bz2) and edit or create the .spec file inside (packagename.spec), then repackage it (tar -cjvf packagename.tar.bz2 packagename/) and then try rpmbuild again.

Sorry if this isn't very clear, but this can get quite complex in a hurry.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Rebuilding bash source

so i have many scripts that have to run when the bash source is installed as normal. however, some users have found a way to build bash from source and while doing so, they altered some default settings. my question is, what can i put in my script to check that the "flags.c" binary and... (6 Replies)
Discussion started by: SkySmart
6 Replies

2. UNIX for Dummies Questions & Answers

Rebuilding computer tomorrow at work

I'm rebuilding my primary computer at work tomorrow. Currently, it has Windows 7. I would like to replace the main system with either Linux or Unix, although I would like to be able to run a fully operational Windows as a VM within that. Any recommendations on which Linux or Unix to go with? I'm... (6 Replies)
Discussion started by: Sean_
6 Replies

3. AIX

Rebuilding a HMC

Hi Guru's, I'm trying to rebuild a very old HMC 7315-C02 the hard disk has gone so needs replacing. I've managed to find an old IDE hard disk lying around but its obvious that it's had windows running on it as the HMC install disks won't recognise the format. I'm trying to install HMC V6 R1.2... (3 Replies)
Discussion started by: elcounto
3 Replies

4. Linux

Modifying Rsync script to check source

Hi I am running rsyncs between a raid attached server and a nas device, which works fine. I am using the --delete to ensure that its kept in sync. And running a log at the end of the sync for me to check. this i am running from a cron Problem is if the part of the raid fails on the server the... (1 Reply)
Discussion started by: treds
1 Replies

5. Shell Programming and Scripting

reading .prm file

hi All, i have a file text_data.prm which contains the below data ----- $$EVENT_START_DATE=2009-07-10 09:08:18 $$DEFAULT_VALUE='' $$DEFAULT=0 $$CONNECTOR_ID=JDBC06 $$OBJECT_NAME=HSCSP_ACCOUNTING_CLASS $$OBJECT_VERB=Create $$EVENT_STATUS=0 $$EVENT_COMMENT=This event is... (4 Replies)
Discussion started by: G.K.K
4 Replies

6. Red Hat

Rebuilding C++ Libraries to save Linux install (purely academic question)

The crisis is over. I am just doing postmortem on how we handled it. So this is just an exercise in academics. We have a mission critical system running on RED Hat Linux. It is a turnkey system "managed 100% by the vendor". I put this is quotes because we had an event last night that... (0 Replies)
Discussion started by: Skyybugg
0 Replies

7. UNIX for Dummies Questions & Answers

rebuilding sun solaris kernel

How would I rebuild the sun solaris kernel to include my new Oracle paramters? (3 Replies)
Discussion started by: jigarlakhani
3 Replies

8. UNIX for Advanced & Expert Users

Rebuilding Kernel

Dear all, After succesful installation of UNIX SCO WARE 7.0, while booting the system it is displaying as follows: The kernel will be rebuilt to incorporate recent configaration changes Press Enter when ready OR Press Escape to Stop. While pressing Enter, message is coming again and again... (2 Replies)
Discussion started by: konda
2 Replies
Login or Register to Ask a Question