SPECS: xsel.spec (NEW) - import

leafnode leafnode at pld-linux.org
Sun Dec 11 18:32:48 CET 2005


Author: leafnode                     Date: Sun Dec 11 17:32:48 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- import

---- Files affected:
SPECS:
   xsel.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xsel.spec
diff -u /dev/null SPECS/xsel.spec:1.1
--- /dev/null	Sun Dec 11 18:32:48 2005
+++ SPECS/xsel.spec	Sun Dec 11 18:32:41 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+#
+Summary:	X selection manipulation program
+Summary(pl):	Program do manipulacji schowkiem X
+Name:		xsel
+Version:	0.9.6
+Release:	1
+License:	BSD-like
+Group:		Applications
+Source0:	%{name}-%{version}.tar.gz
+# Source0-md5:	cec2fb09a4101b7f2beab8094234e2f4
+URL:		http://www.vergenet.net/~conrad/software/xsel/
+BuildRequires:	XFree86-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XSel is a command-line program for getting and setting the contents of
+the X selection. Normally this is only accessible by manually
+highlighting information and pasting it with the middle mouse button.
+
+%description -l pl
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING NEWS README
+%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/12/11 17:32:41  leafnode
+- import
+
================================================================



More information about the pld-cvs-commit mailing list