From 37b5b32b49b6cd2901d8ece2a7d97d68178a3315 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Oct 04 2004 07:33:43 +0000 Subject: - updated translations and build sequence --- diff --git a/.cvsignore b/.cvsignore index 25d82ba..b84e1db 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ authconfig-4.6.4-3.tar.bz2 authconfig-4.6.4-4.tar.bz2 authconfig-4.6.4-5.tar.bz2 authconfig-4.6.4-6.tar.bz2 +authconfig-4.6.5.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 69aac0d..49fccc6 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,13 +1,13 @@ Summary: Text-mode tool for setting up NIS and shadow passwords. Name: authconfig -Version: 4.6.4 -Release: 6 +Version: 4.6.5 +Release: 1 License: GPL ExclusiveOS: Linux Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-root -Source: %{name}-%{version}-%{release}.tar.bz2 -Requires: glibc >= 2.1, pam >= 0.73, glib2, pam >= 0.75-43 +Source: %{name}-%{version}.tar.bz2 +Requires: glibc >= 2.1, pam >= 0.73, glib2, pam >= 0.75-43, nscd Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 BuildPrereq: pam-devel >= 0.73, newt-devel, glib2-devel, python, python-devel BuildPrereq: desktop-file-utils, intltool, gettext, perl-XML-Parser @@ -35,7 +35,8 @@ a system to be a client for certain networked user information and authentication schemes. %prep -%setup -q -n %{name}-%{version}-%{release} +%setup -q -n %{name}-%{version} +./autogen.sh %build CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS @@ -78,6 +79,14 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Mon Oct 04 2004 Jindrich Novy 4.6.5-1 +- updated translations from upstream +- autogeneration of build stripts in prep phase + +* Fri Sep 30 2004 Jindrich Novy +- fixed man page +- added dependency on nscd + * Wed Sep 29 2004 Jindrich Novy 4.6.4-6 - regenerated build scripts diff --git a/sources b/sources index 1bd140e..b46bbef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63ed0a822202d6303e0cb8df013cbae2 authconfig-4.6.4-6.tar.bz2 +90c9bffc229591da9e45234b2b004ffc authconfig-4.6.5.tar.bz2