|
|
@ -1,10 +1,12 @@
|
|
|
|
%global codate 20170124
|
|
|
|
%global codate 20180129
|
|
|
|
%global cohash 4006739
|
|
|
|
%global cohash 25821e6
|
|
|
|
%global checkout %{codate}git%{cohash}
|
|
|
|
%global checkout %{codate}git%{cohash}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
Name: mujs
|
|
|
|
Name: mujs
|
|
|
|
Version: 0
|
|
|
|
Version: 0
|
|
|
|
Release: 10.%{checkout}%{?dist}
|
|
|
|
Release: 11.%{checkout}%{?dist}
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
License: AGPLv3+
|
|
|
|
License: AGPLv3+
|
|
|
|
URL: http://mujs.com/
|
|
|
|
URL: http://mujs.com/
|
|
|
@ -33,6 +35,7 @@ This package provides the MuJS static library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{cohash}
|
|
|
|
%setup -q -n %{name}-%{cohash}
|
|
|
|
|
|
|
|
chmod a-x -v docs/*
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
make debug %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
|
|
|
|
make debug %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
|
|
|
@ -50,10 +53,14 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README
|
|
|
|
%doc AUTHORS README
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_includedir}/%{name}.h
|
|
|
|
%{_includedir}/%{name}.h
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jan 29 2018 Petr Šabata <contyk@redhat.com> - 0-11.20180129git25821e6
|
|
|
|
|
|
|
|
- Fix CVE-2018-5759, rhbz#1539514
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-10.20170124git4006739
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-10.20170124git4006739
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|