Skip to content

Commit

Permalink
libevent2.1: -shlibs stub for unused old version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacks committed Aug 25, 2023
1 parent cb6503b commit 28e3c71
Showing 1 changed file with 14 additions and 33 deletions.
47 changes: 14 additions & 33 deletions 10.9-libcxx/stable/main/finkinfo/libs/libevent2.1-shlibs.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: libevent2.1-shlibs
Version: 2.1.8
Revision: 4
Revision: 5
Description: Event notification library, version 2
License: BSD
Maintainer: Daniel Johnson <[email protected]>
Expand All @@ -17,6 +17,8 @@ BuildDepends: <<
pkgconfig
<<
Depends: openssl300-shlibs
Conflicts: %N (<< 2.1.8-5)
Replaces: %N (<< 2.1.8-5)

PatchScript: <<
perl -pi -e 's/python2/python/' event_rpcgen.py
Expand All @@ -32,7 +34,17 @@ CompileScript: <<
# Tests pass but require network access.
#InfoTest: TestScript: make check || exit 2

InstallScript: make install DESTDIR=%d
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
pushd %i
rm -r bin include lib/pkgconfig
rm lib/libevent_core.{dylib,la}
rm lib/libevent_extra.{dylib,la}
rm lib/libevent_openssl.{dylib,la}
rm lib/libevent_pthreads.{dylib,la}
rm lib/libevent.{dylib,la}
<<
Shlibs: <<
%p/lib/libevent_core-2.1.6.dylib 7.0.0 %n (>= 2.1.8-1)
%p/lib/libevent_extra-2.1.6.dylib 7.0.0 %n (>= 2.1.8-1)
Expand All @@ -49,34 +61,3 @@ DescDetail: <<
regular timeouts.
<<
DocFiles: ChangeLog LICENSE

SplitOff: <<
Package: libevent2.1
Depends: %N (= %v-%r)
Conflicts: <<
libev4,
libevent1.4,
libevent2,
libevent2.1,
libevent2.1.7
<<
Replaces: <<
libev4,
libevent1.4,
libevent2,
libevent2.1,
libevent2.1.7
<<
BuildDependsOnly: true
Files: <<
bin
include
lib/libevent_core.{dylib,la}
lib/libevent_extra.{dylib,la}
lib/libevent_openssl.{dylib,la}
lib/libevent_pthreads.{dylib,la}
lib/libevent.{dylib,la}
lib/pkgconfig
<<
DocFiles: ChangeLog LICENSE
<<

0 comments on commit 28e3c71

Please sign in to comment.