]> git.pld-linux.org Git - packages/courier-filter.git/blobdiff - courier-filter.spec
- up to 0.17
[packages/courier-filter.git] / courier-filter.spec
index 3fad67b335a0e74693f73c86bceb3cfa77420373..2496bf771c0aacad0b2d8e0c6c6d59537d0fdb51 100644 (file)
@@ -1,32 +1,33 @@
-#
-# TODO:
-#      - pl
-#
 %include       /usr/lib/rpm/macros.perl
 Summary:       Purely Perl-based mail filter framework for the Courier
-Summary(pl):   -
+Summary(pl.UTF-8):     Oparty na czystym Perlu szkielet filtra pocztowego dla Couriera
 Name:          courier-filter
-Version:       0.16
+Version:       0.17
 Release:       0.1
 License:       GPL and Artistic
 Group:         Development/Languages/Perl
-Source0:       http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/courier-filter/Courier-Filter-%{version}.tar.gz
-# Source0-md5: de6c5d645f2b6e56c0fd15e0ec6b005f
-URL:           http://www.mehnle.net/software/courier-filter
+Source0:       http://www.cpan.org/modules/by-authors/id/J/JM/JMEHNLE/courier-filter/Courier-Filter-%{version}.tar.gz
+# Source0-md5: 5757e4da0633994dbf3b66de55d455f5
+URL:           http://search.cpan.org/dist/Courier-Filter/
+BuildRequires: perl-Module-Build
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl(Module::Build)
 Requires:      courier
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Courier::Filter implements the courierfilter interface as a framework for mail
-filter modules that frees modules from the duties of creating and handling the
-UNIX domain sockets, waiting for connections from Courier, and reading and
-parsing message and control files.
-
-%description -l pl
+Courier::Filter implements the courierfilter interface as a framework
+for mail filter modules that frees modules from the duties of creating
+and handling the UNIX domain sockets, waiting for connections from
+Courier, and reading and parsing message and control files.
+
+%description -l pl.UTF-8
+Courier::Filter implementuje interfejs courierfilter jako szkielet dla
+modułów filtrujących pocztę uwalniający moduły od konieczności
+tworzenia i obsługi gniazd uniksowych, oczekiwania na połączenia z
+Couriera oraz czytania i przetwarzania wiadomości i plików
+kontrolnych.
 
 %prep
 %setup -q -n Courier-Filter-%{version}
@@ -55,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGES README TODO
 %attr(755,root,root) %{_bindir}/pureperlfilter
 %attr(755,root,root) %{_bindir}/test-filter-module
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/courier/filters/*
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/courier/filters/*
 %{_datadir}/courier-filter-perl
 %{_mandir}/man1/*
 %{_mandir}/man3/*
This page took 0.084222 seconds and 4 git commands to generate.