]> git.pld-linux.org Git - packages/Razor.git/commitdiff
- new, STBR
authorradek <radek@pld-linux.org>
Sun, 21 Jul 2002 10:53:13 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Razor.spec -> 1.1

Razor.spec [new file with mode: 0644]

diff --git a/Razor.spec b/Razor.spec
new file mode 100644 (file)
index 0000000..bdd4fb7
--- /dev/null
@@ -0,0 +1,69 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       Collection of files for checking, reporting, and revoking spam.
+Summary(pl):   Zbiór plików do sprawdzania, raportowania i odrzucania spamu.
+Name:          Razor
+Version:       2.12
+Release:       1
+License:       Artistic
+Group:         Applications/Mail
+Source0:       http://unc.dl.sourceforge.net/sourceforge/razor/razor-agents-2.12.tar.gz
+Patch0:                razor-agents-makefile.patch
+URL:           http://razor.sourceforge.net/
+BuildRequires: perl >= 5
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      perl-Razor = %{version}
+
+%description
+Vipul's Razor is a distributed, collaborative, spam detection, reporting,
+and filtering network.  The primary focus of the system is to identify
+and remove all email spam from the internet.  Visit the website at
+<http://razor.sourceforge.net/>.
+
+%description -l pl
+Vipul's Razor jest dystrybuowaln±, tworzon± dziêki wspó³pracy sieci±,
+s³u¿±c± do wykrywania spamu, raportowania i filtrowania.  Podstawowym
+zadaniem systemu jest identyfikacja spamu z poczty internetowej.
+Odwied¼ stronê domow±: <http://razor.sourceforge.net/>.
+
+%package -n perl-Razor
+Summary:       Perl modules for Razor
+Summary(pl):   Modu³y Perla dla Razora
+Group:         Development/Languages/Perl
+
+%description -n perl-Razor
+Perl modules for Razor, class Razor2::.
+
+%description -n perl-Razor -l pl
+Modu³y Perla dla Razora, klasa Razor2::.
+
+%prep
+%setup -q -n razor-agents-%{version}
+%patch -p0
+
+%build
+perl Makefile.PL
+%{__make}
+#%{__make} test
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+for f in check register report revoke; do
+       ln -sf razor-client $RPM_BUILD_ROOT%{_bindir}/razor-$f
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Change* BUGS README INSTALL CREDITS
+%{_bindir}/*
+%{_mandir}/man[15]/*
+
+%files -n perl-Razor
+%{perl_sitelib}/Razor2
+%{_mandir}/man3/*
This page took 0.080101 seconds and 4 git commands to generate.