Add gr-osmosdr.spec and README file.
[fedora-specs.git] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..c1851a7
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+
+This git repository contains random Fedora spec files that I don't
+have the time or inclination to package up for Fedora.
+
+The usual way to build RPMs from these:
+
+(a) READ THE SPEC FILE!  You have to locate or prepare the source
+    tarballs and place them in the current directory.
+
+(b) Run:
+
+    rpmbuild -ba --define "_sourcedir $(pwd)" the-spec-file.spec
+
+Please don't contact me about these!  They are not supported in any
+way, and if they break you get to keep all the pieces.
+
+All spec files in this directory are placed into the public domain, or
+if that is not possible, you can use, copy, distribute and relicense
+them for any purpose with no restrictions.  (Note this only applies to
+these spec files, not to the packaged software itself.)
+
+- Richard W.M. Jones