!9 fix I4XXXA
From: @panchenbo Reviewed-by: @weidongkl Signed-off-by: @weidongkl
This commit is contained in:
commit
6df655ea2e
@ -2,14 +2,21 @@
|
||||
%global repo dde-qt-dbus-factory
|
||||
|
||||
Name: dde-qt-dbus-factory
|
||||
Version: 5.3.0.19
|
||||
Release: 2
|
||||
Version: 5.4.5
|
||||
Release: 1
|
||||
Summary: A repository stores auto-generated Qt5 dbus code
|
||||
# The entire source code is GPLv3+ except
|
||||
# libdframeworkdbus/qtdbusextended/ which is LGPLv2+
|
||||
License: GPLv3+ and LGPLv2+
|
||||
%if 0%{?fedora}
|
||||
URL: https://github.com/linuxdeepin/dde-qt-dbus-factory
|
||||
Source0: %{url}/archive/%{version}/%{repo}-%{version}.tar.gz
|
||||
%else
|
||||
URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/56qX566h6IGU6LCD5rWL6K-V6aqM6K-BMDUyMTQ5Mg/pool/main/d/dde-qt-dbus-factory/
|
||||
Source0: %{name}_%{version}.orig.tar.xz
|
||||
%endif
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
@ -28,34 +35,32 @@ Requires: cmake-filesystem
|
||||
Header files and libraries for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{repo}-%{version}
|
||||
%autosetup -p1 -n %{repo}-%{version}
|
||||
sed -i "s/env python$/env python3/g" libdframeworkdbus/generate_code.py
|
||||
sed -i "s/python/python3/g" libdframeworkdbus/libdframeworkdbus.pro
|
||||
|
||||
%build
|
||||
%qmake_qt5 LIB_INSTALL_DIR=%{_libdir}
|
||||
sed -i "s/python/python3/g" Makefile
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install INSTALL_ROOT=%{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
#%doc README
|
||||
%doc README.md CHANGELOG.md technology-overview.md
|
||||
%license LICENSE
|
||||
%{_libdir}/lib%{soname}.so.*
|
||||
%{_libdir}/lib%{soname}.so.2*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/lib%{soname}-2.0/
|
||||
%{_libdir}/pkgconfig/%{soname}.pc
|
||||
%{_libdir}/lib%{soname}.so
|
||||
%{_libdir}/cmake/DFrameworkdbus/DFrameworkdbusConfig.cmake
|
||||
%{_libdir}/cmake/DFrameworkdbus/
|
||||
|
||||
%changelog
|
||||
* Mon Mar 21 2022 panchenbo <panchenbo@uniontech.com> - 5.4.5-1
|
||||
- fix I4XXXA
|
||||
|
||||
* Sat Jan 29 2022 liweigang <liweiganga@uniontech.com> - 5.3.0.19-2
|
||||
- fix build error
|
||||
|
||||
@ -64,4 +69,3 @@ sed -i "s/python/python3/g" Makefile
|
||||
|
||||
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.2.0.0-3
|
||||
- Package init
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user