[rubygem-asciidoctor/f18] add info about srpm in koji

Dan Allen mojavelinux at fedoraproject.org
Mon Sep 23 22:20:02 UTC 2013


commit 54b6e705240d7ab847eb909b999448c8f002e75c
Author: Dan Allen <dan.j.allen at gmail.com>
Date:   Mon Sep 23 16:16:37 2013 -0600

    add info about srpm in koji

 README.adoc |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/README.adoc b/README.adoc
index 5aea97f..aa40f66 100644
--- a/README.adoc
+++ b/README.adoc
@@ -68,6 +68,13 @@ With everything in place, building the RPM is easy!
 
 If all goes well, both the binary and source RPMs will emerge in the +$HOME/rpmbuild/RPMS/noarch+ and +$HOME/rpmbuild/SRPMS+ directories, respectively.
 
+Alternatively, you can build directly from the SRPM.
+
+ wget -P srpms http://kojipkgs.fedoraproject.org/packages/rubygem-asciidoctor/0.1.4/1.fc19/src/rubygem-asciidoctor-0.1.4-1.fc19.src.rpm
+ rpmbuild --rebuild srpms/rubygem-asciidoctor-0.1.4-1.fc19.src.rpm
+
+The SPRMs are stored with the builds in the http://koji.fedoraproject.org/koji/packageinfo?packageID=15660[koji build system].
+
 === Installing the RPM
 
 There's nothing special about installing this RPM.


More information about the scm-commits mailing list