forked from manugarg/pacparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpacparser.spec
More file actions
43 lines (33 loc) · 749 Bytes
/
pacparser.spec
File metadata and controls
43 lines (33 loc) · 749 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
38
39
40
41
42
43
# Spec file for pacparser
Summary: pacparser
License: LGPL
Name: {{{ git_name name=pacparser }}}
Version: {{{ git_version lead=1.4 }}}
Release: 1%{?dist}
Source: {{{ git_dir_pack }}}
Prefix: /usr
Group: Development/Tools
%description
pacparser is a library to parse proxy auto-config (PAC) files.
%prep
{{{ git_dir_setup_macro }}}
%build
cd src
make
%install
cd src
make install DESTDIR=$RPM_BUILD_ROOT
%post
/usr/sbin/ldconfig
%postun
/usr/sbin/ldconfig
%files
%defattr(-,root,root)
/usr/bin/pactester
/usr/include/pacparser.h
/usr/lib/libpacparser.so
/usr/lib/libpacparser.so.1
%docdir /usr/share/man
/usr/share/man
%docdir /usr/share/doc/pacparser
/usr/share/doc/pacparser