Пакет tsemgr: Specfile

# -*- rpm-spec -*-
# $Id: tsemgr,v 1.1 2004/11/03 15:20:35 grigory Exp $

Name: tsemgr
Version: 0.08
Release: alt2

Packager: Mobile Development Team <mobile@packages.altlinux.org>

Summary: SonyEricsson manager
License: GPL
Group: Communications
Url: http://tsemgr.sourceforge.net/

Source0: %name-%version.tar.gz
Patch0: %name-%version-configure.patch
Patch1: %name-%version-Makefile.patch


# Automatically added by buildreq on Wed Nov 03 2004
BuildRequires: glib-devel gtk+-devel libbluez-devel libezV24-devel libopenobex-devel xorg-x11-libs

%description
Manager for SonyEricsson mobile phones

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%__autoreconf

%build
%configure
%make_build

%install
%makeinstall

%files
%doc AUTHORS ChangeLog README TODO
%_bindir/*

%changelog
* Fri Sep 01 2006 Eugene V. Horohorin <genix@altlinux.ru> 0.08-alt2
- openobex-1.3 compatible
- fix building with --as-needed

* Wed Nov  3 2004 Grigory Milev <week@altlinux.ru> 0.08-alt1
- Initial build.