
Originally Posted by
martinprowe
Finally, I shall take heed of your advice to "grab a copy" in the future. Although, I'm a long way off being able to use the source yet!
Rebuilding from the "src" rpm is IMHO often easier than having to custom compile from the (./configure, make, make install) and has the added advantage of building an rpm that may have superior dependency checking than if one built an rpm via checkinstall. A lot depends of course on the quality of the rpm built by the "user" who posted the rpm in their private repository.
If you manage to get one of the " src " files for the application that you seek, then post the file name of the rpm here, and one of us may be able to explain to you how to rebuild the rpm for your PC using the rpm rebuild.
Often, if one has applied the "base development" pattern from YaST, and installed any other needed devel packages, its a simple matter of running with root permissions
Code:
rpmbuild --rebuild /path/to/the-rpm/application-package-name.src.rpm
The key here, is to GRAB the src files BEFORE that user deletes them. I am now in the habit of always grabbing such .src files.
That won't help anyone else if the repos has been removed, but it will help you.
Bookmarks