Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 64cf1caecf13ea689f9390e27ab13b91 > files > 3

uxcook-2.0.1-7mdk.src.rpm

%define name uxcook
%define version 2.0.1
%define release 7mdk
%define prefix %{_prefix}

Name: %{name}
Summary: Fix problems resulting of improperly set FTP downloads
Version: %{version}
Release: %{release}
Source0: http://www.free-music.com/%{name}-%{version}.tar.bz2
Patch0: uxcook-fix-overriding-cflags.patch.bz2 
License: GPL
URL: http://www.free-music.com/uxcook.htm
Group: File tools
Packager: Guillaume Cottenceau <gc@mandrakesoft.com>
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
# Author: bdc@bethany.edu

%description
This is basically a clone of Uncook95 (which runs under Microsoft Windows). It
is designed to allow Netscape users to fix MP3 files that were retrieved from
improperly set servers. Of course this is not limited to MP3 files.

Actually, these problems mainly come from binary files downloaded in ASCII mode
(e.g. when a server sends binary information as text it inserts linefeeds at
semi-regular intervals). With uxcook you will avoid re-doing the download.

%prep
%setup -q
%patch0 -p0

%build
CFLAGS=$RPM_OPT_FLAGS make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install uxcook $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Feb 13 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.0.1-7mdk
- rebuild

* Tue Oct 16 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 2.0.1-6mdk
- fix obsolete-tag Copyright

* Mon Jul  2 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 2.0.1-5mdk
- rebuild

* Tue Mar  6 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 2.0.1-4mdk
- recompile for 8.0 (for safety)

* Wed Aug 23 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 2.0.1-3mdk
- automatically added packager tag

* Tue Jul 18 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 2.0.1-2mdk
- BM

* Tue Jun  6 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 2.0.1-1mdk
- first rpm, credits to Florin for finding this nice software
- start of my new generation of relocatable packages :-)