mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
Update package build files for devel version
This commit is contained in:
parent
1d1cdcd11c
commit
9584dd0c96
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,6 +24,8 @@ tmp/
|
||||
res
|
||||
version.c
|
||||
version
|
||||
version.sh
|
||||
buildlinux.sh
|
||||
3proxy.res
|
||||
|
||||
src/3proxy
|
||||
|
@ -1,6 +1,6 @@
|
||||
3proxy (0.9.1-1) buster; urgency=medium
|
||||
3proxy (10.0.0-0) buster; urgency=medium
|
||||
|
||||
*Initial deb release
|
||||
*Initial deb devel release
|
||||
|
||||
-- z3APA3A <3apa3a@3proxy.org> Thu, 12 Nov 2020 12:12:12 +0300
|
||||
|
||||
|
@ -10,11 +10,3 @@ License: BSD-3-clause or Apache or GPL-2+ or LGPL-2+
|
||||
Files: src/libs/md*.*
|
||||
Copyright: 1990,1991,1992 RSA Data Security, Inc
|
||||
License: public-domain
|
||||
|
||||
Files: src/libs/regex.*
|
||||
Copyright: Henry Spencer
|
||||
License: public-domain
|
||||
|
||||
Files: src/libs/smbdes.c
|
||||
Copyright: Andrew Tridgell 1998
|
||||
License: GPL-2+
|
||||
|
@ -1,19 +1,19 @@
|
||||
Name: 3proxy
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Version: 10
|
||||
Release: %{devel_version}
|
||||
Summary: 3proxy tiny proxy server
|
||||
License: GPL/LGPL/Apache/BSD
|
||||
URL: https://3proxy.org/
|
||||
Vendor: 3proxy.org 3proxy@3proxy.org
|
||||
Prefix: %{_prefix}
|
||||
Packager: z3APA3A
|
||||
Source: https://github.com/%{packager}/%{name}/archive/%{version}.tar.gz
|
||||
Source: https://github.com/%{packager}/%{name}/tarball/devel
|
||||
|
||||
%description
|
||||
3proxy is lightweight yet powerful proxy server
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n 3proxy-10-devel
|
||||
ln -s Makefile.Linux Makefile
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user