|
|
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
|
|
|
|
Name: cjs |
|
|
|
|
Epoch: 1 |
|
|
|
|
Version: 4.0.0 |
|
|
|
|
Version: 3.8.0 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
Summary: Javascript Bindings for Cinnamon |
|
|
|
|
|
|
|
|
@ -11,6 +11,9 @@ License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
@@ -11,6 +11,9 @@ License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
|
|
|
|
# Stack printer (gjs/stack.c) |
|
|
|
|
URL: https://github.com/linuxmint/%{name} |
|
|
|
|
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz |
|
|
|
|
%if 0%{?rhel} |
|
|
|
|
Patch0: old_pkconfig.patch |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
#Patches from upstream. |
|
|
|
|
|
|
|
|
@ -60,6 +63,9 @@ NOCONFIGURE=1 ./autogen.sh
@@ -60,6 +63,9 @@ NOCONFIGURE=1 ./autogen.sh
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
%configure --disable-static \ |
|
|
|
|
%if 0%{?rhel} |
|
|
|
|
--without-dbus-tests \ |
|
|
|
|
%endif |
|
|
|
|
--enable-installed-tests |
|
|
|
|
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool |
|
|
|
|
%make_build V=1 |
|
|
|
@ -76,7 +82,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
@@ -76,7 +82,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
#make check |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets |
|
|
|
|
%post -p /sbin/ldconfig |
|
|
|
|
%postun -p /sbin/ldconfig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files |
|
|
|
@ -103,12 +110,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
@@ -103,12 +110,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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 |
|
|
|
|
- Update to 3.8.0 release |
|
|
|
|
|
|
|
|
|