Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7691d6f981
!17 [sync] PR-16: upgrade to version 5.5.22
From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-23 03:00:13 +00:00
leeffo
650c67d5f5 upgrade to version 5.5.22
(cherry picked from commit 3add53d8e6a4389578db59d46ca0e6cf3be55d7f)
2023-08-16 10:57:31 +08:00
openeuler-ci-bot
79179610cd
!14 update to 5.4.21
From: @leeffo 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-04-07 06:28:18 +00:00
liweiganga
af7e2e06d0 update: update to 5.4.21 2023-04-04 17:25:15 +08:00
openeuler-ci-bot
80d068665f
!12 [sync] PR-11: [update] update version to 5.4.5
From: @openeuler-sync-bot 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
2022-07-28 14:07:54 +00:00
konglidong
7f5d18bd37 update version to 5.4.5
(cherry picked from commit 0df137af4fed59e7b46056c00079fbafbe1485d2)
2022-07-28 16:50:46 +08:00
openeuler-ci-bot
fc0e0e3f31
!4 fix build error
Merge pull request !4 from liweiganga/master
2022-01-30 01:07:26 +00:00
liweiganga
eeb70931fb fix build error 2022-01-29 14:34:13 +08:00
openeuler-ci-bot
1e42680245 !3 Update dde-at-dbus-factory to 5.3.0.19
From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
2021-07-20 03:52:51 +00:00
wei dong
c43df6a5eb Update 5.3.0.19 2021-07-08 16:51:53 +08:00
3 changed files with 28 additions and 16 deletions

Binary file not shown.

View File

@ -1,19 +1,22 @@
%global soname dframeworkdbus
%global repo dde-qt-dbus-factory
Name: dde-qt-dbus-factory
Version: 5.2.0.0
Release: 3
Version: 5.5.22
Release: 1%{?fedora:%dist}
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+
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
URL: https://github.com/linuxdeepin/dde-qt-dbus-factory
Source0: %{name}-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%description
A repository stores auto-generated Qt5 dbus code.
@ -27,33 +30,42 @@ Requires: cmake-filesystem
Header files and libraries for %{name}.
%prep
%setup -q -n %{repo}-%{version}
%autosetup -p1 -n %{name}-%{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 Jul 31 2023 leeffo <liweiganga@uniontech.com> - 5.5.22-1
- upgrade to version 5.5.22
* Mon Mar 27 2023 liweiganga <liweiganga@uniontech.com> - 5.4.21-1
- update: update to 5.4.21
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.4.5-1
- Update to 5.4.5
* Sat Jan 29 2022 liweigang <liweiganga@uniontech.com> - 5.3.0.19-2
- fix build error
* Thu Jul 08 2021 weidong <weidong@uniontech.com> - 5.3.0.19-1
- Update 5.3.0.19
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.2.0.0-3
- Package init