]> git.pld-linux.org Git - packages/cracklib.git/commitdiff
- add manual pages, from debian auto/th/cracklib-2_8_18-3
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 May 2012 15:46:52 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cracklib.spec -> 1.74

cracklib.spec

index 1e7bf2aa2087c4fcd00ae740f6f026cdbe3316bd..0aa255f2ef15d93e0e548fde2c0f1cf5d62ea893 100644 (file)
@@ -8,11 +8,13 @@ Summary(tr.UTF-8):    Parola denetim kitaplığı
 Summary(uk.UTF-8):     Бібліотека перевірки паролів
 Name:          cracklib
 Version:       2.8.18
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/cracklib/%{name}-%{version}.tar.gz
 # Source0-md5: 79053ad8bc714a44cd660cb12116211b
+Source1:       ftp://ftp.debian.org/debian/pool/main/c/cracklib2/%{name}2_%{version}-4.debian.tar.gz
+# Source1-md5: 5de4e3698c9cb40da746b492479efad9
 URL:           http://sourceforge.net/projects/cracklib/
 BuildRequires: python-devel
 BuildRequires: python-modules
@@ -150,7 +152,7 @@ Python binding for cracklib.
 Wiązanie Pythona do crackliba.
 
 %prep
-%setup -q
+%setup -q -a1
 
 %build
 %configure \
@@ -163,6 +165,12 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{_libdir},%{_includedir},%{_datadir}/dic
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_mandir}/man{3,8}
+cp -p debian/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
+cp -p debian/*.8 $RPM_BUILD_ROOT%{_mandir}/man8
+# debian specific
+rm $RPM_BUILD_ROOT%{_mandir}/man8/update-cracklib.8*
+
 chmod 755 util/cracklib-format
 
 util/cracklib-format $RPM_BUILD_ROOT%{_datadir}/%{name}/cracklib-small | \
@@ -196,6 +204,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/cracklib-*
 %attr(755,root,root) %{_sbindir}/create-cracklib-dict
 %attr(755,root,root) %{_libdir}/libcrack.so
+%{_mandir}/man3/FascistCheck.3*
+%{_mandir}/man8/cracklib-check.8*
+%{_mandir}/man8/cracklib-format.8*
+%{_mandir}/man8/create-cracklib-dict.8*
 %{_libdir}/libcrack.la
 %{_includedir}/crack.h
 %{_includedir}/packer.h
This page took 0.036867 seconds and 4 git commands to generate.