[web-assets/el5: 2/15] rename the license now that we have proper git

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


commit 54b5384e316ef33ca6b90d8ede28ce23faa320bc
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Jul 19 04:29:31 2013 -0700

    rename the license now that we have proper git

 web-assets-LICENSE => LICENSE |    0
 web-assets.spec               |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/web-assets-LICENSE b/LICENSE
similarity index 100%
rename from web-assets-LICENSE
rename to LICENSE
diff --git a/web-assets.spec b/web-assets.spec
index 0809317..e44a164 100644
--- a/web-assets.spec
+++ b/web-assets.spec
@@ -7,7 +7,7 @@ BuildArch:      noarch
 License:        MIT
 URL:            https://fedoraproject.org/wiki/User:Patches/PackagingDrafts/Web_Assets
 
-Source1:        web-assets-LICENSE
+Source1:        LICENSE
 Source2:        macros.web-assets
 Source3:        web-assets.conf
 
@@ -43,7 +43,7 @@ Requires(postun): systemd
 
 %prep
 %setup -c -T
-cp %{SOURCE2} LICENSE
+cp %{SOURCE1} LICENSE
 
 %build
 #nothing to do


More information about the scm-commits mailing list