Browse Source

cjs downgrade to 3.8

Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>
master
guibuilder_pel7x64builder0 6 years ago
parent
commit
4490abbb9e
  1. 17
      SPECS/cjs.spec

17
SPECS/cjs.spec

@ -1,6 +1,6 @@
Name: cjs Name: cjs
Epoch: 1 Epoch: 1
Version: 4.0.0 Version: 3.8.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Javascript Bindings for Cinnamon Summary: Javascript Bindings for Cinnamon


@ -11,6 +11,9 @@ License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
# Stack printer (gjs/stack.c) # Stack printer (gjs/stack.c)
URL: https://github.com/linuxmint/%{name} URL: https://github.com/linuxmint/%{name}
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
%if 0%{?rhel}
Patch0: old_pkconfig.patch
%endif


#Patches from upstream. #Patches from upstream.


@ -60,6 +63,9 @@ NOCONFIGURE=1 ./autogen.sh


%build %build
%configure --disable-static \ %configure --disable-static \
%if 0%{?rhel}
--without-dbus-tests \
%endif
--enable-installed-tests --enable-installed-tests
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
%make_build V=1 %make_build V=1
@ -76,7 +82,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
#make check #make check




%ldconfig_scriptlets %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig




%files %files
@ -103,12 +110,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'




%changelog %changelog
* Tue Oct 30 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:4.0.0-1
- Update to 4.0.0 release

* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Mon Apr 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:3.8.0-1 * Mon Apr 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:3.8.0-1
- Update to 3.8.0 release - Update to 3.8.0 release



Loading…
Cancel
Save