SPECS: xorg-app-xfindproxy.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Oct 22 03:06:58 CEST 2005
Author: qboosh Date: Sat Oct 22 01:06:58 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xorg-app-xfindproxy.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-app-xfindproxy.spec
diff -u /dev/null SPECS/xorg-app-xfindproxy.spec:1.1
--- /dev/null Sat Oct 22 03:06:58 2005
+++ SPECS/xorg-app-xfindproxy.spec Sat Oct 22 03:06:53 2005
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary: xfindproxy application
+Summary(pl): Aplikacja xfindproxy
+Name: xorg-app-xfindproxy
+Version: 0.99.1
+Release: 0.1
+License: MIT
+Group: X11/Applications
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xfindproxy-%{version}.tar.bz2
+# Source0-md5: 318ad5a4bcd3f3566386f2f0ea7b0578
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: pkgconfig >= 0.19
+BuildRequires: xorg-lib-libXt-devel
+BuildRequires: xorg-util-util-macros >= 0.99.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xfindproxy application.
+
+%description -l pl
+Aplikacja xfindproxy.
+
+%prep
+%setup -q -n xfindproxy-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ 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}/*
+%{_mandir}/man1/*.1x*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/22 01:06:53 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list