X-Git-Url: https://git.pld-linux.org/?p=packages%2Fxclip.git;a=blobdiff_plain;f=xclip.spec;h=0082a090ce2f98dd19f5393b3f1132608153abd0;hp=c3b31fa328c17da9b55717c5115a556836499485;hb=HEAD;hpb=01a3fb20ee2504f1609cf321c4b3164381e3179b diff --git a/xclip.spec b/xclip.spec index c3b31fa..0082a09 100644 --- a/xclip.spec +++ b/xclip.spec @@ -1,16 +1,16 @@ Summary: An interface to X selections ("the clipboard") Summary(pl.UTF-8): Interfejs do schowka X Window System Name: xclip -Version: 0.11 +Version: 0.13 Release: 1 Epoch: 0 License: GPL v2+ Group: X11/Applications -Source0: http://dl.sourceforge.net/xclip/%{name}-%{version}.tar.gz -# Source0-md5: 4caf3a2b03c36981f9af36a8e8582951 -URL: http://sourceforge.net/projects/xclip +Source0: https://github.com/astrand/%{name}/archive/%{version}.tar.gz +# Source0-md5: 81e49f56288f299e3389a019f2550ad2 +URL: https://github.com/astrand/xclip BuildRequires: xorg-lib-libICE-devel -BuildRequires: xorg-util-imake +BuildRequires: xorg-lib-libXmu-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -31,6 +31,7 @@ następnie można przekierować do pliku lub innego programu. %setup -q %build +%{__autoconf} %configure %{__make} @@ -46,5 +47,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_mandir}/man*/* +%attr(755,root,root) %{_bindir}/xclip +%attr(755,root,root) %{_bindir}/xclip-copyfile +%attr(755,root,root) %{_bindir}/xclip-cutfile +%attr(755,root,root) %{_bindir}/xclip-pastefile +%{_mandir}/man1/xclip.1* +%{_mandir}/man1/xclip-copyfile.1*