|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: mujs
|
|
|
|
Name: mujs
|
|
|
|
Version: 0
|
|
|
|
Version: 0
|
|
|
|
Release: 3.%{checkout}%{?dist}
|
|
|
|
Release: 4.%{checkout}%{?dist}
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
License: AGPLv3+
|
|
|
|
License: AGPLv3+
|
|
|
|
URL: http://mujs.com/
|
|
|
|
URL: http://mujs.com/
|
|
|
@ -31,7 +31,7 @@ This package provides the MuJS static library.
|
|
|
|
%setup -q -n %{name}-%{cohash}
|
|
|
|
%setup -q -n %{name}-%{cohash}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
make debug %{?_smp_mflags} CFLAGS="%{optflags}"
|
|
|
|
make debug %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
|
|
|
|
make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
|
|
|
@ -50,6 +50,9 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 17 2015 Petr Šabata <contyk@redhat.com> - 0-4.20150202gitc1ad1ba
|
|
|
|
|
|
|
|
- Enable full RELRO
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-3.20150202gitc1ad1ba
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-3.20150202gitc1ad1ba
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|