Compare commits

..

No commits in common. "4ff495c397bad905660849b97904d0431ce60d9f" and "5f78bf04075310768ca64604f1073671f0c015fa" have entirely different histories.

View File

@ -3,11 +3,11 @@
%global _unpackaged_files_terminate_build 0
Name: deepin-graphics-driver-manager
Version: 5.0.0
Release: 7
Release: 2
Summary: deepin driver manager.
License: GPLv3
URL: https://github.com/linuxdeepin/deepin-graphics-driver-manager
URL: https://uos-packages.deepin.com/uos/pool/main/d/deepin-graphics-driver-manager/
Source0: %{name}-%{version}.orig.tar.xz
BuildRequires: cmake
@ -26,9 +26,6 @@ deepin driver manager.
%prep
%setup
# fix strip
sed -i 's|-Wall"|-Wall -s -fPIE"|' CMakeLists.txt
%build
export PATH=$PATH:/usr/lib64/qt5/bin
cmake .
@ -36,34 +33,21 @@ make
%install
%make_install
rm -rf %{?buildroot}/usr/lib/%{name}/debug/
mkdir -p %{?buildroot}%{_libdir}
mv %{?buildroot}/usr/lib/* %{?buildroot}%{_libdir}/
rm -rf %{?buildroot}%{_libdir}/%{name}/debug/
%files
/lib/systemd/system/driver-installer.service
%{_bindir}/%{name}
/usr/lib/*
%{_libdir}/*
%{_datadir}/*
%doc README.md
%changelog
* Mon Mar 25 2024 liuzhilin <liuzhilin@uniontech.com> - 5.0.0-7
- fix url error
* Mon Apr 03 2023 liweiganga <liweiganga@uniontech.com> - 5.0.0-6
- feat: fix fPIE
* Thu Mar 16 2023 liweiganga <liweiganga@uniontech.com> - 5.0.0-5
- feat: fix strip
* Mon Mar 13 2023 guoqinglan <guoqinglan@uniontech.com> - 5.0.0-4
- Modify the installation path from `/usr/lib64` to `/usr/lib` ,cause the program hardcodes `/usr/lib` as the path for calling scripts.
* Wed Dec 21 2022 liweiganga <liweiganga@uniontech.com> - 5.0.0-3
- enable debuginfo for fix strip
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 5.0.0-2
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 5.0.10-2
- fix compile fail
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0.0-1