automatic version update by autodist [release 0.7.10-1mamba;Sun Aug 12 2018]
This commit is contained in:
parent
403b55143a
commit
e10518816b
@ -1,6 +1,6 @@
|
|||||||
%define tagver %(echo %version | tr . _)
|
%define tagver %(echo %version | tr . _)
|
||||||
Name: appstream-glib
|
Name: appstream-glib
|
||||||
Version: 0.6.13
|
Version: 0.7.10
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library that provides GObjects and helper methods to make it easy to read and write AppStream metadata
|
Summary: A library that provides GObjects and helper methods to make it easy to read and write AppStream metadata
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -13,33 +13,18 @@ Source: https://github.com/hughsie/appstream-glib.git/appstream_glib_%{ta
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libacl-devel
|
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
BuildRequires: libatk-devel
|
|
||||||
BuildRequires: libattr-devel
|
|
||||||
BuildRequires: libbzip2-devel
|
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgraphite2-devel
|
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libjson-glib-devel
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: liblzo-devel
|
|
||||||
BuildRequires: libnettle-devel
|
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libstemmer-devel
|
||||||
BuildRequires: libthai-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
BuildRequires: libyaml-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gcab
|
BuildRequires: gcab
|
||||||
Provides: appdata-tools
|
Provides: appdata-tools
|
||||||
@ -73,15 +58,18 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
%meson \
|
||||||
%configure \
|
-Dgtk-doc=true \
|
||||||
--disable-rpm
|
-Dstemmer=true \
|
||||||
|
-Ddep11=false \
|
||||||
|
-Drpm=false
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
export DESTDIR=%{buildroot}
|
||||||
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
@ -119,20 +107,21 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/libappstream-builder/*.h
|
%{_includedir}/libappstream-builder/*.h
|
||||||
%dir %{_includedir}/libappstream-glib
|
%dir %{_includedir}/libappstream-glib
|
||||||
%{_includedir}/libappstream-glib/*.h
|
%{_includedir}/libappstream-glib/*.h
|
||||||
%{_libdir}/libappstream-builder.a
|
|
||||||
%{_libdir}/libappstream-builder.la
|
|
||||||
%{_libdir}/libappstream-builder.so
|
%{_libdir}/libappstream-builder.so
|
||||||
%{_libdir}/libappstream-glib.a
|
|
||||||
%{_libdir}/libappstream-glib.la
|
|
||||||
%{_libdir}/libappstream-glib.so
|
%{_libdir}/libappstream-glib.so
|
||||||
%{_libdir}/pkgconfig/appstream-builder.pc
|
%{_libdir}/pkgconfig/appstream-builder.pc
|
||||||
%{_libdir}/pkgconfig/appstream-glib.pc
|
%{_libdir}/pkgconfig/appstream-glib.pc
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||||
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
|
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
|
||||||
|
%dir %{_datadir}/gtk-doc/html/appstream-glib
|
||||||
|
%{_datadir}/gtk-doc/html/appstream-glib/*
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 12 2018 Automatic Build System <autodist@mambasoft.it> 0.7.10-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 12 2017 Automatic Build System <autodist@mambasoft.it> 0.6.13-1mamba
|
* Fri May 12 2017 Automatic Build System <autodist@mambasoft.it> 0.6.13-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user