Kaynağa Gözat

Update package build files for devel version

z3APA3A 5 yıl önce
ebeveyn
işleme
9584dd0c96
4 değiştirilmiş dosya ile 8 ekleme ve 14 silme
  1. 2 0
      .gitignore
  2. 2 2
      scripts/debian/changelog
  3. 0 8
      scripts/debian/copyright
  4. 4 4
      scripts/rh/3proxy.spec

+ 2 - 0
.gitignore

@@ -24,6 +24,8 @@ tmp/
 res
 version.c
 version
+version.sh
+buildlinux.sh
 3proxy.res
 
 src/3proxy

+ 2 - 2
scripts/debian/changelog

@@ -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
 

+ 0 - 8
scripts/debian/copyright

@@ -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+

+ 4 - 4
scripts/rh/3proxy.spec

@@ -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