diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-06-16 11:16:45 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-06-16 11:16:45 +0800 |
commit | f8a7e6320b9daedcf5c7d2792d3824791e2957ec (patch) | |
tree | 5966219d25ed078f20db1675e456e6e4024b7114 /guix | |
parent | 487cfaa4c27db17889338b6ea9c75dba7a3b9972 (diff) | |
download | copr-rpm-spec-f8a7e6320b9daedcf5c7d2792d3824791e2957ec.tar copr-rpm-spec-f8a7e6320b9daedcf5c7d2792d3824791e2957ec.tar.gz copr-rpm-spec-f8a7e6320b9daedcf5c7d2792d3824791e2957ec.tar.bz2 copr-rpm-spec-f8a7e6320b9daedcf5c7d2792d3824791e2957ec.tar.lz copr-rpm-spec-f8a7e6320b9daedcf5c7d2792d3824791e2957ec.tar.xz copr-rpm-spec-f8a7e6320b9daedcf5c7d2792d3824791e2957ec.tar.zst copr-rpm-spec-f8a7e6320b9daedcf5c7d2792d3824791e2957ec.zip |
guix: Add an empty build section to emacs-bui
Diffstat (limited to 'guix')
-rw-r--r-- | guix/emacs-bui/emacs-bui.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/guix/emacs-bui/emacs-bui.spec b/guix/emacs-bui/emacs-bui.spec index 1879d81..e5c237d 100644 --- a/guix/emacs-bui/emacs-bui.spec +++ b/guix/emacs-bui/emacs-bui.spec @@ -3,7 +3,7 @@ Name: emacs-%{pkg} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Buffer interface library for Emacs Group: Applications/Editors @@ -28,6 +28,9 @@ buffers, functions, etc.). %setup -q -n bui.el-%{version} +%build + + %install mkdir -p %{buildroot}%{_emacs_sitelispdir} install -m 755 -d %{buildroot}%{_emacs_sitelispdir}/bui @@ -46,5 +49,8 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/bui/ %changelog +* Fri Jun 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.1.0-2 +- Add an empty build section to avoid rpmlint warning + * Sat May 27 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.1.0-1 - Initial packaging |