Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > c9da3d2453773028632d8a4fab1eae39 > files > 2

ircp-0.2-1mdk.src.rpm

%define version      0.2
%define release      1mdk

Summary: Ircp is used to "beam" files or whole directories
Name:      ircp
Version:   %version
Release:   %release
License: GPL
Group: Communications
Source0:   http://prdownloads.sourceforge.net/openobex/ircp-%{version}.tar.bz2
URL:       http://openobex.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: glib-devel openobex-devel

%description
Ircp is used to "beam" files or whole directories to/from Linux, Windows.

%prep
%setup -q
%build
%configure
%make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README COPYING ChangeLog NEWS AUTHORS INSTALL
%{_bindir}/*

%changelog
* Fri Oct 26 2001 Stefan van der Eijk <stefan@eijk.nu> 0.2-1mdk
- Initial package