Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 09734c77a9e1f441e8be9a08714cd62b > files > 2

ircp-0.3-3mdk.src.rpm

Summary: Ircp is used to "beam" files or whole directories
Name:      ircp
Version:   0.3
Release:   3mdk
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
* Sun Jan 16 2005 Stefan van der Eijk <stefan@mandrake.org> 0.3-3mdk
- yearly rebuild

* 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