diff --git a/xclip.spec b/xclip.spec index d7fd6b0..8cd50ec 100644 --- a/xclip.spec +++ b/xclip.spec @@ -1,5 +1,5 @@ Name: xclip -Version: 0.12 +Version: 0.13 Release: 1mamba Summary: A command line interface to the X11 clipboard Group: Applications/Text @@ -7,7 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: openmamba WebBuild System URL: Applications/Text -Source: http://downloads.sourceforge.net/project/xclip/xclip/%{version}/xclip-%{version}.tar.gz +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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -24,6 +25,7 @@ It can also be used for copying files, as an alternative to sftp/scp, thus avoid %setup -q %build +sh ./bootstrap %configure %make @@ -41,5 +43,8 @@ It can also be used for copying files, as an alternative to sftp/scp, thus avoid %doc ChangeLog COPYING README %changelog +* Wed Mar 21 2018 Silvan Calarco 0.13-1mamba +- update to 0.13 + * Mon Dec 10 2012 openmamba WebBuild System 0.12-1mamba - package created by stefano using the webbuild interface