Summary: Copy the clipboard Name: copyclip Version: 2.0.1 Release: 1%{?dist} License: GPLv2 URL: http://www.tzclock.org Group: Applications/Productivity Source: http://www.tzclock.org/releases/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: pkgconfig gtk3-devel openssl-devel %description Copy the contents of the clipboard to another machine. %prep %setup -q %build %configure make CDEBUGFLAGS="$RPM_OPT_FLAGS" CXXDEBUGFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications install -p -m 755 copyclip $RPM_BUILD_ROOT%{_bindir}/ install -p -m 644 copyclip.svg $RPM_BUILD_ROOT%{_datadir}/pixmaps/copyclip.svg desktop-file-install --vendor="" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications copyclip.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/copyclip %{_datadir}/pixmaps/copyclip.svg %{_datadir}/applications/copyclip.desktop %changelog * Thu Nov 17 2011 Chris Knight 2.0.1-1 - Lots of work porting to GTK3 for Gnome 3 desktops. * Sun Sep 14 2008 Chris Knight 1.0.0-2%{?dist} - Fixes to the build and distribution system.