rebuilt with qt support [release 0.12.2-2mamba;Thu Aug 23 2018]
This commit is contained in:
parent
241b26819d
commit
1f71c9a87b
@ -1,6 +1,6 @@
|
|||||||
Name: appstream
|
Name: appstream
|
||||||
Version: 0.12.2
|
Version: 0.12.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Tools and libraries to work with AppStream metadata
|
Summary: Tools and libraries to work with AppStream metadata
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,7 +11,10 @@ Source: https://www.freedesktop.org/software/appstream/releases/AppStream
|
|||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libqt5-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libstemmer-devel
|
BuildRequires: libstemmer-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libyaml-devel
|
BuildRequires: libyaml-devel
|
||||||
@ -61,7 +64,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q -n AppStream-%{version}
|
%setup -q -n AppStream-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson \
|
||||||
|
-Dqt=true
|
||||||
|
|
||||||
#mkdir build
|
#mkdir build
|
||||||
|
|
||||||
#cd build
|
#cd build
|
||||||
@ -111,19 +116,22 @@ export DESTDIR=%{buildroot}
|
|||||||
%{_datadir}/doc/appstream/*
|
%{_datadir}/doc/appstream/*
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
|
|
||||||
#%files -n lib%{name}-qt
|
%files -n lib%{name}-qt
|
||||||
#%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/libAppStreamQt.so.*
|
%{_libdir}/libAppStreamQt.so.*
|
||||||
|
|
||||||
#%files -n lib%{name}-qt-devel
|
%files -n lib%{name}-qt-devel
|
||||||
#%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%dir %{_includedir}/AppStreamQt
|
%dir %{_includedir}/AppStreamQt
|
||||||
#%{_includedir}/AppStreamQt/*.h
|
%{_includedir}/AppStreamQt/*.h
|
||||||
#%dir %{_libdir}/cmake/AppStreamQt
|
%dir %{_libdir}/cmake/AppStreamQt
|
||||||
#%{_libdir}/cmake/AppStreamQt/AppStreamQt*.cmake
|
%{_libdir}/cmake/AppStreamQt/AppStreamQt*.cmake
|
||||||
#%{_libdir}/libAppStreamQt.so
|
%{_libdir}/libAppStreamQt.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-2mamba
|
||||||
|
- rebuilt with qt support
|
||||||
|
|
||||||
* Sat Aug 18 2018 Automatic Build System <autodist@mambasoft.it> 0.12.2-1mamba
|
* Sat Aug 18 2018 Automatic Build System <autodist@mambasoft.it> 0.12.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user