]> git.pld-linux.org Git - packages/cracklib.git/commitdiff
- updated to 2.9.11 master auto/th/cracklib-2.9.11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 May 2023 17:35:57 +0000 (19:35 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 May 2023 17:35:57 +0000 (19:35 +0200)
cracklib-python3.patch
cracklib.spec

index 714f1fa6e0cce35674f041dbc5b9336461ff2123..4eb46ad23e6f4fce300477ace7ec10c5efb56ca8 100644 (file)
@@ -1,8 +1,7 @@
-diff -u cracklib-2.9.7.orig/configure.ac cracklib-2.9.7/configure.ac
---- cracklib-2.9.7.orig/configure.ac   2019-03-03 17:49:19.000000000 +0000
-+++ cracklib-2.9.7/configure.ac        2022-02-26 23:30:53.361504964 +0000
-@@ -72,7 +72,7 @@
- AC_HELP_STRING(--without-python,[Build a python module @<:@default=auto@:>@]),
+--- cracklib-2.9.11.orig/configure.ac  2019-03-03 17:49:19.000000000 +0000
++++ cracklib-2.9.11/configure.ac       2022-02-26 23:30:53.361504964 +0000
+@@ -72,7 +72,7 @@ AC_ARG_WITH(python,
+ AS_HELP_STRING([--without-python],[Build a python module @<:@default=auto@:>@]),
  build_python=$withval,build_python=auto)
  if test "$build_python" != no ; then
 -   AM_PATH_PYTHON(,,
index 985ef7748bcea3e035a186164b88b8331abe6628..629d50deed55c2fef925bc7198d35effeca303da 100644 (file)
@@ -14,16 +14,16 @@ Summary(ru.UTF-8):  Библиотека проверки паролей
 Summary(tr.UTF-8):     Parola denetim kitaplığı
 Summary(uk.UTF-8):     Бібліотека перевірки паролів
 Name:          cracklib
-Version:       2.9.7
-Release:       5
+Version:       2.9.11
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: https://github.com/cracklib/cracklib/releases
-Source0:       https://github.com/cracklib/cracklib/releases/download/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 0d68de25332cee5660850528a385427f
-# for manuals (note: update when available)
-Source1:       http://ftp.debian.org/debian/pool/main/c/cracklib2/%{name}2_2.9.6-2.debian.tar.xz
-# Source1-md5: 6af239dbba1fa8ce3ecc0724babe5078
+Source0:       https://github.com/cracklib/cracklib/releases/download/v%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: a6dfb1766aab43a54e1cbd78abf0a20a
+# for additional manuals (note: update when available)
+Source1:       http://ftp.debian.org/debian/pool/main/c/cracklib2/%{name}2_2.9.6-5.debian.tar.xz
+# Source1-md5: 8aebaa23809f0cbccc84b56ee54e4325
 Patch0:                %{name}-python3.patch
 URL:           https://github.com/cracklib/cracklib
 BuildRequires: gettext-tools >= 0.17
@@ -197,14 +197,11 @@ Wiązanie Pythona do crackliba.
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_libdir},%{_includedir},%{_datadir}/dict}
+
 %{__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*
+cp -p debian/create-cracklib-dict.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 chmod 755 util/cracklib-format
 
@@ -250,6 +247,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/FascistCheck.3*
 %{_mandir}/man8/cracklib-check.8*
 %{_mandir}/man8/cracklib-format.8*
+%{_mandir}/man8/cracklib-update.8*
 %{_mandir}/man8/create-cracklib-dict.8*
 %{_libdir}/libcrack.la
 %{_includedir}/crack.h
This page took 0.127095 seconds and 4 git commands to generate.