- Build with large file support.
This commit is contained in:
parent
d6406996a5
commit
02505944a7
@ -1,7 +1,7 @@
|
|||||||
Summary: Text file format converter
|
Summary: Text file format converter
|
||||||
Name: dos2unix
|
Name: dos2unix
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 24.2.1
|
Release: 25
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
License: Freely distributable
|
License: Freely distributable
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -33,7 +33,7 @@ done
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
make CFLAGS="$RPM_OPT_FLAGS"
|
make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)"
|
||||||
make link
|
make link
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -56,6 +56,9 @@ install -m444 mac2unix.1 $RPM_BUILD_ROOT%{_mandir}/man1
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 3.1-25
|
||||||
|
- Build with large file support.
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1-24.2.1
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1-24.2.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user