update to 1.40.1 [release 1.40.1-1mamba;Wed Jun 18 2014]
This commit is contained in:
parent
4ed49044fd
commit
dd22655eb0
41
gjs.spec
41
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.38.1
|
Version: 1.40.1
|
||||||
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,20 +13,26 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libdbus-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libdbus-glib-devel
|
|
||||||
BuildRequires: libelf-devel
|
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
|
BuildRequires: libfontconfig-devel
|
||||||
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libmozjs1700-devel
|
BuildRequires: libgraphite2-devel
|
||||||
BuildRequires: libnspr-devel
|
BuildRequires: libgtk-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: libmozjs-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: pkg-config
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -83,24 +89,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#%{_libdir}/libgjs-gdbus.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
|
||||||
%dir %{_datadir}/gjs-1.0
|
|
||||||
%{_datadir}/gjs-1.0/cairo.js
|
|
||||||
#%{_datadir}/gjs-1.0/dbus.js
|
|
||||||
%{_datadir}/gjs-1.0/format.js
|
|
||||||
%{_datadir}/gjs-1.0/gettext.js
|
|
||||||
%{_datadir}/gjs-1.0/jsUnit.js
|
|
||||||
%{_datadir}/gjs-1.0/lang.js
|
|
||||||
%{_datadir}/gjs-1.0/mainloop.js
|
|
||||||
%dir %{_datadir}/gjs-1.0/overrides
|
|
||||||
%{_datadir}/gjs-1.0/overrides/GLib.js
|
|
||||||
%{_datadir}/gjs-1.0/overrides/GObject.js
|
|
||||||
%{_datadir}/gjs-1.0/overrides/Gio.js
|
|
||||||
%{_datadir}/gjs-1.0/promise.js
|
|
||||||
%{_datadir}/gjs-1.0/signals.js
|
|
||||||
%dir %{_datadir}/gjs-1.0/tweener
|
|
||||||
%{_datadir}/gjs-1.0/tweener/equations.js
|
|
||||||
%{_datadir}/gjs-1.0/tweener/tweenList.js
|
|
||||||
%{_datadir}/gjs-1.0/tweener/tweener.js
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -124,6 +112,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#%doc NEWS README
|
#%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.40.1-1mamba
|
||||||
|
- update to 1.40.1
|
||||||
|
|
||||||
* Thu Oct 31 2013 Automatic Build System <autodist@mambasoft.it> 1.38.1-1mamba
|
* Thu Oct 31 2013 Automatic Build System <autodist@mambasoft.it> 1.38.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user