]> git.pld-linux.org Git - packages/fatsort.git/commitdiff
adapterized
authorSzymon Siwek <sls@pld-linux.org>
Mon, 6 Oct 2014 14:56:25 +0000 (16:56 +0200)
committerSzymon Siwek <sls@pld-linux.org>
Mon, 6 Oct 2014 14:56:25 +0000 (16:56 +0200)
fatsort.spec

index 2548446b0f360a2b730b872e462a8971309f6b7f..6953781f5a2011617569cf3a090a7359a2a3fbf5 100644 (file)
@@ -8,7 +8,7 @@ Version:        1.3.365
 Release:       0.1
 License:       GPL v2
 Group:         Applications
-Source0:       http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:       http://downloads.sourceforge.net/fatsort/%{name}-%{version}.tar.gz
 # Source0-md5: f1232f40eba6ee9362acd9f0d5209dcf
 URL:           http://fatsort.sourceforge.net
 %{?with_tests:BuildRequires:   bbe}
@@ -17,14 +17,19 @@ BuildRequires:      help2man
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-FATSort is a C utility that sorts FAT12, FAT16 and FAT32 partitions. It even can handle long file name entries. It was developed because I wanted to sort my MP3 files on my MP3 hardware player. Unfortunetly, there was no utility out there so far, so I had to write it myself. FATSort reads the boot sector and sorts the directory structure recursively.
+FATSort is a C utility that sorts FAT12, FAT16 and FAT32 partitions.
+It even can handle long file name entries. It was developed because I
+wanted to sort my MP3 files on my MP3 hardware player. Unfortunetly,
+there was no utility out there so far, so I had to write it myself.
+FATSort reads the boot sector and sorts the directory structure
+recursively.
 
 %prep
 %setup -q
 
 %build
 %{__make} \
-       CC=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags}"
 
This page took 0.107438 seconds and 4 git commands to generate.