Re: Build bash 3.2 rpm package

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2010-09-23 at 19:46 -0300, Bruno Galindro da Costa wrote:
> Sam,
>   
>    When you mean 'nuke all other files' what do you want to mean?
> Delete all other files? 
> 
>    If I download the source package (e.g. bash-3.2-24.el5.src.rpm for
> Red Hat 5), install it, grab only the spec file and put it
> in /usr/src/redhat/SPECS/ directory, put all other files
> in /usr/src/redhat/SOURCES/ directory and try to do a rpmbuild
> -ba /usr/src/redhat/SPECS/bash.spec, could it work?

Better to put these in your home directory. Install the rpm-build and
rpmdevtools packages, then run these commands as a regular user:

	rpmdev-setuptree   # creates ~/rpmbuild tree
	rpm -i bash*src*rpm # installs SRPM into above tree

The bash.spec file will end up in ~/rpmbuild/SPECS and the sources in
~/rpmbuild/SOURCES. Then you can edit the spec as you see fit, and build
as a regular user with:

	rpmbuild -ba nameofpackage.spec

Alternately, if you have a srpm that you want to build without any
changes, "rpmbuild --rebuild whatever.src.rpm" will do it.

-Chris

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux