255 lines
8.0 KiB
RPMSpec
255 lines
8.0 KiB
RPMSpec
%undefine __cmake_in_source_build
|
|
%bcond_with clang
|
|
|
|
Name: liblxqt
|
|
Version: 2.0.0
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2
|
|
Summary: Core shared library for LXQt desktop suite
|
|
Url: https://lxqt-project.org/
|
|
Source0: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
Source1: macros.lxqt
|
|
|
|
BuildRequires: cmake
|
|
%if %{with clang}
|
|
BuildRequires: clang >= 5.0
|
|
%else
|
|
BuildRequires: gcc-c++
|
|
%endif
|
|
BuildRequires: libXScrnSaver-devel
|
|
BuildRequires: lxqt-build-tools
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
BuildRequires: cmake(Qt6DBus)
|
|
BuildRequires: cmake(Qt6LinguistTools)
|
|
BuildRequires: cmake(qt6xdg)
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
BuildRequires: cmake(KF6WindowSystem)
|
|
BuildRequires: cmake(PolkitQt6-1)
|
|
Requires: xdg-utils >= 1.1.0
|
|
|
|
%description
|
|
Core utility library for all LXQT components
|
|
|
|
%package devel
|
|
Summary: Devel files for liblxqt
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: lxqt-build-tools >= 2.0
|
|
Requires: cmake
|
|
|
|
%description devel
|
|
LXQt libraries for development.
|
|
|
|
%package l10n
|
|
BuildArch: noarch
|
|
Summary: Translations for liblxqt
|
|
Requires: liblxqt
|
|
Obsoletes: lxqt-l10n < 0.14.0
|
|
|
|
%description l10n
|
|
This package provides translations for the liblxqt package.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%if %{with clang}
|
|
export CC=clang
|
|
export CXX=clang++
|
|
%endif
|
|
|
|
%cmake
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
# RPM macros
|
|
install -p -m0644 -D %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.lxqt
|
|
sed -i -e "s|@@CMAKE_VERSION@@|%{version}|" %{buildroot}%{_rpmconfigdir}/macros.d/macros.lxqt
|
|
touch -r %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.lxqt
|
|
#find_lang %{name} --with-qt
|
|
|
|
%files
|
|
%doc AUTHORS COPYING
|
|
%{_libdir}/liblxqt.so.2
|
|
%{_libdir}/liblxqt.so.%{version}
|
|
%{_bindir}/lxqt-backlight_backend
|
|
%{_datadir}/lxqt/power.conf
|
|
%{_datadir}/polkit-1/actions/org.lxqt.backlight.pkexec.policy
|
|
|
|
%files devel
|
|
%{_libdir}/liblxqt.so
|
|
%{_includedir}/lxqt/
|
|
%{_datadir}/cmake/lxqt/
|
|
%{_libdir}/pkgconfig/lxqt.pc
|
|
%{_rpmconfigdir}/macros.d/macros.lxqt
|
|
|
|
%files l10n
|
|
%license COPYING
|
|
%doc AUTHORS README.md
|
|
%dir %{_datadir}/lxqt/translations/%{name}
|
|
%{_datadir}/lxqt/translations/%{name}/*
|
|
|
|
%changelog
|
|
* Fri Sep 27 2024 Raven <raven@sysadmins.ws> - 2.0.0-1
|
|
- update to 2.0.0
|
|
|
|
* Mon Nov 6 2023 Raven <raven@sysadmins.ws> - 1.4.0-1
|
|
- update to 1.4.0
|
|
|
|
* Thu May 18 2023 Raven <raven@sysadmins.ws> - 1.3.0-1
|
|
- update to 1.3.0
|
|
|
|
* Fri Nov 11 2022 Raven <raven@sysadmins.ws> - 1.2.0-1
|
|
- update to 1.2.0
|
|
|
|
* Mon Nov 08 2021 Raven <raven@sysadmins.ws> - 1.0.0-1
|
|
- update to 1.0.0
|
|
- drop RHEL7 support
|
|
|
|
* Tue Jan 26 2021 Raven <raven@sysadmins.ws> - 0.16.0-1
|
|
- update to 0.16.0
|
|
|
|
* Tue Jun 16 2020 Raven <raven@sysadmins.ws> - 0.15.1-1
|
|
- update to 0.15.1
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Fri Sep 20 2019 Zamir SUN <sztsian@gmail.com> - 0.14.1-5
|
|
- Improve compatibility with epel7
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Mon Jun 17 2019 Jan Grulich <jgrulich@redhat.com> - 0.14.1-3
|
|
- rebuild (qt5)
|
|
|
|
* Wed Jun 05 2019 Jan Grulich <jgrulich@redhat.com> - 0.14.1-2
|
|
- rebuild (qt5)
|
|
|
|
* Mon Feb 25 2019 Zamir SUN <zsun@fedoraproject.org> - 0.14.1-1
|
|
- Update to 0.14.1
|
|
|
|
* Wed Feb 13 2019 Zamir SUN <zsun@fedoraproject.org> - 0.14.0-2
|
|
- Add l10n sub package
|
|
|
|
* Wed Feb 13 2019 Zamir SUN <zsun@fedoraproject.org> - 0.14.0-1
|
|
- Prepare for LXQt 0.14.0
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Fri Aug 03 2018 Zamir SUN <zsun@fedoraproject.org> - 0.13.0-1
|
|
- Update to 0.13.0
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Thu Jan 19 2017 Christian Dersch <lupinix@mailbox.org> - 0.11.1-4
|
|
- rebuilt
|
|
|
|
* Wed Jan 18 2017 Christian Dersch <lupinix@mailbox.org> - 0.11.1-3
|
|
- moved translations to lxqt-l10n
|
|
|
|
* Sat Jan 07 2017 Christian Dersch <lupinix@mailbox.org> - 0.11.1-2
|
|
- devel subpackage should depend on lxqt-build-tools
|
|
|
|
* Sat Jan 07 2017 Christian Dersch <lupinix@mailbox.org> - 0.11.1-1
|
|
- new version
|
|
|
|
* Sun Sep 25 2016 Helio Chissini de Castro <helio@kde.org> - 0.11.0-1
|
|
- New upstream release 0.11.0
|
|
|
|
* Tue Feb 09 2016 Rex Dieter <rdieter@fedoraproject.org> 0.10.0-9
|
|
- fix grep usage in fix LXQtTranslateDesktop.cmake to assume text input (#1305999)
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Fri Jan 15 2016 Helio Chissini de Castro <helio@kde.org> - 0.10.0-7
|
|
- Remove razorqt obsoletes. Solves bug #1244155
|
|
- RazortQt EOL code should be maintained by bug requesters
|
|
|
|
* Thu Jan 14 2016 Helio Chissini de Castro <helio@kde.org> - 0.10.0-6
|
|
- Rebuilt to all distros as missing for some reason on bodhi
|
|
|
|
* Sun Dec 13 2015 Helio Chissini de Castro <helio@kde.org> - 0.10.0-5
|
|
- Fix macros
|
|
|
|
* Tue Dec 08 2015 Helio Chissini de Castro <helio@kde.org> - 0.10.0-4
|
|
- Add macros and use same process as kf5 to compile. Makes things easier with different cmake
|
|
|
|
* Tue Dec 08 2015 Helio Chissini de Castro <helio@kde.org> - 0.10.0-3
|
|
- Prepare to use cmake3 on epel
|
|
|
|
* Mon Dec 07 2015 Orion Poplawski <orion@cora.nwra.com> - 0.10.0-2
|
|
- Update URL and Source0
|
|
|
|
* Mon Nov 02 2015 Helio Chissini de Castro <helio@kde.org> - 0.10.0-1
|
|
- New major upstream release
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.9.0-4
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
* Wed Feb 18 2015 Helio Chissini de Castro <helio@kde.org> - 0.9.0-3
|
|
- Rebuild (gcc5)
|
|
|
|
* Tue Feb 10 2015 Helio Chissini de Castro <helio@kde.org> - 0.9.0-2
|
|
- Obsoletes razorqt-libs and razorqt-libs-devel
|
|
|
|
* Sun Feb 08 2015 Helio Chissini de Castro <hcastro@redhat.com> - 0.9.0-1
|
|
- Official new upstream release
|
|
|
|
* Mon Feb 02 2015 Helio Chissini de Castro <hcastro@redhat.com> - 0.9.0-0.1
|
|
- Prepare for 0.9.0
|
|
|
|
* Mon Dec 29 2014 Helio Chissini de Castro <hcastro@redhat.com> - 0.8.0-10
|
|
- Rebuild against new Qt 5.4.0
|
|
|
|
* Fri Dec 19 2014 Helio Chissini de Castro <hcastro@redhat.com> - 0.8.0-9
|
|
- As discussed on irc channel, let's simplify to keep only lxqt share data dir
|
|
|
|
* Tue Dec 16 2014 Helio Chissini de Castro <hcastro@redhat.com> - 0.8.0-8
|
|
- requires xdg-utils.
|
|
|
|
* Sat Nov 08 2014 Rex Dieter <rdieter@fedoraproject.org> 0.8.0-7
|
|
- own /usr/share/lxqt-qt5, /usr/share/lxqt-qt5/translations
|
|
|
|
* Sat Nov 08 2014 Rex Dieter <rdieter@fedoraproject.org> 0.8.0-6
|
|
- (upstreamable) patch to move cmake files to libdir properly
|
|
|
|
* Sat Nov 08 2014 Rex Dieter <rdieter@fedoraproject.org> 0.8.0-5
|
|
- revert cmake hack, cmake files still reference the old dir (working on a better solution)
|
|
|
|
* Fri Nov 07 2014 Rex Dieter <rdieter@fedoraproject.org> 0.8.0-4
|
|
- fix build for older distros/rpm (where %%autostetup isn't available, like el6)
|
|
|
|
* Fri Nov 07 2014 Helio Chissini de Castro <hcastro@redhat.com> 0.8.0-3
|
|
- Merge qt5 datadir patch
|
|
|
|
* Fri Nov 07 2014 TI_Eugene <ti.eugene@gmail.com> 0.8.0-2
|
|
- License changed to LGPLv2
|
|
- Removed BR liblxqt-devel in -devel package
|
|
- RHEL6 workaround in %%install section
|
|
- Library soname tune
|
|
|
|
* Mon Oct 27 2014 TI_Eugene <ti.eugene@gmail.com> 0.8.0-1
|
|
- initial packaging
|