]> git.pld-linux.org Git - packages/aliases2cdbm.git/blobdiff - aliases2cdbm.spec
- tabs in preamble
[packages/aliases2cdbm.git] / aliases2cdbm.spec
index 7ca252fff50f96cf7604179efe03c69e0f61fce3..d6efff875401ea03574e452b6587e090bc72097e 100644 (file)
@@ -1,51 +1,54 @@
 Summary:       Convert mail aliases into input suitable for cdbmake
-Name:          aliases2cdbm 
+Summary(pl.UTF-8):     Konwerter aliasów pocztowych na wejście dla cdbmake
+Name:          aliases2cdbm
 Version:       1.0
 Release:       1
 License:       GPL
 Group:         Applications/Text
-Group(de):     Applikationen/Text
-Group(pl):     Aplikacje/Tekst
-URL:           http://www.pobox.com/~jmknoble/software/
-Source0:       http://www.pobox.com/~jmknoble/software/aliases2cdbm/%{name}-%{version}.tar.gz
+Source0:       http://www.jmknoble.net/software/aliases2cdbm/%{name}-%{version}.tar.gz
+# Source0-md5: 1408c1f17db44045b9b37e2c6ec6a4a7
 Patch0:                %{name}-tolower.patch
+URL:           http://www.jmknoble.net/software/aliases2cdbm/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 `Aliases2cdbm' is a utility for converting mail aliases from a text
-file (e.g., /etc/aliases) into input suitable for the `cdbmake'
+file (e.g., /etc/mail/aliases) into input suitable for the `cdbmake'
 utility. Cdbmake can then create a constant database (CDB) suitable
 for reliable, high-speed mail alias lookups (see
 <ftp://koobera.math.uic.edu/www/cdb.html> for more information about
 D.J. Bernstein's cdb package, which includes cdbmake).
 
+%description -l pl.UTF-8
+Aliases2cdbm to narzędzie do konwersji aliasów pocztowych z pliku
+tekstowego (np. /etc/mail/aliases) na postać odpowiednią jako wejście
+narzędzia cdbmake. cdbmake może tworzyć stałą bazę danych (CDB)
+odpowiednią do pewnego i szybkiego wyszukiwania aliasów (pod adresem
+ftp://koobera.math.uic.edu/www/cdb.html znajduje się więcej
+informacji o pakiecie cdb D. J. Bernsteina, w tym o cdbmake).
 
 %prep
 %setup -q
-%patch0 -p1 
+%patch0 -p1
 
 %build
-
-%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" PREFIX="%{prefix}"
-%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" PREFIX="%{prefix}" extra
+%{__make} OPTFLAGS="%{rpmcflags}" PREFIX="%{_prefix}"
+%{__make} OPTFLAGS="%{rpmcflags}" PREFIX="%{_prefix}" extra
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man1}
 
 install aliases2cdbm           $RPM_BUILD_ROOT%{_bindir}
 #install       exim.newaliases.cdb     $RPM_BUILD_ROOT%{_sbindir}
 install aliases2cdbm.1         $RPM_BUILD_ROOT%{_mandir}/man1
-                                                                                   
-gzip -9nf README aliases.sample aliases.warnings 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz 
+%doc README aliases.sample aliases.warnings
 %attr(0755,root,root) %{_bindir}/aliases2cdbm
 %attr(0444,root,root) %{_mandir}/man1/*
 #%attr(0644,root,root) %{_sysconfdir}/aliases.conf
This page took 0.040439 seconds and 4 git commands to generate.