forked from BelledonneCommunications/ortp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpkg.list
More file actions
38 lines (28 loc) · 721 Bytes
/
pkg.list
File metadata and controls
38 lines (28 loc) · 721 Bytes
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
# -*- 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