- Fixed build root (bug #225706).
- Build with SMP flags (bug #225706). - Use dist in release tag (bug #225706). - Fixed macros in changelog (bug #225706). - Resolves: rhbz#225706 rhbz#225706 rhbz#225706 rhbz#225706
This commit is contained in:
parent
b232e9929e
commit
956121ad6e
@ -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: 27.1
|
Release: 28%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
License: Freely distributable
|
License: Freely distributable
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -12,7 +12,7 @@ Patch3: dos2unix-3.1-manpage-update-57507.patch
|
|||||||
Patch4: dos2unix-3.1-preserve-file-modes.patch
|
Patch4: dos2unix-3.1-preserve-file-modes.patch
|
||||||
Patch5: dos2unix-3.1-tmppath.patch
|
Patch5: dos2unix-3.1-tmppath.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Dos2unix converts DOS or MAC text files to UNIX format.
|
Dos2unix converts DOS or MAC text files to UNIX format.
|
||||||
@ -33,7 +33,8 @@ done
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)"
|
make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)" \
|
||||||
|
%{?_smp_mflags}
|
||||||
make link
|
make link
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -56,6 +57,12 @@ install -m444 mac2unix.1 $RPM_BUILD_ROOT%{_mandir}/man1
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 6 2007 Tim Waugh <twaugh@redhat.com> 3.1-28
|
||||||
|
- Fixed build root (bug #225706).
|
||||||
|
- Build with SMP flags (bug #225706).
|
||||||
|
- Use dist in release tag (bug #225706).
|
||||||
|
- Fixed macros in changelog (bug #225706).
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-27.1
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-27.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
@ -150,6 +157,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- built for 7.1
|
- built for 7.1
|
||||||
|
|
||||||
* Tue Jul 07 1999 Peter Soos <sp@osb.hu>
|
* Tue Jul 07 1999 Peter Soos <sp@osb.hu>
|
||||||
- Added Hungarian "Summary:" and "%description"
|
- Added Hungarian "Summary:" and "%%description"
|
||||||
- Corrected the file and directory attributes to rebuild the package
|
- Corrected the file and directory attributes to rebuild the package
|
||||||
under RedHat Linux 6.0
|
under RedHat Linux 6.0
|
||||||
|
Loading…
Reference in New Issue
Block a user