/[packages]/cauldron/xfindproxy/current/SPECS/xfindproxy.spec
ViewVC logotype

Contents of /cauldron/xfindproxy/current/SPECS/xfindproxy.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27750 - (show annotations) (download)
Thu Jan 20 23:59:13 2011 UTC (13 years, 3 months ago) by ennael
File size: 933 byte(s)
imported package xfindproxy
1 Name: xfindproxy
2 Version: 1.0.2
3 Release: %mkrel 1
4 Summary: Locate proxy services
5 Group: Development/X11
6 Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
7 License: MIT
8 BuildRoot: %{_tmppath}/%{name}-root
9
10 BuildRequires: libice-devel >= 1.0.0
11 BuildRequires: libx11-devel >= 1.0.0
12 BuildRequires: libxt-devel >= 1.0.0
13 BuildRequires: x11-util-macros >= 1.0.1
14
15 %description
16 xfindproxy is a program used to locate available proxy services.
17 It utilizes the Proxy Management Protocol to communicate with a proxy
18 manager. The proxy manager keeps track of all available proxy services,
19 starts new proxies when necessary, and makes sure that proxies are shared
20 whenever possible.
21
22 %prep
23 %setup -q -n %{name}-%{version}
24
25 %build
26 %configure2_5x
27
28 %make
29
30 %install
31 rm -rf %{buildroot}
32 %makeinstall_std
33
34 %clean
35 rm -rf %{buildroot}
36
37 %files
38 %defattr(-,root,root)
39 %{_bindir}/xfindproxy
40 %{_mandir}/man1/xfindproxy.1*
41
42

  ViewVC Help
Powered by ViewVC 1.1.30