aboutsummaryrefslogtreecommitdiffstats
path: root/guix
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-05-17 17:44:01 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-05-17 17:44:01 +0800
commit1c86e98880aba19c8346dc645cc13a0386e811e2 (patch)
tree85e6b908636417b38a6245cb531a2224c6785dc4 /guix
parent6e7612c9a11b9b58bc3bf622411609be25fd26e1 (diff)
downloadcopr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.gz
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.bz2
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.lz
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.xz
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.zst
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.zip
Use %license macro instead of %doc macro to install license files
Diffstat (limited to 'guix')
-rw-r--r--guix/emacs-geiser/emacs-geiser.spec8
-rw-r--r--guix/guix/guix.spec8
2 files changed, 12 insertions, 4 deletions
diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec
index 0660b68..4dc13e2 100644
--- a/guix/emacs-geiser/emacs-geiser.spec
+++ b/guix/emacs-geiser/emacs-geiser.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Geiser is an Emacs environment to hack and have fun in Scheme.
License: BSD
@@ -55,7 +55,8 @@ fi
%files
-%doc AUTHORS ChangeLog COPYING NEWS README THANKS
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/geiser-racket
%{_infodir}/geiser.info.gz
%{_datadir}/geiser/chicken/geiser/emacs.scm
@@ -90,6 +91,9 @@ fi
%changelog
+* Sun May 17 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.7-2
+- Use license marco to install the license file
+
* Fri Mar 20 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.7-1
- Rebuilt for Fedora 22 and 23
- Update to 0.7
diff --git a/guix/guix/guix.spec b/guix/guix/guix.spec
index 3605b24..a2bb7a8 100644
--- a/guix/guix/guix.spec
+++ b/guix/guix/guix.spec
@@ -1,6 +1,6 @@
Name: guix
Version: 0.8.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: a purely functional package manager for the GNU system
Group: System Environment/Base
@@ -98,7 +98,8 @@ if [ "$1" = 0 ]; then
fi
%files -f guix.lang -f guix-packages.lang
-%doc AUTHORS ChangeLog COPYING NEWS README ROADMAP THANKS TODO
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README ROADMAP THANKS TODO
%{_bindir}/guix
%{_bindir}/guix-daemon
%{_sbindir}/guix-register
@@ -181,6 +182,9 @@ fi
%{_emacs_sitelispdir}/guix*.el
%changelog
+* Sun May 17 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.8.2-2
+- Use license marco to install the license file
+
* Fri May 15 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.8.2-1
- Update to 0.8.2
- Add a %check section to run the test