]> git.pld-linux.org Git - packages/nettle.git/commitdiff
- updated to 2.0 auto/th/nettle-2_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Oct 2009 11:32:11 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated info patch

Changed files:
    nettle-info.patch -> 1.2
    nettle.spec -> 1.19

nettle-info.patch
nettle.spec

index a33f7d466fc11082751bddd01fc91b82945f245a..259818de56555a1be9fec741603117f27aa62f4c 100644 (file)
@@ -1,14 +1,14 @@
---- nettle-1.7/nettle.texinfo.orig     Tue Mar 11 16:19:54 2003
-+++ nettle-1.7/nettle.texinfo  Fri Apr  4 22:01:05 2003
-@@ -8,9 +8,9 @@
- @footnotestyle end
- @syncodeindex fn cp
+--- nettle-2.0/nettle.texinfo.orig     2009-06-08 20:27:11.000000000 +0200
++++ nettle-2.0/nettle.texinfo  2009-10-03 13:00:46.576615127 +0200
+@@ -32,9 +32,9 @@
+ @insertcopying
+ @end titlepage
  
--@dircategory GNU Libraries
+-@dircategory Encryption
 +@dircategory Libraries:
  @direntry
--* Nettle: (nettle).           A low-level cryptographics library.
-+* Nettle: (nettle).                   A low-level cryptographics library
+-* Nettle: (nettle).             A low-level cryptographic library.
++* Nettle: (nettle).                   A low-level cryptographic library
  @end direntry
  
- @set UPDATED-FOR 1.5
+ @contents
index 472ba6a3ad334f5a7844db146a0226ea22ce35d1..9df529007aa642dd59064f5a3aabbf605ce84063 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Nettle - a cryptographic library
 Summary(pl.UTF-8):     Nettle - biblioteka kryptograficzna
 Name:          nettle
-Version:       1.15
+Version:       2.0
 Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftp.lysator.liu.se/pub/security/lsh/%{name}-%{version}.tar.gz
-# Source0-md5: 6b0fd004359660b65ff3eca77b3d5fa6
+# Source0-md5: d813bc76b1042d76100efbc6a955d7df
 Patch0:                %{name}-info.patch
 URL:           http://www.lysator.liu.se/~nisse/lsh/
 BuildRequires: ghostscript
@@ -69,7 +69,7 @@ Statyczna biblioteka nettle.
        --enable-shared
 
 %{__make} \
-       SHLIBLIBS="-lgmp"
+       LIBHOGWEED_LIBS="-L. -lnettle -lgmp"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -77,30 +77,39 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%post devel    -p      /sbin/postshell
+%post  devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun devel  -p      /sbin/postshell
+%postun        devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_bindir}/nettle-lfib-stream
+%attr(755,root,root) %{_bindir}/pkcs1-conv
+%attr(755,root,root) %{_bindir}/sexp-conv
+%attr(755,root,root) %{_libdir}/libhogweed.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libhogweed.so.1
+%attr(755,root,root) %{_libdir}/libnettle.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libnettle.so.3
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libhogweed.so
+%attr(755,root,root) %{_libdir}/libnettle.so
 %{_includedir}/nettle
-%{_infodir}/*.info*
+%{_infodir}/nettle.info*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libhogweed.a
+%{_libdir}/libnettle.a
This page took 0.122711 seconds and 4 git commands to generate.