Browse Source

krb5-1.14.3-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10736 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
5cf42c71f5
1 changed files with 11 additions and 7 deletions
  1. 11 7
      k/krb5/krb5-vl.spec

+ 11 - 7
k/krb5/krb5-vl.spec

@@ -20,14 +20,14 @@ BuildRequires: socket_wrapper
 Summary: The Kerberos network authentication system
 Summary(ja): Kerberos ネットワーク認証システム
 Name: krb5
-Version: 1.14.2
+Version: 1.14.3
 Release: 1%{_dist_release}
 
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.1-signed.tar
 Source0: krb5-%{version}.tar.gz
 # Source1: krb5-%{version}.tar.gz.asc
-Source3: krb5-%{version}-pdfs.tar
+#Source3: krb5-%{version}-pdfs.tar
 Source1000: krb5-%{version}-man.tar
 Source1001: krb5-%{version}-html.tar
 
@@ -80,7 +80,7 @@ BuildRequires: autoconf, bison, flex, gawk
 # BuildRequires: libcom_err-devel, libss-devel
 BuildRequires: e2fsprogs-devel
 # BuildRequires: gzip, ncurses-devel, rsh, texinfo, texinfo-tex, tar
-BuildRequires: gzip, ncurses-devel, rsh, texinfo, tar
+BuildRequires: gzip, ncurses-devel, texinfo, tar
 # BuildRequires: python-sphinx
 # BuildRequires: texlive
 # BuildRequires: texlive-latexrecommended
@@ -242,7 +242,8 @@ certificate.
 # end of compat32 package
 
 %prep
-%setup -q -a 3 -a 1000 -a 1001
+#setup -q -a 3 -a 1000 -a 1001
+%setup -q -a 1000 -a 1001
 ln -s NOTICE LICENSE
 
 %patch60 -p1 -b .pam
@@ -607,7 +608,7 @@ exit 0
 %doc src/config-files/services.append
 %doc src/config-files/krb5.conf
 %doc build-html/*
-%doc build-pdf/user.pdf build-pdf/basic.pdf
+#doc build-pdf/user.pdf build-pdf/basic.pdf
 %attr(0755,root,root) %doc src/config-files/convert-config-files
 
 # Clients of the KDC, including tools you're likely to need if you're running
@@ -640,7 +641,7 @@ exit 0
 %files server
 %defattr(-,root,root,-)
 %docdir %{_mandir}
-%doc build-pdf/admin.pdf build-pdf/build.pdf
+#doc build-pdf/admin.pdf build-pdf/build.pdf
 %doc src/config-files/kdc.conf
 
 /etc/rc.d/init.d/krb5kdc
@@ -757,7 +758,7 @@ exit 0
 %defattr(-,root,root,-)
 %docdir %{_mandir}
 %doc doc/krb5-protocol
-%doc build-pdf/appdev.pdf build-pdf/plugindev.pdf
+#doc build-pdf/appdev.pdf build-pdf/plugindev.pdf
 
 %{_includedir}/*
 %{_libdir}/libgssapi_krb5.so
@@ -840,6 +841,9 @@ exit 0
 %endif
 
 %changelog
+* Mon Aug  1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.3-1
+- updated to 1.14.3.
+
 * Wed May 25 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.2-1
 - updated to 1.14.2.