rpms/fatsort/devel fatsort.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Till Maas (till) fedora-extras-commits at redhat.com
Wed Aug 23 16:42:29 UTC 2006


Author: till

Update of /cvs/extras/rpms/fatsort/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15799/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fatsort.spec 
Log Message:
auto-import fatsort-0.9.6.1-3.fc5 on branch devel from fatsort-0.9.6.1-3.fc5.src.rpm


--- NEW FILE fatsort.spec ---
Name:           fatsort
Version:        0.9.6.1
Release:        3%{?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
* 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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fatsort/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Aug 2006 16:41:44 -0000	1.1
+++ .cvsignore	23 Aug 2006 16:42:29 -0000	1.2
@@ -0,0 +1 @@
+fatsort-0.9.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fatsort/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Aug 2006 16:41:44 -0000	1.1
+++ sources	23 Aug 2006 16:42:29 -0000	1.2
@@ -0,0 +1 @@
+ddf8e98b27455da104e8cca13d29d0cc  fatsort-0.9.6.1.tar.gz




More information about the fedora-extras-commits mailing list