rpms/fatsort/F-9 fatsort.spec,1.11,1.12 sources,1.4,1.5

Till Maas (till) fedora-extras-commits at redhat.com
Wed Jun 11 20:48:43 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/fatsort/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13360

Modified Files:
	fatsort.spec sources 
Log Message:
* Wed Jun 11 2008 Till Maas <opensource till name> - 0.9.8.2-1
- New upstream release



Index: fatsort.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fatsort/F-9/fatsort.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fatsort.spec	20 Feb 2008 05:14:08 -0000	1.11
+++ fatsort.spec	11 Jun 2008 20:47:50 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           fatsort
-Version:        0.9.7.1
-Release:        3%{?dist}
+Version:        0.9.8.2
+Release:        1%{?dist}
 Summary:        Fatsort sorts the FAT of FAT16 and FAT32 filesystems
 
 Group:          Applications/System
@@ -21,14 +21,13 @@
 
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
-install -m 0755 -p fatsort $RPM_BUILD_ROOT/%{_sbindir}
+make install DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir}
 
 
 %clean
@@ -37,11 +36,23 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog LICENSE.txt README TODO
+%doc CHANGES LICENSE.txt README TODO
 %{_sbindir}/fatsort
 
 
 %changelog
+* Wed Jun 11 2008 Till Maas <opensource till name> - 0.9.8.2-1
+- New upstream release
+
+* Wed Jun 11 2008 Till Maas <opensource till name> - 0.9.8.1-1
+- New upstream release
+
+* Mon Jun 09 2008 Till Maas <opensource till name> - 0.9.8-1
+- New upstream release
+- move install to Makefile/patch
+- ChangeLog is now CHANGES
+- Disable stripping in Makefile
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.7.1-3
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fatsort/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	6 May 2007 19:19:33 -0000	1.4
+++ sources	11 Jun 2008 20:47:50 -0000	1.5
@@ -1 +1 @@
-99d091d42b89ef77349f26506984771e  fatsort-0.9.7.1.tar.gz
+3ff54fd3e262f2d4834d33129b8885aa  fatsort-0.9.8.2.tar.gz




More information about the fedora-extras-commits mailing list