automatic version update by autodist [release 1.0.3-1mamba;Fri Feb 15 2013]
This commit is contained in:
parent
33c9cf339e
commit
b175a9528b
@ -1,2 +1,4 @@
|
||||
# proxymngr
|
||||
|
||||
The proxy manager (proxymngr) is responsible for resolving requests from xfindproxy (and other similar clients), starting new proxies when appropriate, and keeping track of all of the available proxy services. The proxy manager strives to reuse existing proxies whenever possible.
|
||||
|
||||
|
54
proxymngr.spec
Normal file
54
proxymngr.spec
Normal file
@ -0,0 +1,54 @@
|
||||
Name: proxymngr
|
||||
Version: 1.0.3
|
||||
Release: 1mamba
|
||||
Summary: proxymngr - a proxy manager service
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://x.org
|
||||
Source: http://ftp.x.org/pub/individual/app/proxymngr-%{version}.tar.bz2
|
||||
License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
The proxy manager (proxymngr) is responsible for resolving requests from xfindproxy (and other similar clients), starting new proxies when appropriate, and keeping track of all of the available proxy services. The proxy manager strives to reuse existing proxies whenever possible.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%{_bindir}/proxymngr
|
||||
%{_sysconfdir}/X11/proxymngr/pmconfig
|
||||
%{_mandir}/man1/proxymngr.1.gz
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Feb 15 2013 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 09 2010 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user