Update nbdkit:
[fedora-specs.git] / README
1
2 This git repository contains random Fedora spec files that I don't
3 have the time or inclination to package up for Fedora.
4
5 The usual way to build RPMs from these:
6
7 (a) READ THE SPEC FILE!  You have to locate or prepare the source
8     tarballs and place them in the current directory.
9
10 (b) Run:
11
12     rpmbuild -ba --define "_sourcedir $(pwd)" the-spec-file.spec
13
14 Please don't contact me about these!  They are not supported in any
15 way, and if they break you get to keep all the pieces.
16
17 All spec files in this directory are placed into the public domain, or
18 if that is not possible, you can use, copy, distribute and relicense
19 them for any purpose with no restrictions.  (Note this only applies to
20 these spec files, not to the packaged software itself.)
21
22 - Richard W.M. Jones