Tagged Questions

0
votes
0answers
5 views

How to write .spec file to check JRE version in Fedora 10

Hi, I am using fedora 10 linux. I have created an RPM for my software it works fine. But I want the follwing feature "If I install RPM it will check whether JRE 1.5 or greate …
0
votes
4answers
20 views

Determining the path that a yum package installed to

I've installed ffmpeg using yum under Redhat, and I'm having difficulty figuring out where (what path) it installed the package to. Is there an easy way of determining this without …
0
votes
0answers
9 views

How to create Customized group in RPM, Fedora

Hi I am using Fedora 10 linux. I have created an rpm for my application. I can run my going to manubar and then application under Applications----> Others--> MyApplication. But …
1
vote
2answers
27 views

How to make my application auto-start after system bootup, rpm, Fedora 10

Hi I am using Fedora 10 linux. I have created RPM file for my software. It works fine. But it doesnot start automatically when I boot up my computer. Is there anyth …
3
votes
3answers
147 views

Installing java on linux using ssh

Hi I want to install java on many computers using ssh so I want to write a bash script that will do (roughly): for c in computers do scp jre--.rpm $c ssh $c 'sudu -s; c …
0
votes
1answer
18 views

How to delete some extra folder using rpm

I am using Fedora 10, I have created an rpm file for my software. It removes all the files from the installed directory. If i use yum remove command or rpm -e command. but after in …
0
votes
1answer
28 views

Test installation of RPM packages

We are using rpm to deploy our web applications internally. The rpm installs the files, configures apache, cron, logging and so on. I would like to build a test version of the rpm …
0
votes
2answers
260 views

Why is topdir set to its default value when rpmbuild called from tcl ?

Hi, I have a tcl script which 'exec' rpmbuild. When doing so, the 'topdir' used by rpmbuild is wrong. I have a .rpmmacros file in my home directory and if I call manually rpmbuild …
0
votes
1answer
33 views

how to unpacks and rebuild rpm package on fedora?

Hi how to unpacks and rebuild rpm package on fedora? Could any one help me on this!
0
votes
1answer
23 views

How to copy a file to the home directory of the user in .spec file

Hi I am using Fedora 10 linux. I have created a .spec file now I want to write something which will make me able to to copy a file and store in Desktop of the user. So how to do …
3
votes
2answers
78 views

Creating Menu Entries for User Applications, Linux

Hi I have created an rpm file. My application is completely java application. When I install my rpm I have to double click on Install.sh (its a shell script file which start java …
0
votes
1answer
14 views

Does the RPM Epoch header have any limitations?

RPM supports an Epoch header to provide version ordering in cases where its version comparison isn't sufficient, for example with 2.0a3 > 2.0. A package without Epoch specified is …
0
votes
1answer
46 views

Fix permissions for rpm/setuptools packaging

I have a project that requires post-install hooks for deployment. My method is to use setuptools to generate the skeleton rpm spec file and tar the source files. The problem is t …
0
votes
1answer
34 views

RPM build error

I needed some help debugging my rpm build. Any time it encounters a %files or %build or %install directive it gives me an error and I am not able to figure out what "[rpm] + $'\r'" …
0
votes
2answers
134 views

How to deploy home-grown applications with rpm?

here is my scenario our team develops on AIX dozens of applications, mostly Perl, shell scripts, batch java, C i would like to simplify deployment/rollback procedures - currently …

1 2 3 next
15 30 50 per page