!1 package init

Merge pull request !1 from panchenbo/master
This commit is contained in:
openeuler-ci-bot 2020-07-15 09:45:51 +08:00 committed by Gitee
commit 840b8b6199
2 changed files with 65 additions and 0 deletions

65
dde-network-utils.spec Normal file
View File

@ -0,0 +1,65 @@
Name: dde-network-utils
Version: 5.0.4
Release: 1
Summary: Deepin desktop-environment - network utils
License: GPLv3
URL: https://github.com/linuxdeepin/dde-network-utils
Source0: %{name}_%{version}.orig.tar.xz
BuildRequires: gcc-c++
#BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
BuildRequires: dde-qt-dbus-factory-devel
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: qt5-linguist
%description
Deepin desktop-environment - network utils.
%package devel
Summary: Development package for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Header files and libraries for %{name}.
%prep
%setup -q -n %{name}-%{version}
sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh
sed -i 's|/lib$|/%{_lib}|' dde-network-utils.pro
%build
%qmake_qt5 PREFIX=%{_prefix}
%make_build
%install
%make_install INSTALL_ROOT=%{buildroot}
%files
%doc README.md
%{_libdir}/lib*.so.1
%{_libdir}/lib*.so.1.*
%{_datadir}/%{name}/
%files devel
%{_includedir}/libddenetworkutils/
%{_libdir}/pkgconfig/*.pc
%{_libdir}/lib*.so
%changelog
* Thu Jan 31 2019 mosquito <sensor.wen@gmail.com> - 0.0.9-1
- Update to 0.0.9
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Dec 12 2018 mosquito <sensor.wen@gmail.com> - 0.0.8.1-1
- Update to 0.0.8.1
* Fri Nov 9 2018 mosquito <sensor.wen@gmail.com> - 0.0.7-1
- Update to 0.0.7
* Thu Aug 2 2018 mosquito <sensor.wen@gmail.com> - 0.0.4-1
- Update to 0.0.4
* Mon Jul 23 2018 mosquito <sensor.wen@gmail.com> - 0.0.3-1
- Initial package build

Binary file not shown.