rpms/dos2unix/devel dos2unix.spec,1.33,1.34

Tim Waugh twaugh at fedoraproject.org
Wed Sep 24 14:57:30 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/dos2unix/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv535

Modified Files:
	dos2unix.spec 
Log Message:
* Wed Sep 24 2008 Tim Waugh <twaugh at redhat.com> 3.1-34
- Moved 'make clean' to prep section and added comment about there
  being no upstream (bug #225706).



Index: dos2unix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dos2unix/devel/dos2unix.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- dos2unix.spec	8 Sep 2008 09:17:56 -0000	1.33
+++ dos2unix.spec	24 Sep 2008 14:57:00 -0000	1.34
@@ -1,10 +1,13 @@
 Summary: Text file format converter
 Name: dos2unix
 Version: 3.1
-Release: 33%{?dist}
+Release: 34%{?dist}
 Group: Applications/Text
 License: BSD
+
+# There is no upstream for this.
 Source: %{name}-%{version}.tar.bz2
+
 Patch0: %{name}-%{version}.patch
 Patch1: dos2unix-3.1-segfault.patch
 Patch2: dos2unix-3.1-safeconv.patch
@@ -38,9 +41,9 @@
 	sed -e 's,#endif.*,#endif,g' -e 's,#else.*,#else,g' $I > $I.new
 	mv -f $I.new $I
 done
+make clean
 
 %build
-make clean
 make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)" \
   %{?_smp_mflags}
 
@@ -64,6 +67,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed Sep 24 2008 Tim Waugh <twaugh at redhat.com> 3.1-34
+- Moved 'make clean' to prep section and added comment about there
+  being no upstream (bug #225706).
+
 * Mon Sep  8 2008 Tim Waugh <twaugh at redhat.com> 3.1-33
 - Preserve file modes (bug #437465).
 - Fixed manpage grammar (bug #460731).




More information about the fedora-extras-commits mailing list