1
0
mirror of https://github.com/QSCTech/zjunet.git synced 2026-01-22 19:54:48 +08:00

Update maintainer information

This commit is contained in:
Wu Yufei 2019-08-22 08:37:05 +08:00
parent c3f67f4692
commit 2576d68dd0
No known key found for this signature in database
GPG Key ID: 226E1C0EDF292D66
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ Section: net
Priority: optional Priority: optional
Architecture: all Architecture: all
Depends: xl2tpd (>= 1.3.1), curl, dnsutils Depends: xl2tpd (>= 1.3.1), curl, dnsutils
Maintainer: Zeno Zeng <zenoofzeng@gmail.com> Maintainer: Tespent <me@tespent.cn>
Description: Command Line Scripts for ZJU Description: Command Line Scripts for ZJU
This script provides a VPN / WLAN / NEXTHOP for ZJUer. This script provides a VPN / WLAN / NEXTHOP for ZJUer.
EOF EOF

View File

@ -27,7 +27,7 @@ Section: net
Priority: optional Priority: optional
Architecture: all Architecture: all
Depends: xl2tpd (>= 1.3.1), curl, bind-dig Depends: xl2tpd (>= 1.3.1), curl, bind-dig
Maintainer: Zeno Zeng <zenoofzeng@gmail.com> Maintainer: Tespent <me@tespent.cn>
Description: Command Line Scripts for ZJU Description: Command Line Scripts for ZJU
This script provides a VPN / WLAN / NEXTHOP for ZJUer. This script provides a VPN / WLAN / NEXTHOP for ZJUer.
EOF EOF

View File

@ -12,8 +12,8 @@ echo "License: GPL" >> zjunet.spec
echo "Group: Applications/Internet" >> zjunet.spec echo "Group: Applications/Internet" >> zjunet.spec
echo "URL: https://github.com/QSCTech/zjunet/" >> zjunet.spec echo "URL: https://github.com/QSCTech/zjunet/" >> zjunet.spec
echo "Vendor: Qiu Shi Chao Website of Zhejiang University" >> zjunet.spec echo "Vendor: Qiu Shi Chao Website of Zhejiang University" >> zjunet.spec
echo "Packager: Senorsen <sen@senorsen.com>" >> zjunet.spec echo "Packager: Tespent <me@tespent.cn>" >> zjunet.spec
echo "Requires: xl2tpd >= 1.3.1, curl, bind-tools" >> zjunet.spec echo "Requires: xl2tpd >= 1.3.1, curl, bind-utils" >> zjunet.spec
echo "BuildRoot: %{_builddir}/%{name}-root" >> zjunet.spec echo "BuildRoot: %{_builddir}/%{name}-root" >> zjunet.spec
echo "Source: %{name}-%{version}.tar.gz" >> zjunet.spec echo "Source: %{name}-%{version}.tar.gz" >> zjunet.spec
echo "BuildArch: noarch" >> zjunet.spec echo "BuildArch: noarch" >> zjunet.spec