dir2rpm
Convert a directory to a rpm package. So you can easily uninstall software you compile from source. more…
Convert a directory to a rpm package. So you can easily uninstall software you compile from source. more…
Example:
make DESTDIR=`pwd`/root install
dir2rpm root mypackage-1.0
This will create a rpm file named mypackage-1.0-1.i686.rpm that will install the files in the directory root.
main repository for dir2rpm
Cloning this repository:
git clone git://gitorious.org/dir2rpm/dir2rpm.git dir2rpm cd dir2rpm
Add this repository as a remote to an existing local repository:
git remote add dir2rpm git://gitorious.org/dir2rpm/dir2rpm.git git fetch dir2rpm git checkout -b my-local-tracking-branch dir2rpm/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
