File: pkg.list

package info (click to toggle)
ortp 1%3A4.4.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,596 kB
  • sloc: ansic: 14,879; cpp: 822; makefile: 175; sh: 45
file content (38 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*- rpm-spec -*- ############################################################
# 
# EPM list file.  See epm(1) and epm.list(5) for details
# 
###############################################################################

%product	${SUMMARY}
%version	${VERSION}
%release	${RELEASE}
%description  	${SUMMARY}
%vendor		${VENDOR}
%copyright	${LICENSE}
%license	${LICENSE}
%readme		${srcdir}/README
%packager	${PACKAGER}

%system linux

# Package all-in one: should be split later on...
%provides ortp-devel

%postinstall << EOF
ldconfig 2>&1 | logger -i -s -t ${PACKAGE}
EOF

%postremove << EOF
ldconfig 2>&1 | logger -i -s -t ${PACKAGE}
EOF

%system hpux

%system all

%include files.list

%provides ortp
%replaces ortp