rebuilt with debug package and specfile fixes [release 0.13-2mamba;Tue Jan 11 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:34:01 +01:00
parent cd8057b0af
commit d99e72383e

View File

@ -1,31 +1,31 @@
Name: xclip Name: xclip
Version: 0.13 Version: 0.13
Release: 1mamba Release: 2mamba
Summary: A command line interface to the X11 clipboard Summary: A command line interface to the X11 clipboard
Group: Applications/Text Group: Applications/Text
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: openmamba WebBuild System <webbuild@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: Applications/Text URL: https://github.com/astrand/xclip
Source: https://github.com/astrand/xclip.git/%{version}/xclip-%{version}.tar.bz2 Source: https://github.com/astrand/xclip.git/%{version}/xclip-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/project/xclip/xclip/%{version}/xclip-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXmu-devel BuildRequires: libXmu-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
xclip is a command line interface to the X11 clipboard. 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. 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 %prep
%setup -q %setup -q
sh ./bootstrap
%build %build
sh ./bootstrap
%configure %configure
%make %make
@ -40,9 +40,12 @@ sh ./bootstrap
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/%{name}* %{_bindir}/%{name}*
%{_mandir}/man?/* %{_mandir}/man?/*
%doc ChangeLog COPYING README %doc COPYING
%changelog %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 * Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-1mamba
- update to 0.13 - update to 0.13