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