From eb3a0fd69d727ac347b2c03c3340fd501304b6c8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:34:06 +0100 Subject: [PATCH] automatic update by autodist [release 1.1.3-1mamba;Mon Sep 09 2013] --- README.md | 2 ++ xclipboard.spec | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 xclipboard.spec diff --git a/README.md b/README.md index d2e9f4b..44ba209 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xclipboard +The xclipboard program is used to collect and display text selections that are sent to the CLIPBOARD by other clients. + diff --git a/xclipboard.spec b/xclipboard.spec new file mode 100644 index 0000000..37a29f1 --- /dev/null +++ b/xclipboard.spec @@ -0,0 +1,63 @@ +Name: xclipboard +Version: 1.1.3 +Release: 1mamba +Summary: xclipboard - X clipboard client +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/xclipboard-%{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: libXaw-devel +BuildRequires: libXmu-devel +BuildRequires: libXt-devel +## AUTOBUILDREQ-END + +%description +The xclipboard program is used to collect and display text selections that are sent to the CLIPBOARD by other clients. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/xclipboard +%{_bindir}/xcutsel +%{_datadir}/X11/app-defaults/XClipboard +%{_mandir}/man1/*.gz +%doc COPYING ChangeLog + +%changelog +* Mon Sep 09 2013 Automatic Build System 1.1.3-1mamba +- automatic update by autodist + +* Mon Jul 02 2012 Automatic Build System 1.1.2-1mamba +- automatic version update by autodist + +* Tue Nov 09 2010 Automatic Build System 1.1.1-1mamba +- automatic update by autodist + +* Tue Jan 26 2010 Automatic Build System 1.1.0-1mamba +- automatic update by autodist + +* Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto 1.0.1-1mamba +- package created by autospec