diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index eb0e5e3..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: unix2dos -# $Id: Makefile,v 1.2 2007/10/15 19:29:21 notting Exp $ -NAME := unix2dos -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..7e28d01 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Obsoleted by dos2unix-5.1, which merges unix2dos. diff --git a/sources b/sources deleted file mode 100644 index c0c892b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -5fbabfaea4315ff55a55d87619391eb2 unix2dos-4.1.2.tar.gz diff --git a/unix2dos.spec b/unix2dos.spec deleted file mode 100644 index d7170b0..0000000 --- a/unix2dos.spec +++ /dev/null @@ -1,165 +0,0 @@ -Summary: UNIX to DOS text file format converter -Name: unix2dos -Version: 4.1.2 -Release: 1%{?dist} -License: BSD -Group: Applications/Text -Url: http://www.xs4all.nl/~waterlan/dos2unix.html -Source: http://www.xs4all.nl/~waterlan/unix2dos/%{name}-%{version}.tar.gz -BuildRequires: gettext -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -%prep -%setup -q - -%description -A utility that converts plain text files in UNIX format to DOS format. - -%build -make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)" \ - %{?_smp_mflags} - -%install -make DESTDIR=%{buildroot} install -%find_lang %{name} - -%clean -rm -rf ${RPM_BUILD_ROOT} - -%files -f %{name}.lang -%defattr(-,root,root,0755) -%doc COPYING.txt -%{_bindir}/unix2dos -%{_mandir}/*/* - - -%changelog -* Tue Jan 26 2010 Tim Waugh - 4.1.2-1 -- 4.1.2. - -* Fri Jan 22 2010 Tim Waugh - 4.1.1-1 -- 4.1.1. New upstream. - -* Sun Jul 26 2009 Fedora Release Engineering - 2.2-34 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 2.2-33 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Sep 8 2008 Tom "spot" Callaway 2.2-32 -- fix license tag - -* Mon Sep 8 2008 Tim Waugh 2.2-31 -- Removed patch fuzz. -- Preserve file modes (bug #437469). -- Fixed grammar in man page (bug #460731). -- Explicitly apply patch0. - -* Wed Feb 13 2008 Tim Waugh 2.2-30 -- Rebuild for GCC 4.3. - -* Wed Aug 29 2007 Tim Waugh 2.2-29 -- Rebuilt. - -* Wed Feb 7 2007 Tim Waugh 2.2-28 -- Fixed license tag (bug #226514). - -* Tue Feb 6 2007 Tim Waugh 2.2-27 -- Preserve timestamps on install (bug #226514). -- Fixed summary (bug #226514). -- Fixed build root (bug #226514). -- Don't explicitly require perl for build (bug #226514). -- Added dist to release tag (bug #226514). -- Don't build with '-Wall' since RPM_OPT_FLAGS already includes it - (bug #226514). -- Fixed macros in changelog (bug #226514). - -* Wed Jul 12 2006 Jesse Keating - 2.2-26.2.2 -- rebuild - -* Fri Feb 10 2006 Jesse Keating - 2.2-26.2.1 -- bump again for double-long bug on ppc(64) - -* Tue Feb 07 2006 Jesse Keating - 2.2-26.2 -- rebuilt for new gcc4.1 snapshot and glibc changes - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Wed Apr 13 2005 Tim Waugh -- Merge last fix into tmppath patch, which introduced the original problem. - -* Tue Apr 12 2005 Tim Waugh 2.2-26 -- Removed inappropriate strcpy (bug #153079). Patch from Neil Horman. - -* Thu Mar 3 2005 Mike A. Harris 2.2-25 -- Rebuild with gcc 4 for FC4 - -* Wed Oct 20 2004 Miloslav Trmac 2.2-24 -- Don't just delete the original file when destination and current directory - are on different filesystems - -* Mon Oct 11 2004 Tim Waugh 2.2-23 -- Apply H J Lu's patch to preserve file mode (bug #91332). - -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Fri Feb 13 2004 Elliot Lee -- rebuilt - -* Wed Jun 04 2003 Elliot Lee -- rebuilt - -* Wed Jan 22 2003 Tim Powers -- rebuilt - -* Mon Oct 7 2002 Mike A. Harris 2.2-18 -- All-arch rebuild - -* Fri Jun 21 2002 Tim Powers -- automated rebuild - -* Thu May 23 2002 Tim Powers -- automated rebuild - -* Tue Mar 5 2002 Bernhard Rosenkraenzer 2.2-15 -- rebuild - -* Thu Jan 17 2002 Bernhard Rosenkraenzer 2.2-14 -- Fix up the mkstemp patch, don't segfault with lacking write permissions - (#57700) -- Fix up man page (part 2 of #57700) -- Fix compiler warnings - -* Wed Jan 09 2002 Tim Powers -- automated rebuild - -* Sun Jun 24 2001 Elliot Lee -- Bump release + rebuild. - -* Fri Nov 17 2000 Tim Powers -- patched to use mkstemp, not much had to be done. - -* Thu Nov 16 2000 Tim Powers -- minor spec file cleanups -- built for 7.1 -- use predefined RPM macros whenever possible -- use RPM_OPT_FLAGS when building - -* Tue Jul 07 1999 Peter Soos -- Added Hungarian "Summary:" and "%%description" -- Corrected the file and directory attributes to rebuild the package - under RedHat Linux 6.0 - -* Thu Jul 09 1998 Arkadiusz Mikkkkkkiewicz -- Recompiled under RedHat Linux 5.1 -- Small changes in %%build and %%files -- Added "Vendor:" -- Added Polish "Summary:" and "%%description" - -* Thu Jun 18 1998 Peter Soos -- Corrected the spec file for rpm 2.5 - -* Fri Dec 5 1997 Peter Soos -- Recompiled under RedHat Linux 5.0