Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 871b49b794cccc93a6514497504bc048 > files > 2

sambru-0.23-2mdk.src.rpm

%define name	sambru
%define version	0.23
%define release 2mdk

Name: 	 	%{name}
Summary: 	Transfers addressbook to/from Samsung phones.
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://lager.dyndns.org/sambru/
License:	GPL
Group:		Communications
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	perl uucp

%description
SamBru (Samsung Backup and Restore Utility) is a perl script that will talk
to a Samsung SCH-6100 or SCH-8500 phone. It is also reported to work with the
SCH-850, SPH-T100, i and "uproar" phones. (Note: it will most likely NOT work
with a SCH-3500, as it uses a different (binary) format.) You can use it to
back up and restore the phone book, calendar, and TODO list. It can save the
data in either raw/native format, or as vCard/vCalendar data so that
GnomeCard and GnomeCal can be used to view & edit the data. Currently, only
the phone list is supported.

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_bindir
cp %name %buildroot/%_bindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO Changelog
%{_bindir}/%name

%changelog
* Fri Apr 2 2004 Austin Acton <austin@mandrake.org> 0.23-2mdk
- stale rebuild

* Sat Mar 29 2003 Austin Acton <aacton@yorku.ca> 0.23-1mdk
- initial package