54 lines
1.4 KiB
RPMSpec
54 lines
1.4 KiB
RPMSpec
Name: xclip
|
|
Version: 0.13
|
|
Release: 2mamba
|
|
Summary: A command line interface to the X11 clipboard
|
|
Group: Applications/Text
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/astrand/xclip
|
|
Source: https://github.com/astrand/xclip.git/%{version}/xclip-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXmu-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
xclip is a command line interface to the X11 clipboard.
|
|
It can also be used for copying files, as an alternative to sftp/scp, thus avoiding password prompts when X11 forwarding has already been setup.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
sh ./bootstrap
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/%{name}*
|
|
%{_mandir}/man?/*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Tue Jan 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-2mamba
|
|
- rebuilt with debug package and specfile fixes
|
|
|
|
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-1mamba
|
|
- update to 0.13
|
|
|
|
* Mon Dec 10 2012 openmamba WebBuild System <webbuild@openmamba.org> 0.12-1mamba
|
|
- package created by stefano using the webbuild interface
|