How to build rpm package from source file (*.src.rpm) ?
Tháng Bảy 10, 2008
How to build rpm package from source file (*.src.rpm) ?
# rpmbuild –rebuild *.src.rpm
Most probably, you’ll find the sources in /root/rpmbuild/SOURCES and the RPM file in /root/rpmbuild/RPMS . If not, try /usr/src/redhat/SOURCES and /usr/src/redhat/RPMS
Nguồn : http://rshagrawal.blogspot.com/2007/12/how-to-build-rpm-package-from-source.html