Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > cef6a419dc236b620cd0f9ce5ed600d7 > files > 2

ircp-0.3-2mdk.src.rpm

Summary: Ircp is used to "beam" files or whole directories
Name:      ircp
Version:   0.3
Release:   2mdk
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

# Hack to cope with the changed path of the include files
# libopenobex-devel 0.9.8 --> 1.0.0
find . | xargs -r perl -pi -e 's|<openobex/obex.h>|<obex.h>|'

%make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Dec  1 2003 Stefan van der Eijk <stefan@eijk.nu> 0.3-2mdk
- rebuild

* Sun Dec 15 2002 Stefan van der Eijk <stefan@eijk.nu> 0.3-1mdk
- 0.3
- hack to cope with changed location header files

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