Update smartdns.spec
mainly fix BuildRequires now it's possiable to build rpm with the follow commands rpmbuild -ta smartdns-*.tar.gz
This commit is contained in:
@@ -1,21 +1,23 @@
|
|||||||
Name: smartdns
|
Name: smartdns
|
||||||
Version: 31
|
Version: 1.2020.09.08
|
||||||
Release: 1%{?dist}
|
Release: 2235%{?dist}
|
||||||
Summary: smartdns
|
Summary: smartdns
|
||||||
|
|
||||||
License: GPL 3.0
|
License: GPL 3.0
|
||||||
URL: https://github.com/pymumu/smartdns
|
URL: https://github.com/pymumu/smartdns
|
||||||
Source0: smartdns-Release31.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: glibc
|
BuildRequires: glibc
|
||||||
|
BuildRequires: openssl-devel
|
||||||
Requires: glibc
|
Requires: glibc
|
||||||
|
Requires: openssl
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A local DNS server to obtain the fastest website IP for the best Internet experience.
|
A local DNS server to obtain the fastest website IP for the best Internet experience.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n smartdns-Release31
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
cd src
|
||||||
|
|||||||
Reference in New Issue
Block a user