automatic version update by autodist [release 1.52.3-1mamba;Mon Aug 13 2018]
This commit is contained in:
parent
52f6a01661
commit
decbd158d7
35
gjs.spec
35
gjs.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.46.0
|
Version: 1.52.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNOME JavaScript bindings based on gobject-introspection
|
Summary: GNOME JavaScript bindings based on gobject-introspection
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,25 +13,39 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libXdmcp-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libblkid-devel
|
||||||
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libfribidi-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgraphite2-devel
|
BuildRequires: libgraphite2-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: libmount-devel
|
||||||
BuildRequires: libmozjs-devel
|
BuildRequires: libmozjs-devel
|
||||||
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libsepol-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libthai-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -85,33 +99,28 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/libgjs-dbus.so.*
|
|
||||||
#%{_libdir}/libgjs-gdbus.so.*
|
|
||||||
%{_libdir}/libgjs.so.*
|
%{_libdir}/libgjs.so.*
|
||||||
%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib
|
%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib
|
||||||
|
%{_datadir}/gjs-1.0/lsan/lsan.supp
|
||||||
|
%{_datadir}/gjs-1.0/valgrind/gjs.supp
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/gjs-1.0
|
%dir %{_includedir}/gjs-1.0
|
||||||
%dir %{_includedir}/gjs-1.0/gi
|
%dir %{_includedir}/gjs-1.0/util
|
||||||
%{_includedir}/gjs-1.0/gi/*.h
|
%{_includedir}/gjs-1.0/util/error.h
|
||||||
#%dir %{_includedir}/gjs-1.0/gjs-dbus
|
|
||||||
#%{_includedir}/gjs-1.0/gjs-dbus/*.h
|
|
||||||
%dir %{_includedir}/gjs-1.0/gjs
|
%dir %{_includedir}/gjs-1.0/gjs
|
||||||
%{_includedir}/gjs-1.0/gjs/*.h
|
%{_includedir}/gjs-1.0/gjs/*.h
|
||||||
#%{_libdir}/libgjs-dbus.la
|
|
||||||
#%{_libdir}/libgjs-dbus.so
|
|
||||||
#%{_libdir}/libgjs-gdbus.la
|
|
||||||
#%{_libdir}/libgjs-gdbus.so
|
|
||||||
%{_libdir}/libgjs.la
|
%{_libdir}/libgjs.la
|
||||||
%{_libdir}/libgjs.so
|
%{_libdir}/libgjs.so
|
||||||
%{_libdir}/pkgconfig/gjs-1.0.pc
|
%{_libdir}/pkgconfig/gjs-1.0.pc
|
||||||
#%{_libdir}/pkgconfig/gjs-dbus-1.0.pc
|
|
||||||
%{_libdir}/pkgconfig/gjs-internals-1.0.pc
|
|
||||||
#%doc NEWS README
|
#%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 13 2018 Automatic Build System <autodist@mambasoft.it> 1.52.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 1.46.0-1mamba
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 1.46.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user