100 lines
2.9 KiB
RPMSpec
100 lines
2.9 KiB
RPMSpec
### AUTOUPDATE-OFF: 2
|
|
Name: tor
|
|
Version: 0.2.8.6
|
|
Release: 1mamba
|
|
Summary: Protects your privacy on the internet
|
|
Group: Applications/Security
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.torproject.org/
|
|
Source: https://www.torproject.org/dist/tor-%{version}.tar.gz
|
|
License: BSD
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libevent-devel
|
|
BuildRequires: libopenssl-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Tor protects your privacy on the internet by hiding the connection between your Internet address and the services you use.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/tor/torrc.sample
|
|
%{_bindir}/tor
|
|
%{_bindir}/tor-gencert
|
|
%{_bindir}/tor-resolve
|
|
%{_bindir}/torify
|
|
%dir %{_datadir}/tor
|
|
%{_datadir}/tor/geoip
|
|
%{_datadir}/tor/geoip6
|
|
%dir %{_docdir}/tor
|
|
%{_docdir}/tor/*
|
|
%{_mandir}/man1/tor-gencert.1*
|
|
%{_mandir}/man1/tor-resolve.1*
|
|
%{_mandir}/man1/tor.1*
|
|
%{_mandir}/man1/torify.1*
|
|
%doc LICENSE README
|
|
|
|
%changelog
|
|
* Wed Aug 03 2016 Automatic Build System <autodist@mambasoft.it> 0.2.8.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 11 2015 Automatic Build System <autodist@mambasoft.it> 0.2.7.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 22 2015 Automatic Build System <autodist@mambasoft.it> 0.2.7.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 13 2015 Automatic Build System <autodist@mambasoft.it> 0.2.6.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 12 2015 Automatic Build System <autodist@mambasoft.it> 0.2.6.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 21 2015 Automatic Build System <autodist@mambasoft.it> 0.2.6.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 27 2015 Automatic Build System <autodist@mambasoft.it> 0.2.6.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 05 2015 Automatic Build System <autodist@mambasoft.it> 0.2.6.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Mar 27 2015 Automatic Build System <autodist@mambasoft.it> 0.2.5.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 25 2014 Automatic Build System <autodist@mambasoft.it> 0.2.5.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 21 2014 Automatic Build System <autodist@mambasoft.it> 0.2.4.25-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 23 2014 Automatic Build System <autodist@mambasoft.it> 0.2.4.24-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 29 2014 Automatic Build System <autodist@mambasoft.it> 0.2.4.23-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4.22-1mamba
|
|
- package created using the webbuild interface
|