You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/01/18 06:55:09 UTC

svn commit: rev 6199 - in incubator/spamassassin/trunk: . build

Author: felicity
Date: Sat Jan 17 21:55:08 2004
New Revision: 6199

Modified:
   incubator/spamassassin/trunk/build/README
   incubator/spamassassin/trunk/spamassassin.spec
Log:
updated spec file, removed unkempt polish translations, etc.

Modified: incubator/spamassassin/trunk/build/README
==============================================================================
--- incubator/spamassassin/trunk/build/README	(original)
+++ incubator/spamassassin/trunk/build/README	Sat Jan 17 21:55:08 2004
@@ -50,8 +50,9 @@
 
 - SVN tag the release files.  This is done using "svn copy", ie:
 
-  svn copy https://svn.apache.org/repos/asf/incubator/spamassassin/branches/b2_6_0 \
-           https://svn.apache.org/repos/asf/incubator/spamassassin/tags/spamassassin_release_2_6_1
+  svn copy -m "creating tag for release 2.62" \
+	https://svn.apache.org/repos/asf/incubator/spamassassin/branches/b2_6_0 \
+	https://svn.apache.org/repos/asf/incubator/spamassassin/tags/spamassassin_release_2_6_2
 
   This will do a completely server-side tagging (which is the same as
   a branch really) of whatever the latest branch revision to be the new

Modified: incubator/spamassassin/trunk/spamassassin.spec
==============================================================================
--- incubator/spamassassin/trunk/spamassassin.spec	(original)
+++ incubator/spamassassin/trunk/spamassassin.spec	Sat Jan 17 21:55:08 2004
@@ -3,7 +3,8 @@
 # namely, making the tools RPM for masses, sql, and tools, and
 # the perl-Mail-SpamAssassin rpm for the modules only.
 
-#%include        /usr/lib/rpm/macros.perl
+%define real_version 2.70
+%define version %{real_version}
 
 %define _unpackaged_files_terminate_build       0
 %define _missing_doc_files_terminate_build      0
@@ -15,10 +16,7 @@
 
 Summary:        a spam filter for email which can be invoked from mail delivery agents
 Summary(pl):    Filtr antyspamowy, przeznaczony dla program�w dostarczaj�cych poczt� (MDA)
-
 Group:          Applications/Mail
-%define version 2.70
-%define real_version 2.70
 
 # Release number can be specified with rpmbuild --define 'release SOMETHING' ...
 # If no such --define is used, the release number is 1.
@@ -64,18 +62,6 @@
 includes the spamc/spamc components which considerably speeds processing of
 mail.
 
-%description -l pl
-SpamAssassin udost�pnia Ci mo�liwo�� zredukowania, je�li nie
-kompletnego wyeliminowania Niezamawianej Komercyjnej Poczty
-(Unsolicited Bulk Email, spamu) z Twojej poczty. Mo�e by�
-wywo�ywany z MDA, np. Sendmaila czy Postfixa, lub z pliku ~/.forward
-itp. U�ywa og�lnego algorytmu oceniania w celu identyfikacji
-wiadomo�ci, kt�re wygl�daj� na spam, po czym dodaje nag��wki do
-wiadomo�ci, umo�liwiaj�c filtrowanie przez oprogramowanie u�ytkownika.
-Ta dystrybucja zawiera programy spamc/spamc, umo�liwiaj�ce
-uruchomienie serwera, co znacznie przyspieszy proces przetwarzania
-poczty.
-
 %package tools
 Summary:        Miscellaneous tools and documentation for SpamAssassin
 Summary(pl):    Przer�ne narz�dzia zwi�zane z SpamAssassin
@@ -86,10 +72,6 @@
 Miscellaneous tools and documentation from various authors, distributed
 with SpamAssassin.  See /usr/share/doc/SpamAssassin-tools-*/.
 
-%description tools -l pl
-Przer�ne narz�dzia, dystrybuowane razem z SpamAssassin. Zobacz
-/usr/share/doc/SpamAssassin-tools-*/.
-
 %package -n perl-Mail-SpamAssassin
 Summary:        %{pdir}::%{pnam} -- SpamAssassin e-mail filter Perl modules
 Summary(pl):    %{pdir}::%{pnam} -- modu�y Perla filtru poczty SpamAssassin
@@ -106,16 +88,6 @@
 ``spam'', also known as unsolicited commercial email. Once identified, the
 mail can then be optionally tagged as spam for later filtering using the
 user's own mail user-agent application.
-
-%description -n perl-Mail-SpamAssassin -l pl
-Mail::SpamAssassin jest pluginem dla Mail::Audit, s�u��cym do
-identyfikacji spamu przy u�yciu analizy zawarto�ci i/lub internetowych
-czarnych list. Do zidentyfikowania jako ,,spam'' stosuje szeroki
-zakres test�w heurystycznych na nag��wkach i tre�ci, posi�kuj�c si�
-stworzon� wcze�niej baz� regu�. Po zidentyfikowaniu, poczta mo�e by�
-oznaczona jako spam w celu p�niejszego wyfiltrowania, np. przy u�yciu
-aplikacji do czytania poczty.
-
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{real_version}