package init
This commit is contained in:
parent
046402701d
commit
691fbecf35
65
dde-network-utils.spec
Normal file
65
dde-network-utils.spec
Normal 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
|
||||||
BIN
dde-network-utils_5.0.4.orig.tar.xz
Normal file
BIN
dde-network-utils_5.0.4.orig.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user