File gcemirror.spec of Package gcemirror
#
# spec file for package gcemirror (version 0.2)
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# please send bugfixes or comments to masterpatricko@gmail.com
#
Name: gcemirror
Version: 0.2
Release: 0
License: GPL
Summary: Control your Windows Mobile device from the Gnome desktop
Url: http://www.synce.org
Group: Hardware/Mobile
Requires: %{name}-lang = %{version}
Suggests: synce-sync-engine
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
BuildRequires: intltool
BuildRequires: libgnome-devel
BuildRequires: librapi2-devel
BuildRequires: gtk2-devel
BuildRequires: glib2-devel
Recommends: synce-connector
Recommends: synce-trayicon
%description
gcemirror is a Gnome application for synCE, for controlling your device from the desktop
%lang_package
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%find_lang %{name}
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING README NEWS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%dir %{_datadir}/synce
%{_datadir}/synce/screensnap.exe.arm
%{_datadir}/synce/screensnap.exe.mips
%{_datadir}/synce/screensnap.exe.sh3
%files lang -f %{name}.lang
%defattr(-, root, root)
%changelog