SPECS: shishi.spec - updated to 0.0.26, updated info patch, added ...
qboosh
qboosh at pld-linux.org
Wed May 17 07:32:59 CEST 2006
Author: qboosh Date: Wed May 17 05:32:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.0.26, updated info patch, added pl.po-update patch
---- Files affected:
SPECS:
shishi.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: SPECS/shishi.spec
diff -u SPECS/shishi.spec:1.40 SPECS/shishi.spec:1.41
--- SPECS/shishi.spec:1.40 Fri Apr 14 18:14:39 2006
+++ SPECS/shishi.spec Wed May 17 07:32:54 2006
@@ -2,25 +2,26 @@
Summary: Shishi - an implementation of RFC 1510(bis) (Kerberos V5 authentication)
Summary(pl): Shishi - implementacja RFC 1510(bis) (uwierzytelniania Kerberos V5)
Name: shishi
-Version: 0.0.22
-Release: 3
+Version: 0.0.26
+Release: 1
Epoch: 0
License: GPL
Group: Libraries
Source0: http://josefsson.org/shishi/releases/%{name}-%{version}.tar.gz
-# Source0-md5: f613e538ed0bb990f3644bbe5f0ab444
+# Source0-md5: e46273fa793873aa6509eab7a736825b
Source1: %{name}-shishid.init
Source2: %{name}-shishid.sysconfig
Patch0: %{name}-info.patch
+Patch1: %{name}-pl.po-update.patch
URL: http://josefsson.org/shishi/
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.9
-BuildRequires: gettext-devel >= 0.12.1
+BuildRequires: gettext-devel >= 0.14.1
BuildRequires: gnutls-devel >= 1.2.5
BuildRequires: gtk-doc >= 1.1
BuildRequires: libgcrypt-devel >= 1.1.43
BuildRequires: libidn-devel >= 0.1.0
-BuildRequires: libtasn1-devel >= 0.2.5
+BuildRequires: libtasn1-devel >= 0.3.1
BuildRequires: libtool >= 2:1.5
BuildRequires: pam-devel
BuildRequires: rpmbuild(macros) >= 1.268
@@ -68,11 +69,11 @@
Summary(pl): Pliki nagłówkowe biblioteki Shishi
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: gnutls-devel >= 0.8.8
+Requires: gnutls-devel >= 1.2.5
Requires: gtk-doc-common
Requires: libgcrypt-devel >= 1.1.43
Requires: libidn-devel >= 0.1.0
-Requires: libtasn1-devel >= 0.2.5
+Requires: libtasn1-devel >= 0.3.1
%description devel
Header files for Shishi library.
@@ -128,6 +129,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
rm -f po/stamp-po
@@ -135,14 +137,15 @@
%{__perl} -pi -e 's/^(SUBDIRS.*) rsh-redone/$1/' extra/Makefile.am
%build
-# blegh, lt incompatible with ksh - must rebuild
%{__libtoolize}
%{__aclocal} -I gl/m4 -I m4
%{__autoconf}
%{__autoheader}
%{__automake}
%configure \
- --with-libgcrypt
+ --with-pam-dir=/%{_lib}/security
+# doesn't build with gnulib based on libgcrypt (relies on gnulib arcfour code)
+# --with-libgcrypt
%{__make}
%{__make} extra
@@ -157,8 +160,7 @@
%{__make} -C extra install \
DESTDIR=$RPM_BUILD_ROOT
-mv -f $RPM_BUILD_ROOT%{_libdir}/pam_shishi.so* $RPM_BUILD_ROOT/%{_lib}/security
-rm -f $RPM_BUILD_ROOT%{_libdir}/pam_shishi.{la,a}
+rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_shishi.{la,a}
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/shishid
install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/shishid
@@ -242,6 +244,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2006/05/17 05:32:54 qboosh
+- updated to 0.0.26, updated info patch, added pl.po-update patch
+
Revision 1.40 2006/04/14 16:14:39 glen
- use %service, rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/shishi.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list