File: not-installed

package info (click to toggle)
libpulp 0.3.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,976 kB
  • sloc: ansic: 11,792; python: 1,216; sh: 881; makefile: 871; cpp: 582; asm: 387
file content (16 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# As explained in the openSUSE Tumbleweed package, libpulp.so should not be
# distributed, because libpulp.so is supposed to be pre-loaded with LD_PRELOAD:
#
#   # Remove .la and .so files.  libpulp.so is not supposed to be linked
#   # against any programs or libraries, but LD_PRELOAD'ed, so do not
#   # distribute it, not even in the devel package.
#   find %{buildroot}/%{_prefix} -name libpulp.la -delete
#   find %{buildroot}/%{_prefix} -name libpulp.so -delete
#
#   # Reference: https://build.opensuse.org/projects/devel:tools/packages/libpulp/files/libpulp.spec?expand=1
#
usr/lib/*/libpulp.la
usr/lib/*/libpulp.so

# Libpulp installs a SUSE-specific script to create rpm packages
usr/bin/setup_package.sh