SPECS: xorg-app-proxymngr.spec - 0.99.1 (X11R7.0-RC1) - removed ou...

qboosh qboosh at pld-linux.org
Fri Oct 21 16:15:42 CEST 2005


Author: qboosh                       Date: Fri Oct 21 14:15:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.99.1 (X11R7.0-RC1)
- removed outdated man patch, added missing dir
- require lbxproxy at install, not build time

---- Files affected:
SPECS:
   xorg-app-proxymngr.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/xorg-app-proxymngr.spec
diff -u SPECS/xorg-app-proxymngr.spec:1.5 SPECS/xorg-app-proxymngr.spec:1.6
--- SPECS/xorg-app-proxymngr.spec:1.5	Sat Aug 27 23:46:18 2005
+++ SPECS/xorg-app-proxymngr.spec	Fri Oct 21 16:15:37 2005
@@ -2,21 +2,20 @@
 Summary:	proxymngr application
 Summary(pl):	Aplikacja proxymngr
 Name:		xorg-app-proxymngr
-Version:	0.99.0
-Release:	0.02
+Version:	0.99.1
+Release:	0.1
 License:	MIT
 Group:		X11/Applications
-Source0:	http://xorg.freedesktop.org/X11R7.0-RC0/app/proxymngr-%{version}.tar.bz2
-# Source0-md5:	d0ae882ddc8296b0fddde2720785e762
-Patch0:		proxymngr-man.patch
+Source0:	http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/proxymngr-%{version}.tar.bz2
+# Source0-md5:	988db0f4e043b2a4269f6c5c87541af1
 URL:		http://xorg.freedesktop.org/
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 BuildRequires:	pkgconfig >= 0.19
-BuildRequires:	xorg-app-lbxproxy
 BuildRequires:	xorg-lib-libXt-devel
 BuildRequires:	xorg-proto-xproxymanagementprotocol-devel
-BuildRequires:	xorg-util-util-macros
+BuildRequires:	xorg-util-util-macros >= 0.99.1
+Requires:	xorg-app-lbxproxy
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,14 +26,14 @@
 
 %prep
 %setup -q -n proxymngr-%{version}
-%patch0 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	LBXPROXY=%{_bindir}/lbxproxy
 
 %{__make}
 
@@ -42,16 +41,18 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	appmandir=%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/X11/proxymngr/pmconfig
-%{_mandir}/man1/*.1*
+%{_libdir}/X11/proxymngr
+%{_mandir}/man1/*.1x*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -59,6 +60,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/10/21 14:15:37  qboosh
+- 0.99.1 (X11R7.0-RC1)
+- removed outdated man patch, added missing dir
+- require lbxproxy at install, not build time
+
 Revision 1.5  2005/08/27 21:46:18  qboosh
 - sorted BRs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-app-proxymngr.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list