From d2a7b4c93a154ade16d873ad35f59a1854e65f94 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:35:03 +0100 Subject: [PATCH] package created using the webbuild interface [release 0.2.4.22-1mamba;Fri Jul 25 2014] --- README.md | 2 ++ tor.spec | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 tor.spec diff --git a/README.md b/README.md index fd545f3..7aabf5a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # tor +Tor protects your privacy on the internet by hiding the connection between your Internet address and the services you use. + diff --git a/tor.spec b/tor.spec new file mode 100644 index 0000000..0c17fa4 --- /dev/null +++ b/tor.spec @@ -0,0 +1,59 @@ +Name: tor +Version: 0.2.4.22 +Release: 1mamba +Summary: Protects your privacy on the internet +Group: Applications/Security +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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 +* Fri Jul 25 2014 Silvan Calarco 0.2.4.22-1mamba +- package created using the webbuild interface