- Fixed build root (bug #225706).

- Build with SMP flags (bug #225706).
- Use dist in release tag (bug #225706).
- Fixed macros in changelog (bug #225706).
- Preserve timestamps when using install (bug #225706).
- Resolves: rhbz#225706 rhbz#225706 rhbz#225706 rhbz#225706 rhbz#225706
This commit is contained in:
Tim Waugh 2007-02-06 16:43:18 +00:00
parent 956121ad6e
commit 9e6013e265

View File

@ -41,10 +41,10 @@ make link
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
install -m755 dos2unix $RPM_BUILD_ROOT%{_bindir}
install -m755 mac2unix $RPM_BUILD_ROOT%{_bindir}
install -m444 dos2unix.1 $RPM_BUILD_ROOT%{_mandir}/man1
install -m444 mac2unix.1 $RPM_BUILD_ROOT%{_mandir}/man1
install -p -m755 dos2unix $RPM_BUILD_ROOT%{_bindir}
install -p -m755 mac2unix $RPM_BUILD_ROOT%{_bindir}
install -p -m444 dos2unix.1 $RPM_BUILD_ROOT%{_mandir}/man1
install -p -m444 mac2unix.1 $RPM_BUILD_ROOT%{_mandir}/man1
%files
%defattr(-,root,root,0755)
@ -62,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT
- Build with SMP flags (bug #225706).
- Use dist in release tag (bug #225706).
- Fixed macros in changelog (bug #225706).
- Preserve timestamps when using install (bug #225706).
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-27.1
- rebuild