http://d.puremagic.com/issues/show_bug.cgi?id=9343
--- Comment #7 from Peter Williams <[email protected]> 2013-02-18 16:56:43 PST --- Created an attachment (id=1191) A patch to add "rpmpkg" sub directory to "installer" repositry at github. This is a patch to add a new directory (rpmpkg) to the D-Programming-Language/installer repository at github. It provides a mechanism for creating binary rpm packages from the binary package archives (*.pkg.tar.xz) at www.digitalmars.com on any system with rpmbuild and friends installed. To create i386 and x86_64 binary rpms for the 2.061 release just type: make inside the new directory. Provided there are no radical changes to the base install directories (e.g. /usr/bin, /usr/lib and so on) and /etc/dmd.conf and /etc/bash_completion.d/dmd remain the only configuration files this process should work for other versions/releases by passing the version/release to make e.g.: make VERSION=2.062 RELEASE=1 would build rpms for version 2.062 release 1 (provided, of course, that the requisite binary package archives are in place at www.digitalmars.com). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
