Add RPM build infrastructure
authorRalf Ertzinger <ralf@skytale.net>
Thu, 27 Feb 2014 15:43:52 +0000 (16:43 +0100)
committerRalf Ertzinger <ralf@skytale.net>
Thu, 27 Feb 2014 15:45:50 +0000 (16:45 +0100)
commit1a0beff62cb92275b8e2045d681a10977a344780
treee4b26080801c2e3575fc27682577bda2ad69c5b7
parent7cd849a636c4c88249742d3dc0636329b2a6ffac
Add RPM build infrastructure

This adds an RPM spec file (in rpm/) and two new build targets
(rpm and srpm).

The RPM build targets are taken from the zfsonlinux source and
slightly modified. They don't work too well if you've messed with
your local RPM build environment by redefining directory paths
in ~/.rpmmacros.
.gitignore
Makefile
rpm/.gitignore [new file with mode: 0644]
rpm/Makefile [new file with mode: 0644]
rpm/time-slider.spec.in [new file with mode: 0644]