Blob Blame History Raw
Name:           fatsort
Version:        0.9.6.1
Release:        6%{?dist}
Summary:        Fatsort sorts the FAT of FAT16 and FAT32 filesystems

Group:          Applications/System
License:        GPL
URL:            http://%{name}.berlios.de/
Source0:        http://download2.berlios.de/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
Fatsort is a utility written in C to sort FAT16 and FAT32 filesystems. It is
needed to sort files on cheap mp3 players that display files not sorted by
their name but by their entry in the file allocation table.


%prep
%setup -q


%build
export CFLAGS="$RPM_OPT_FLAGS"
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
install -m 0755 -p fatsort $RPM_BUILD_ROOT/%{_sbindir}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE.txt README TODO
%{_sbindir}/fatsort


%changelog
* Sat Sep 02 2006 Till Maas <opensource[AT]timm.name> - 0.9.6.1-6
- Bumping release to build again because of yum failure on ppc
* Sat Sep 02 2006 Till Maas <opensource[AT]timm.name> - 0.9.6.1-5
- Bumping release to make "make tag" work
* Sat Sep 02 2006 Till Maas <opensource[AT]timm.name> - 0.9.6.1-4
- Bumping release for mass rebuild
* Fri Jul 28 2006 Till Maas <opensource[AT]till.name> - 0.9.6.1-3
- Use $RPM_OPT_FLAGS instead of %%{optflags}
* Tue Jul 04 2006 Till Maas <opensource[AT]till.name> - 0.9.6.1-2
- made Source0 to valid URL
* Sat Jul 01 2006 Till Maas <opensource[AT]till.name> - 0.9.6.1-1
- new version 
* Fri Jun 30 2006 Till Maas <opensource[AT]till.name> - 0.9.6-1
- Created from scratch for fedora extras