source: projects/specs/trunk/d/dos2unix/dos2unix-vl.spec @ 12390

Revision 12390, 6.4 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

dos2unix-7.4.1-1

enchant-1.6.0-2

enchant2-2.2.8-1

fetchmail-6.4.4-1

gmime-3.2.7-1

libical-3.0.8-1

nspr-4.25-1

re2c-1.3-1

samba-4.12.2-1

squid-4.11-1

unique-1.1.6-5

Line 
1Name:           dos2unix
2Summary:        Text file format converters
3Summary(ja):    テキストファイルのフォーマット変換ツール
4Version:        7.4.1
5Release:        1%{?_dist_release}
6Group:          Applications/Text
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        BSD
11URL:            http://waterlan.home.xs4all.nl/dos2unix.html
12Source0:        http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  gettext
16BuildRequires:  perl
17
18Provides:       unix2dos = %{version}-%{release}
19Obsoletes:      unix2dos < 5.1-1
20
21%description
22Convert text files with DOS or Mac line endings to Unix line endings and
23vice versa.
24
25%description -l ja
26テキストファイル中の行末記号(LF)を DOS/Mac と Unix との間で
27相互に変換するためのツールです.
28
29
30%prep
31%setup -q
32rm -rf po/*/eo-x.*
33
34
35%build
36make CFLAGS="%{optflags} -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)" \
37  %{?_smp_mflags}
38
39
40%install
41make DESTDIR=%{buildroot} install
42
43# We add doc files manually to %%doc
44rm -rf %{buildroot}%{_docdir}
45
46%find_lang %{name} --with-man --all-name
47
48
49%check
50make test
51
52
53%clean
54rm -rf %{buildroot}
55
56
57%files -f %{name}.lang
58%defattr(-,root,root,0755)
59%license COPYING.txt
60%doc ChangeLog.txt NEWS.txt README.txt TODO.txt
61%{_bindir}/dos2unix
62%{_bindir}/mac2unix
63%{_bindir}/unix2dos
64%{_bindir}/unix2mac
65%{_mandir}/man1/*.1*
66
67
68%changelog
69* Fri May 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 7.4.1-1
70- new upstream release.
71
72* Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.3.3-1
73- updated to 5.3.3
74
75* Sat Sep  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.1-2
76- Initial build for Vine Linux
77
78* Thu Aug 19 2010 Chen Lei <supercyper@163.com> 5.1.1-1
79- Update to 5.1.1
80
81* Wed Aug 18 2010 Tim Waugh <twaugh@redhat.com> 5.1-1
82- Applied changes from Chen Lei (bug #592922):
83  * Sun Aug 15 2010 Chen Lei <supercyper1@gmail.com> 5.1-1
84  - 5.1.
85  - Update spec to match latest guidelines w.r.t buildroot tag
86
87* Tue Jan 26 2010 Tim Waugh <twaugh@redhat.com> 4.1.2-1
88- 4.1.2.
89
90* Fri Jan 22 2010 Tim Waugh <twaugh@redhat.com> 4.1.1-1
91- 4.1.1.  New upstream.
92
93* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-36
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
95
96* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-35
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
98
99* Wed Sep 24 2008 Tim Waugh <twaugh@redhat.com> 3.1-34
100- Moved 'make clean' to prep section and added comment about there
101  being no upstream (bug #225706).
102
103* Mon Sep  8 2008 Tim Waugh <twaugh@redhat.com> 3.1-33
104- Preserve file modes (bug #437465).
105- Fixed manpage grammar (bug #460731).
106
107* Mon Apr 14 2008 Tim Waugh <twaugh@redhat.com> 3.1-32
108- Adjust license tag (bug #225706).
109- Fix missing prototype (bug #225706).
110- Install copy as symbolic links (bug #225706).
111
112* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 3.1-31
113- Rebuild for GCC 4.3.
114
115* Fri Jan 18 2008 Tim Waugh <twaugh@redhat.com> 3.1-30
116- Applied patch from bug #292100 to fix segfault with missing -c argument.
117
118* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 3.1-29
119- Rebuild.
120
121* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 3.1-28
122- Fixed build root (bug #225706).
123- Build with SMP flags (bug #225706).
124- Use dist in release tag (bug #225706).
125- Fixed macros in changelog (bug #225706).
126- Preserve timestamps when using install (bug #225706).
127
128* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-27.1
129- rebuild
130
131* Mon Jul 10 2006 Tim Waugh <twaugh@redhat.com> 3.1-27
132- Re-encoded spec file in UTF-8 (bug #197817).
133
134* Mon Jun  5 2006 Tim Waugh <twaugh@redhat.com> 3.1-26
135- Rebuilt.
136
137* Thu Jun  1 2006 Tim Waugh <twaugh@redhat.com> 3.1-25
138- Build with large file support.
139
140* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1-24.2.1
141- bump again for double-long bug on ppc(64)
142
143* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.1-24.2
144- rebuilt for new gcc4.1 snapshot and glibc changes
145
146* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
147- rebuilt
148
149* Wed Apr 13 2005 Tim Waugh <twaugh@redhat.com> 3.1-24
150- Fixed tmppath patch (bug #150277).
151
152* Thu Mar  3 2005 Mike A. Harris <mharris@redhat.com> 3.1-23
153- Bump and rebuild for FC4, using gcc 4.
154
155* Tue Feb  8 2005 Mike A. Harris <mharris@redhat.com> 3.1-22
156- Bump and rebuild for FC4
157
158* Wed Oct 20 2004 Miloslav Trmac <mitr@redhat.com> - 3.1-21
159- Don't just delete the original file when destination and current directory
160  are on different filesystems (#65548, #123069, patch by James Antill)
161- Fix return type of StripDelimiter in dos2unix-3.1-safeconv.patch (#136148)
162
163* Wed Oct  6 2004 Mike A. Harris <mharris@redhat.com> 3.1-20
164- Added dos2unix-3.1-manpage-update-57507.patch to fix manpage (#57507)
165- Added dos2unix-3.1-preserve-file-modes.patch to properly preserve file
166  permissions (#91331,55183,112710,132145)
167
168* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 3.1-19
169- safer conversion w/ mac2unix (fix from bz #57508)
170
171* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
172- rebuilt
173
174* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
175- rebuilt
176
177* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
178- rebuilt
179
180* Wed Feb 05 2003 Elliot Lee <sopwith@redhat.com> 3.1-15
181- Remove build dependency on perl, since perl BuildRequires: dos2unix,
182  and there's no good reason not to just use sed here.
183
184* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
185- rebuilt
186
187* Mon Oct  7 2002 Mike A. Harris <mharris@redhat.com> 3.1-13
188- All-arch rebuild
189- Added BuildRequires: perl
190
191* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
192- automated rebuild
193
194* Thu May 23 2002 Tim Powers <timp@redhat.com>
195- automated rebuild
196
197* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.1-10
198- Build in new environment
199
200* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com>
201- Fix bug #57700 (segfault)
202- Add the mac2unix symlink recommended in README
203- Fix compiler warnings
204
205* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
206- automated rebuild
207
208* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
209- Bump release + rebuild.
210
211* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
212- shut up rpmlint
213
214* Fri Nov 17 2000 Tim Powers <timp@redhat.com>
215- use mkstemp instead of mktemp. Not much needed to change.
216
217* Thu Nov 16 2000 Tim Powers <timp@redhat.com>
218- cleaned up specfile a bit
219- built for 7.1
220
221* Wed Jul 07 1999 Peter Soos <sp@osb.hu>
222- Added Hungarian "Summary:" and "%%description"
223- Corrected the file and directory attributes to rebuild the package
224  under RedHat Linux 6.0
Note: See TracBrowser for help on using the repository browser.