73 lines
2.4 KiB
RPMSpec
73 lines
2.4 KiB
RPMSpec
Name: quicksynergy
|
|
Version: 0.9.0
|
|
Release: 5mamba
|
|
Summary: QuickSynergy is a graphical interface (GUI) for easily configuring Synergy2, an application that allows the user to share his mouse and keyboard between two or more computers.
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
URL: http://quicksynergy.sourceforge.net
|
|
Source: http://downloads.sourceforge.net/sourceforge/quicksynergy/quicksynergy-%{version}.tar.gz
|
|
Source1: quicksynergy-desktop
|
|
Source2: computer-QuickSynergy.svg
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libatk-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgtk-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: synergy
|
|
|
|
%description
|
|
QuickSynergy is a graphical interface (GUI) for easily configuring Synergy2, an application that allows the user to share his mouse and keyboard between two or more computers.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/quicksynergy.desktop
|
|
install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/computer-QuickSynergy.svg
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%{_bindir}/quicksynergy
|
|
%{_datadir}/applications/quicksynergy.desktop
|
|
%{_datadir}/icons/hicolor/scalable/apps/computer-QuickSynergy.svg
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING
|
|
#ChangeLog NEWS README THANKS
|
|
|
|
%changelog
|
|
* Wed Apr 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-5mamba
|
|
- rebuilt with debug package
|
|
|
|
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 0.9.0-4mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Tue Mar 17 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-3mamba
|
|
- fixed a syntax error in desktop file
|
|
|
|
* Tue Mar 17 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.9.0-2mamba
|
|
- added icon and desktop file
|
|
|
|
* Mon Mar 16 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.9.0-1mamba
|
|
- package created by autospec
|