Michael Vetter 2020-01-03 10:42:48 +00:00 committed by Git OBS Bridge
parent bbc8d84268
commit 0e3a6fd7bc

View File

@ -23,7 +23,7 @@ Release: 0
Summary: Qt implementation of xdg specs for lxqt
License: GPL-3.0-only
Group: Development/Libraries/C and C++
Url: https://lxqt.org
URL: https://lxqt.org
Source: https://github.com/lxde/%{_name}/releases/download/%{version}/%{_name}-%{version}.tar.xz
Source1: https://github.com/lxde/%{_name}/releases/download/%{version}/%{_name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
@ -40,7 +40,6 @@ BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(glib-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Qt implementation of freedesktop.org XDG specs for LXQt
@ -104,24 +103,21 @@ make %{?_smp_mflags}
%postun -n libQt5XdgIconLoader3 -p /sbin/ldconfig
%files -n libQt5Xdg3
%defattr(-,root,root)
%doc AUTHORS COPYING
%license COPYING
%doc AUTHORS
%{_libdir}/libQt5Xdg.so.*
%files devel
%defattr(-,root,root)
%{_datadir}/cmake/qt5xdg
%{_includedir}/qt5xdg
%{_libdir}/pkgconfig/Qt5Xdg.pc
%{_libdir}/libQt5Xdg.so
%files -n libQt5XdgIconLoader3
%defattr(-,root,root)
%{_libdir}/libQt5XdgIconLoader.so.3
%{_libdir}/libQt5XdgIconLoader.so.3.*
%files -n libQt5XdgIconLoader-devel
%defattr(-,root,root)
%dir %{_includedir}/qt5xdgiconloader
%dir %{_includedir}/qt5xdgiconloader/%{version}
%dir %{_includedir}/qt5xdgiconloader/%{version}/private
@ -138,6 +134,6 @@ make %{?_smp_mflags}
%{_datadir}/cmake/qt5xdgiconloader/qt5xdgiconloader-targets.cmake
%files -n qtxdg-tools
/usr/bin/qtxdg-mat
%{_bindir}/qtxdg-mat
%changelog