[web-assets/el5: 13/15] add brief README to devel

T.C. Hollingsworth patches at fedoraproject.org
Tue Aug 27 12:25:12 UTC 2013


commit 62e5d15bcd32763499618e28e6375b4dc4d156da
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Aug 24 11:34:51 2013 -0700

    add brief README to devel

 README.devel    |    8 ++++++++
 web-assets.spec |    5 ++++-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/README.devel b/README.devel
new file mode 100644
index 0000000..b281843
--- /dev/null
+++ b/README.devel
@@ -0,0 +1,8 @@
+web-assets-devel contains the RPM macros that implement the Fedora Web Assets
+and JavaScript packaging policies.
+
+For more information on packaging Web Assets, see:
+https://fedoraproject.org/wiki/Packaging:Web_Assets
+
+For more information on packaging JavaScript, see:
+https://fedoraproject.org/wiki/Packaging:JavaScript
diff --git a/web-assets.spec b/web-assets.spec
index 9be4952..a64925d 100644
--- a/web-assets.spec
+++ b/web-assets.spec
@@ -14,6 +14,7 @@ URL:            https://fedoraproject.org/wiki/User:Patches/PackagingDrafts/Web_
 Source1:        LICENSE
 Source2:        macros.web-assets
 Source3:        web-assets.conf
+Source4:        README.devel
 
 %description
 %{summary}.
@@ -50,6 +51,7 @@ Requires(postun): systemd
 %prep
 %setup -c -T
 cp %{SOURCE1} LICENSE
+cp %{SOURCE4} README.devel
 
 %build
 #nothing to do
@@ -80,7 +82,7 @@ systemctl reload-or-try-restart httpd.service || :
 
 %files devel
 %{_rpmconfigdir}/macros.d/macros.web-assets
-%doc LICENSE
+%doc LICENSE README.devel
 
 %if 0%{?enable_httpd}
 %files httpd
@@ -91,6 +93,7 @@ systemctl reload-or-try-restart httpd.service || :
 %changelog
 * Sat Aug 24 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 4-2
 - tighten dependency on filesystem from other packages
+- add brief README to -devel
 
 * Fri Aug 16 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 4-1
 - temporarily disable httpd stuff while we're waiting on sorting out the


More information about the scm-commits mailing list