Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 2eaa63424c666849a6354a7b1e63fce7 > files > 3

uxcook-2.0.1-9mdk.src.rpm

%define name uxcook
%define version 2.0.1
%define release 9mdk

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
# 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
install %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Nov 19 2004 Olivier Blin <blino@mandrake.org> 2.0.1-9mdk
- birthday rebuild

* Fri Jul 25 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 2.0.1-8mdk
- rebuild
- drop Prefix tag
- use %%make macro
- cosmetics

* 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 :-)