123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- Name: dos2unix
- Summary: Text file format converters
- Summary(ja): テキストファイルのフォーマット変換ツール
- Version: 7.4.1
- Release: 1%{?_dist_release}
- Group: Applications/Text
- Vendor: Project Vine
- Distribution: Vine Linux
- License: BSD
- URL: http://waterlan.home.xs4all.nl/dos2unix.html
- Source0: http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: gettext
- BuildRequires: perl
- Provides: unix2dos = %{version}-%{release}
- Obsoletes: unix2dos < 5.1-1
- %description
- Convert text files with DOS or Mac line endings to Unix line endings and
- vice versa.
- %description -l ja
- テキストファイル中の行末記号(LF)を DOS/Mac と Unix との間で
- 相互に変換するためのツールです.
- %prep
- %setup -q
- rm -rf po/*/eo-x.*
- %build
- make CFLAGS="%{optflags} -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)" \
- %{?_smp_mflags}
- %install
- make DESTDIR=%{buildroot} install
- # We add doc files manually to %%doc
- rm -rf %{buildroot}%{_docdir}
- %find_lang %{name} --with-man --all-name
- %check
- make test
- %clean
- rm -rf %{buildroot}
- %files -f %{name}.lang
- %defattr(-,root,root,0755)
- %license COPYING.txt
- %doc ChangeLog.txt NEWS.txt README.txt TODO.txt
- %{_bindir}/dos2unix
- %{_bindir}/mac2unix
- %{_bindir}/unix2dos
- %{_bindir}/unix2mac
- %{_mandir}/man1/*.1*
- %changelog
- * Fri May 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 7.4.1-1
- - new upstream release.
- * Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.3.3-1
- - updated to 5.3.3
- * Sat Sep 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.1-2
- - Initial build for Vine Linux
- * Thu Aug 19 2010 Chen Lei <supercyper@163.com> 5.1.1-1
- - Update to 5.1.1
- * Wed Aug 18 2010 Tim Waugh <twaugh@redhat.com> 5.1-1
- - Applied changes from Chen Lei (bug #592922):
- * Sun Aug 15 2010 Chen Lei <supercyper1@gmail.com> 5.1-1
- - 5.1.
- - Update spec to match latest guidelines w.r.t buildroot tag
- * Tue Jan 26 2010 Tim Waugh <twaugh@redhat.com> 4.1.2-1
- - 4.1.2.
- * Fri Jan 22 2010 Tim Waugh <twaugh@redhat.com> 4.1.1-1
- - 4.1.1. New upstream.
- * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-36
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-35
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Wed Sep 24 2008 Tim Waugh <twaugh@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@redhat.com> 3.1-33
- - Preserve file modes (bug #437465).
- - Fixed manpage grammar (bug #460731).
- * Mon Apr 14 2008 Tim Waugh <twaugh@redhat.com> 3.1-32
- - Adjust license tag (bug #225706).
- - Fix missing prototype (bug #225706).
- - Install copy as symbolic links (bug #225706).
- * Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 3.1-31
- - Rebuild for GCC 4.3.
- * Fri Jan 18 2008 Tim Waugh <twaugh@redhat.com> 3.1-30
- - Applied patch from bug #292100 to fix segfault with missing -c argument.
- * Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 3.1-29
- - Rebuild.
- * 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).
- - Preserve timestamps when using install (bug #225706).
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-27.1
- - rebuild
- * Mon Jul 10 2006 Tim Waugh <twaugh@redhat.com> 3.1-27
- - Re-encoded spec file in UTF-8 (bug #197817).
- * Mon Jun 5 2006 Tim Waugh <twaugh@redhat.com> 3.1-26
- - Rebuilt.
- * 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
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.1-24.2
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- - rebuilt
- * Wed Apr 13 2005 Tim Waugh <twaugh@redhat.com> 3.1-24
- - Fixed tmppath patch (bug #150277).
- * Thu Mar 3 2005 Mike A. Harris <mharris@redhat.com> 3.1-23
- - Bump and rebuild for FC4, using gcc 4.
- * Tue Feb 8 2005 Mike A. Harris <mharris@redhat.com> 3.1-22
- - Bump and rebuild for FC4
- * Wed Oct 20 2004 Miloslav Trmac <mitr@redhat.com> - 3.1-21
- - Don't just delete the original file when destination and current directory
- are on different filesystems (#65548, #123069, patch by James Antill)
- - Fix return type of StripDelimiter in dos2unix-3.1-safeconv.patch (#136148)
- * Wed Oct 6 2004 Mike A. Harris <mharris@redhat.com> 3.1-20
- - Added dos2unix-3.1-manpage-update-57507.patch to fix manpage (#57507)
- - Added dos2unix-3.1-preserve-file-modes.patch to properly preserve file
- permissions (#91331,55183,112710,132145)
- * Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 3.1-19
- - safer conversion w/ mac2unix (fix from bz #57508)
- * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Wed Feb 05 2003 Elliot Lee <sopwith@redhat.com> 3.1-15
- - Remove build dependency on perl, since perl BuildRequires: dos2unix,
- and there's no good reason not to just use sed here.
- * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- - rebuilt
- * Mon Oct 7 2002 Mike A. Harris <mharris@redhat.com> 3.1-13
- - All-arch rebuild
- - Added BuildRequires: perl
- * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- - automated rebuild
- * Thu May 23 2002 Tim Powers <timp@redhat.com>
- - automated rebuild
- * Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.1-10
- - Build in new environment
- * Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com>
- - Fix bug #57700 (segfault)
- - Add the mac2unix symlink recommended in README
- - Fix compiler warnings
- * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- - automated rebuild
- * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
- - Bump release + rebuild.
- * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - shut up rpmlint
- * Fri Nov 17 2000 Tim Powers <timp@redhat.com>
- - use mkstemp instead of mktemp. Not much needed to change.
- * Thu Nov 16 2000 Tim Powers <timp@redhat.com>
- - cleaned up specfile a bit
- - built for 7.1
- * Wed Jul 07 1999 Peter Soos <sp@osb.hu>
- - Added Hungarian "Summary:" and "%%description"
- - Corrected the file and directory attributes to rebuild the package
- under RedHat Linux 6.0
|