automatic update by autodist [release 1.0.3-1mamba;Sat Sep 14 2013]
This commit is contained in:
parent
6d19ee0a21
commit
97d50b58d5
@ -1,2 +1,7 @@
|
||||
# xfindproxy
|
||||
|
||||
xfindproxy application is used to locate available X11 proxy services.
|
||||
|
||||
It utilizes the Proxy Management Protocol to communicate with a proxy manager.
|
||||
The proxy manager keeps track of all available proxy services, starts new proxies when necessary, and makes sure that proxies are shared whenever possible.
|
||||
|
||||
|
51
xfindproxy.spec
Normal file
51
xfindproxy.spec
Normal file
@ -0,0 +1,51 @@
|
||||
Name: xfindproxy
|
||||
Version: 1.0.3
|
||||
Release: 1mamba
|
||||
Summary: xfindproxy - locate proxy services
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
xfindproxy application is used to locate available X11 proxy services.
|
||||
|
||||
It utilizes the Proxy Management Protocol to communicate with a proxy manager.
|
||||
The proxy manager keeps track of all available proxy services, starts new proxies when necessary, and makes sure that proxies are shared whenever possible.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Sat Sep 14 2013 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Apr 26 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.2-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user