logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[CVS] OpenSSL: OpenSSL_0_9_7-stable: openssl/ openssl.spec: msg#00018

Subject: [CVS] OpenSSL: OpenSSL_0_9_7-stable: openssl/ openssl.spec
  OpenSSL CVS Repository
  http://cvs.openssl.org/
  ____________________________________________________________________________

  Server: cvs.openssl.org                  Name:   Richard Levitte
  Root:   /e/openssl/cvs                   Email:  levitte@xxxxxxxxxxx
  Module: openssl                          Date:   07-May-2003 14:02:35
  Branch: OpenSSL_0_9_7-stable             Handle: 2003050713023400

  Modified files:           (Branch: OpenSSL_0_9_7-stable)
    openssl                 openssl.spec

  Log:
    /usr/lib/pkgconfig/openssl.pc was never installed in the RPM.
    Notified by Bennett Todd <bet@xxxxxxxxx>.

  Summary:
    Revision    Changes     Path
    1.6.2.5     +7  -4      openssl/openssl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/openssl.spec
  ============================================================================
  $ cvs diff -u -r1.6.2.4 -r1.6.2.5 openssl.spec
  --- openssl/openssl.spec      21 Apr 2003 22:00:49 -0000      1.6.2.4
  +++ openssl/openssl.spec      7 May 2003 12:02:34 -0000       1.6.2.5
  @@ -83,18 +83,18 @@
   
   %build 
   
  -%define CONFIG_FLAGS -DSSL_ALLOW_ADH --prefix=/usr 
  +%define CONFIG_FLAGS -DSSL_ALLOW_ADH --prefix=/usr --openssldir=%{openssldir}
   
   perl util/perlpath.pl /usr/bin/perl
   
   %ifarch i386 i486 i586 i686
  -./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-elf shared
  +./Configure %{CONFIG_FLAGS} linux-elf shared
   %endif
   %ifarch ppc
  -./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-ppc shared
  +./Configure %{CONFIG_FLAGS} linux-ppc shared
   %endif
   %ifarch alpha
  -./Configure %{CONFIG_FLAGS} --openssldir=%{openssldir} linux-alpha shared
  +./Configure %{CONFIG_FLAGS} linux-alpha shared
   %endif
   LD_LIBRARY_PATH=`pwd` make
   LD_LIBRARY_PATH=`pwd` make rehash
  @@ -130,6 +130,7 @@
   %doc CHANGES CHANGES.SSLeay LICENSE NEWS README
   
   %attr(0644,root,root) /usr/lib/*.a
  +%attr(0644,root,root) /usr/lib/pkgconfig/openssl.pc
   %attr(0644,root,root) /usr/include/openssl/*
   %attr(0644,root,root) /usr/man/man[3]/*
   
  @@ -145,6 +146,8 @@
   ldconfig
   
   %changelog
  +* Wed May  7 2003 Richard Levitte <richard@xxxxxxxxxxx>
  +- Add /usr/lib/pkgconfig/openssl.pc to the development section.
   * Thu Mar 22 2001 Richard Levitte <richard@xxxxxxxxxxx>
   - Removed redundant subsection that re-installed libcrypto.a and libssl.a
     as well.  Also remove RSAref stuff completely, since it's not needed
  @@ .
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@xxxxxxxxxxx
Automated List Manager                           majordomo@xxxxxxxxxxx



<Prev in Thread] Current Thread [Next in Thread>