File quicksynergy.spec of Package quicksynergy
# norootforbuild
%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
Name: quicksynergy
Version: 0.9.0
Release: 1.0
License: GNU GPL v2
Group: Productivity/Networking/Other
Url: http://quicksynergy.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
Patch: quicksynergy-synergy_config.c-0.9.0.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gtk2-devel pkg-config synergy
Summary: GTK GUI for easily configuring Synergy2
%description
QuickSynergy is a graphical user interface (GUI) for easily configuring Synergy2 on Mac OS X and Linux. Synergy2 is an application that allows the user to share his mouse and keyboard between two or more computers.
%prep
%setup -q
%patch -p1
%build
%configure
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%find_lang %{name}
%clean
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/quicksynergy
%changelog
* Thu Feb 12 2009 bitshuffler #suse@irc.freenode.org
- Updated to 0.9.0
* Thu Jan 22 2009 bitshuffler #suse@irc.freenode.org
- Initial RPM