Update to 0827611.

- Package the docs directory
epel8
Petr Šabata 9 years ago
parent 809be6dd43
commit 9b1bd395f0

1
.gitignore vendored

@ -1 +1,2 @@
/mujs-c1ad1ba.tar.gz
/mujs-0827611.tar.gz

@ -1,10 +1,10 @@
%global codate 20150202
%global cohash c1ad1ba
%global codate 20150929
%global cohash 0827611
%global checkout %{codate}git%{cohash}
Name: mujs
Version: 0
Release: 4.%{checkout}%{?dist}
Release: 1.%{checkout}%{?dist}
Summary: An embeddable Javascript interpreter
License: AGPLv3+
URL: http://mujs.com/
@ -40,7 +40,7 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
%files
%license COPYING
%doc AUTHORS README
%doc AUTHORS README docs
%{_bindir}/%{name}
%files devel
@ -50,6 +50,10 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
%{_libdir}/lib%{name}.a
%changelog
* Mon Nov 16 2015 Petr Šabata <contyk@redhat.com> - 0-1.20150929git0827611
- Update to 0827611.
- Package the docs directory
* Thu Sep 17 2015 Petr Šabata <contyk@redhat.com> - 0-4.20150202gitc1ad1ba
- Enable full RELRO

@ -1 +1 @@
2af4327aeca34c3a8c4937a10f87351a mujs-c1ad1ba.tar.gz
da431fe0829c61a7bb54d0a5f27dbc65 mujs-0827611.tar.gz

Loading…
Cancel
Save