]> git.pld-linux.org Git - packages/aliases2cdbm.git/commitdiff
- fixes in %%build, pl translations
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 31 Oct 2001 11:00:40 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aliases2cdbm.spec -> 1.2

aliases2cdbm.spec

index 7ca252fff50f96cf7604179efe03c69e0f61fce3..4e70e7eca557944cad74ed262d623da643f0495d 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Convert mail aliases into input suitable for cdbmake
 Summary:       Convert mail aliases into input suitable for cdbmake
+Summary(pl):   Konwerter aliasów pocztowych na wej¶cie dla cdbmake
 Name:          aliases2cdbm 
 Version:       1.0
 Release:       1
 Name:          aliases2cdbm 
 Version:       1.0
 Release:       1
@@ -6,40 +7,46 @@ License:      GPL
 Group:         Applications/Text
 Group(de):     Applikationen/Text
 Group(pl):     Aplikacje/Tekst
 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
 Patch0:                %{name}-tolower.patch
 Source0:       http://www.pobox.com/~jmknoble/software/aliases2cdbm/%{name}-%{version}.tar.gz
 Patch0:                %{name}-tolower.patch
+URL:           http://www.pobox.com/~jmknoble/software/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 
 %description
 `Aliases2cdbm' is a utility for converting mail aliases from a text
 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).
 
 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
+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 znajeduje siê wiêcej
+informacji o pakiecie cdb D. J. Bernsteina, w tym o cdbmake).
 
 %prep
 %setup -q
 %patch0 -p1 
 
 %build
 
 %prep
 %setup -q
 %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
 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
                                                                                    
 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 
+gzip -9nf README aliases.sample aliases.warnings
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.06295 seconds and 4 git commands to generate.