- Major upstream update - 0.8.2. Bz#1300097.

- Tarballs now on github.
This commit is contained in:
Pavel Alexeev 2016-01-24 15:40:24 +03:00
commit d77f15edd5
3 changed files with 15 additions and 9 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
/3proxy-0.7.tgz
/3proxy-0.7.1.1.tgz
/3proxy-0.7.1.2.tgz
/3proxy-0.8.2.tar.gz

View file

@ -4,8 +4,8 @@
%global _hardened_build 1
Name: 3proxy
Version: 0.7.1.2
Release: 3%{?dist}
Version: 0.8.2
Release: 1%{?dist}
Summary: Tiny but very powerful proxy
Summary(ru): Маленький, но крайне мощный прокси-сервер
@ -14,13 +14,13 @@ License: BSD or ASL 2.0 or GPLv2+ or LGPLv2+
Group: System Environment/Daemons
Url: http://3proxy.ru/?l=EN
Source0: http://3proxy.ru/%{version}/%{name}-%{version}.tgz
Source0: https://github.com/z3APA3A/%{name}/archive/%{name}-%{version}.tar.gz
Source1: 3proxy.init
Source2: 3proxy.cfg
Source3: 3proxy.service
# EPEL still require it
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: dos2unix, openssl-devel
BuildRequires: openssl-devel
Requires: initscripts
# I correct config path in man only. It is fully Fedora related.
@ -65,15 +65,13 @@ which do not support the systemd unit file format.
%endif
%prep
%setup -q -n %{name}
%setup -q -n %{name}-%{name}-%{version}
%patch0 -p0 -b .man-cfg
# To use "fedora" CFLAGS (exported)
sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile.Linux
dos2unix -k Readme copying
%build
%{__make} -f Makefile.Linux
@ -141,7 +139,7 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/%{name}.cfg
%attr(0755,root,root) %config %{_sysconfdir}/NetworkManager/dispatcher.d/40-%{name}
%{_localstatedir}/log/%{name}
%doc Readme authors copying
%doc README authors copying Release.notes
%{_mandir}/man8/*.8.gz
%{_mandir}/man3/*.3.gz
%{_unitdir}/%{name}.service
@ -152,6 +150,13 @@ rm -rf %{buildroot}
%endif
%changelog
* Sat Jan 23 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 0.8.2-1
- Major upstream update - 0.8.2. Bz#1300097.
- Tarballs now on github.
* Fri Jan 01 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 0.7.1.3-1
- New upstream release 0.7.1.3 - bz#1263482.
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View file

@ -1 +1 @@
79ee900e3bb94862d17baadd1c12e159 3proxy-0.7.1.2.tgz
af34e4e8f47976bd34a1d0be043cf4bd 3proxy-0.8.2.tar.gz