[Privoxy-commits] [privoxy] 11/12: developer-manual: Remove the packaging instructions for RPM-based systems
User Git
git at git.privoxy.org
Tue Dec 15 07:47:24 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 1145364666f6eea05293de6332a0e17789748348
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 15 08:25:04 2020 +0100
developer-manual: Remove the packaging instructions for RPM-based systems
They don't work and we don't release RPM packages anymore anyway.
---
doc/source/developer-manual.sgml | 37 -------------------------------------
1 file changed, 37 deletions(-)
diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index 55eea521..5768b30a 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -2569,43 +2569,6 @@ for-privoxy-version=3.0.11
</programlisting>
</sect3>
- <sect3 id="newrelease-rpm"><title>SuSE, Conectiva or Red Hat RPM</title>
- <para>
- In following text, replace <replaceable class="parameter">dist</replaceable>
- with either <quote>rh</quote> for Red Hat or <quote>suse</quote> for SuSE.
- </para>
- <para>
- First, <emphasis>make sure that you have freshly exported the right
- version into an empty directory</emphasis>. (See "Building and releasing
- packages" above).
- </para>
- <para>
- As the only exception to not changing anything after export from Git,
- now examine the file <filename>privoxy-</filename><replaceable class="parameter">dist</replaceable><filename>.spec</filename>
- and make sure that the version information and the RPM release number are
- correct. The RPM release numbers for each version start at one. Hence it must
- be reset to one if this is the first RPM for
- <replaceable class="parameter">dist</replaceable> which is built from version
- X.Y.Z. Check the
- <ulink url="https://sourceforge.net/projects/ijbswa/files/">file
- list</ulink> if unsure. Else, it must be set to the highest already available RPM
- release number for that version plus one.
- </para>
- <para>
- Then run:
- </para>
- <programlisting>
- cd current
- autoheader && autoconf && ./configure
-</programlisting>
- <para>
- Then do
- </para>
- <programlisting>
- make <replaceable class="parameter">dist</replaceable>-dist
-</programlisting>
- </sect3>
-
<sect3 id="NEWRELEASE-WINDOWS"><title>Windows</title>
<!-- so annoying: docbook generated ids are UPPERCASE so
links to "whatever.html#idtag" DO NOT WORK!!
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list