aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-rpm-creation.txt
Commit message (Collapse)AuthorAge
* Remove various outdated documents.Nick Mathewson2013-06-12
| | | | | | | | | | | | | | | | | | | | | | | doc/TODO and doc/spec/README were placeholders to tell people where to look for the real TODO and README stuff -- we replaced them years ago, though. authority-policy, v3-authority-howto, and torel-design.txt belong in torspec. I'm putting them in attic there since I think they may be in large part obsolete, but someone can rescue them if they're not. translations.txt is outdated, and refers to lots of programs other than Tor. We have much better translation resources on the website now. tor-win32-mingw-creation.txt is pending review of a revised version for 0.2.5 (see ticket #4520), but there's no reason to ship this one while we're waiting for an accurate version. the tor-rpm-creation.txt isn't obsolete AFAIK, but it belongs in doc/contrib if anywhere. Resolves bug #8965.
* Fixes/beautification of RPM spec. Tiny improvements in RPM build docs.Ondrej Mikle2012-07-31
|
* Workaround for building EL5 RPMs by specifying rpmbuild-md5. Updated old ↵Ondrej Mikle2012-07-31
| | | | note about using static libevent when building RPMs.
* Dependencies for RPM building with mock should work nowOndrej Mikle2012-07-31
|
* updated rpm instructions for realtime libevent.Andrew Lewman2009-07-02
|
* Clean up the rpm creation steps.Andrew Lewman2009-01-29
| | | | svn:r18325
* As nick commented, tor's configure doesn't know what --enable-static andAndrew Lewman2007-11-02
| | | | | | | --disable-shared actually are, so remove it from docs and spec file. svn:r12321
* And more places with the wrong url, now updated.Andrew Lewman2007-10-29
| | | | svn:r12267
* eventdns seems to run fine on osx, rpm-based linuxes, and win32.Andrew Lewman2007-07-14
| | | | | | | Include it in the build instructions. svn:r10826
* Updates to win32-mingw. libevent1.1b builds. openssl doesn't.Andrew Lewman2006-09-12
| | | | svn:r8371
* Grammar fixes for clarity.Andrew Lewman2006-07-21
| | | | svn:r6797
* typo, whitespace, and a clarificationRoger Dingledine2006-06-12
| | | | svn:r6605
* All new, re-written instructions for building Tor binaries in rpmAndrew Lewman2006-02-17
| | | | | | | format. This re-write matches the new tor.spec.in changes. svn:r6026
* Remove the tor rpm creation text from the tor.spec.in file, asAndrew Lewman2006-02-14
apparently rpmbuild interprets any % as a macro, even behind comments. Create a new file in tor/doc that describes how to create tor rpms. svn:r6018