Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302266 Details for
Bug 225706
Merge Review: dos2unix
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Install copy as symbolic links.
dos2unix.spec.diff (text/plain), 2.25 KB, created by
Patrice Dumas
on 2008-04-13 13:08:58 UTC
(
hide
)
Description:
Install copy as symbolic links.
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2008-04-13 13:08:58 UTC
Size:
2.25 KB
patch
obsolete
>? .build-3.1-31.fc9.log >? .build-3.1-32.fc9.log >? .dos2unix.spec.swp >? dos2unix-3.1 >? dos2unix-3.1-31.fc9.src.rpm >? dos2unix-3.1-32.fc9.src.rpm >? dos2unix-3.1-missing_proto.patch >? i386 >Index: dos2unix.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/dos2unix/devel/dos2unix.spec,v >retrieving revision 1.30 >diff -u -3 -p -r1.30 dos2unix.spec >--- dos2unix.spec 13 Feb 2008 10:56:13 -0000 1.30 >+++ dos2unix.spec 13 Apr 2008 13:01:38 -0000 >@@ -1,9 +1,9 @@ > Summary: Text file format converter > Name: dos2unix > Version: 3.1 >-Release: 31%{?dist} >+Release: 32%{?dist} > Group: Applications/Text >-License: Freely distributable >+License: BSD > Source: %{name}-%{version}.tar.bz2 > Patch0: %{name}-%{version}.patch > Patch1: dos2unix-3.1-segfault.patch >@@ -12,6 +12,7 @@ Patch3: dos2unix-3.1-manpage-update-5750 > Patch4: dos2unix-3.1-preserve-file-modes.patch > Patch5: dos2unix-3.1-tmppath.patch > Patch6: dos2unix-c-missing-arg.patch >+Patch7: dos2unix-3.1-missing_proto.patch > > Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >@@ -27,6 +28,7 @@ Dos2unix converts DOS or MAC text files > %patch4 -p1 -b .preserve-file-modes > %patch5 -p1 -b .tmppath > %patch6 -p1 -b .c-missing-arg >+%patch7 -p1 -b .missing_proto > > for I in *.[ch]; do > sed -e 's,#endif.*,#endif,g' -e 's,#else.*,#else,g' $I > $I.new >@@ -37,16 +39,15 @@ done > make clean > make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)" \ > %{?_smp_mflags} >-make link > > %install > rm -rf $RPM_BUILD_ROOT > > mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_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 >+ln -s dos2unix $RPM_BUILD_ROOT%{_bindir}/mac2unix >+install -p -m644 dos2unix.1 $RPM_BUILD_ROOT%{_mandir}/man1 >+ln -s dos2unix.1 $RPM_BUILD_ROOT%{_mandir}/man1/mac2unix.1 > > %files > %defattr(-,root,root,0755) >@@ -59,6 +60,9 @@ install -p -m444 mac2unix.1 $RPM_BUILD_R > rm -rf $RPM_BUILD_ROOT > > %changelog >+* Sun Apr 13 2008 Patrice Dumas <pertusus@free.fr> 3.1-32 >+- Install copy as symbolic links. >+ > * Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 3.1-31 > - Rebuild for GCC 4.3. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225706
: 302266 |
302267