226 lines
7.4 KiB
RPMSpec
226 lines
7.4 KiB
RPMSpec
|
Name: appstream0
|
||
|
Version: 0.16.4
|
||
|
Release: 2mamba
|
||
|
Summary: Tools and libraries to work with AppStream metadata
|
||
|
Group: System/Tools
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: https://www.freedesktop.org/wiki/Distributions/AppStream/
|
||
|
Source: https://www.freedesktop.org/software/appstream/releases/AppStream-%{version}.tar.xz
|
||
|
Patch0: appstream-0.14.0-upstream-Do_not_automatically_clean_up_errors_that_will_be_propagated.patch
|
||
|
License: GPL, LGPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libcurl-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libglib-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libstemmer-devel
|
||
|
BuildRequires: libsystemd-devel
|
||
|
BuildRequires: libxml2-devel
|
||
|
BuildRequires: libxmlb-devel
|
||
|
BuildRequires: libyaml-devel
|
||
|
BuildRequires: qt5-qtbase-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: cmake
|
||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
|
||
|
%description
|
||
|
Tools and libraries to work with AppStream metadata.
|
||
|
|
||
|
%package -n lib%{name}
|
||
|
Group: System/Libraries
|
||
|
Summary: Shared libraries for %{name}
|
||
|
Requires: appstream
|
||
|
|
||
|
%description -n lib%{name}
|
||
|
This package contains shared libraries for %{name}.
|
||
|
|
||
|
%package -n lib%{name}-devel
|
||
|
Group: Development/Libraries
|
||
|
Summary: Development files for %{name}
|
||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
Requires: pkg-config
|
||
|
|
||
|
%description -n lib%{name}-devel
|
||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||
|
|
||
|
%package -n lib%{name}-qt
|
||
|
Group: System/Libraries
|
||
|
Summary: Qt shared libraries for %{name}
|
||
|
|
||
|
%description -n lib%{name}-qt
|
||
|
This package contains shared libraries for %{name}.
|
||
|
|
||
|
%package -n lib%{name}-qt-devel
|
||
|
Group: Development/Libraries
|
||
|
Summary: Development files for %{name}
|
||
|
Requires: lib%{name}-qt = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
Requires: pkg-config
|
||
|
|
||
|
%description -n lib%{name}-qt-devel
|
||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||
|
|
||
|
%debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n AppStream-%{version}
|
||
|
|
||
|
%build
|
||
|
%meson \
|
||
|
-Dcompose=false \
|
||
|
-Dqt=true \
|
||
|
-Dgir=false \
|
||
|
-Dvapi=false
|
||
|
|
||
|
%meson_build
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||
|
export DESTDIR=%{buildroot}
|
||
|
%meson_install
|
||
|
|
||
|
# Conflicting/provided by appstream >= 1.0
|
||
|
rm -rf %{buildroot}{%{_bindir},%{_libexecdir},%{_datadir}/metainfo,%{_mandir},%{_datadir},%{_sysconfdir},/var}
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%post -n lib%{name} -p /sbin/ldconfig
|
||
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||
|
|
||
|
%files -n lib%{name}
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/libappstream.so.*
|
||
|
%doc AUTHORS
|
||
|
|
||
|
%files -n lib%{name}-devel
|
||
|
%defattr(-,root,root)
|
||
|
%dir %{_includedir}/appstream
|
||
|
%{_includedir}/appstream/*
|
||
|
%{_libdir}/libappstream.so
|
||
|
%{_libdir}/pkgconfig/appstream.pc
|
||
|
%doc NEWS README.md
|
||
|
|
||
|
%files -n lib%{name}-qt
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/libAppStreamQt.so.*
|
||
|
|
||
|
%files -n lib%{name}-qt-devel
|
||
|
%defattr(-,root,root)
|
||
|
%dir %{_includedir}/AppStreamQt
|
||
|
%{_includedir}/AppStreamQt/*.h
|
||
|
%dir %{_libdir}/cmake/AppStreamQt
|
||
|
%{_libdir}/cmake/AppStreamQt/AppStreamQt*.cmake
|
||
|
%{_libdir}/libAppStreamQt.so
|
||
|
|
||
|
%changelog
|
||
|
* Sun Dec 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.4-2mamba
|
||
|
- legacy package
|
||
|
|
||
|
* Sat Nov 11 2023 Automatic Build System <autodist@mambasoft.it> 0.16.4-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 0.16.3-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 0.16.2-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sat Feb 11 2023 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Fri Jan 27 2023 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Fri Dec 23 2022 Automatic Build System <autodist@mambasoft.it> 0.15.6-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue Aug 23 2022 Automatic Build System <autodist@mambasoft.it> 0.15.5-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon May 23 2022 Automatic Build System <autodist@mambasoft.it> 0.15.4-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 0.15.3-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sat Feb 26 2022 Automatic Build System <autodist@mambasoft.it> 0.15.2-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Dec 22 2021 Automatic Build System <autodist@mambasoft.it> 0.15.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Fri Dec 03 2021 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Oct 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.6-2mamba
|
||
|
- enable appstream-compose build
|
||
|
|
||
|
* Sun Oct 10 2021 Automatic Build System <autodist@mambasoft.it> 0.14.6-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 0.14.5-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 0.14.4-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Mar 08 2021 Automatic Build System <autodist@mambasoft.it> 0.14.3-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sun Mar 07 2021 Automatic Build System <autodist@mambasoft.it> 0.14.2-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Thu Feb 18 2021 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Feb 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.0-2mamba
|
||
|
- added upstream patch to fix crash on applications that use this library (e.g. discover)
|
||
|
|
||
|
* Tue Feb 02 2021 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue Dec 01 2020 Automatic Build System <autodist@mambasoft.it> 0.13.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue May 12 2020 Automatic Build System <autodist@mambasoft.it> 0.12.11-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sun Jan 19 2020 Automatic Build System <autodist@mambasoft.it> 0.12.10-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Sep 25 2019 Automatic Build System <autodist@mambasoft.it> 0.12.9-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 0.12.8-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Jul 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.7-1mamba
|
||
|
- update to 0.12.7
|
||
|
|
||
|
* Sat Mar 02 2019 Automatic Build System <autodist@mambasoft.it> 0.12.6-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 0.12.5-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Dec 24 2018 Automatic Build System <autodist@mambasoft.it> 0.12.4-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Oct 22 2018 Automatic Build System <autodist@mambasoft.it> 0.12.3-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* 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
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sun Aug 12 2018 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Aug 14 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.3-1mamba
|
||
|
- package created using the webbuild interface
|