source: projects/specs/trunk/s/sed/sed-vl.spec @ 12335

Revision 12335, 6.7 KB checked in by tomop, 4 years ago (diff)

updated 14 packages

chkconfig-1.3.61-3

diffutils-3.7-1

findutils-4.7.0-1

libmpc-1.1.0-1

libuser-0.62-1

libutempter-1.1.6-2

mpfr-4.0.2-1

mpfr3-3.1.6-1

psmisc-23.2-1

sed-4.8-1

shadow-utils-4.8-1

tcsh-6.22.02-1

texinfo-6.7-1

usermode-1.109-2

Line 
1%ifos linux
2%define _bindir /bin
3%endif
4
5Summary: A GNU stream text editor.
6Summary(ja): GNU ストリームテキストエディタ
7Name: sed
8Version: 4.8
9Release: 1%{?_dist_release}
10Group: Applications/Text
11
12Vendor: Project Vine
13Distribution: Vine Linux
14
15License: GPLv2+
16URL: http://www.gnu.org/software/sed/
17
18Source0: https://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.xz
19#Patch0: sed-4.2.1-dummyparam.diff
20#Patch1: sed-4.2.1-multibyte.patch
21
22BuildRoot: %{_tmppath}/%{name}-%{version}-root
23BuildRequires: glibc-devel
24BuildRequires: libacl-devel
25Requires(post): /sbin/install-info
26Requires(preun): /sbin/install-info
27
28%description
29The sed (Stream EDitor) editor is a stream or batch (non-interactive)
30editor.  Sed takes text as input, performs an operation or set of
31operations on the text and outputs the modified text.  The operations
32that sed performs (substitutions, deletions, insertions, etc.) can be
33specified in a script file or from the command line.
34
35%description -l ja
36sed (Stream Editor) エディタはストリームまたはバッチ(非インタラクティブ)
37エディタです。sed は入力としてテキストを用い、テキストの操作または
38操作のセットをテキストとに対して行い、修正されたテキストを出力します。
39sed が行う操作 (置換、削除、挿入、その他) はスクリプトファイルか、
40コマンドラインから指定されます。
41
42%prep
43%setup -q
44#%patch0 -p1
45#%patch1 -p1 -b .mb
46
47%build
48export LANG=C
49%configure --without-included-regex
50make %{_smp_mflags}
51
52%check
53echo ====================TESTING=========================
54make check
55echo ====================TESTING END=====================
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%makeinstall
61rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
62
63%find_lang %{name}
64
65%post
66/sbin/install-info %{_infodir}/sed.info.gz %{_infodir}/dir
67
68%preun
69if [ $1 = 0 ]; then
70   /sbin/install-info --delete %{_infodir}/sed.info.gz %{_infodir}/dir
71fi
72
73%clean
74rm -rf ${RPM_BUILD_ROOT}
75
76%files -f %{name}.lang
77%defattr(-,root,root)
78%license COPYING
79%doc NEWS THANKS README AUTHORS
80%{_bindir}/sed
81%{_infodir}/*.info*
82%{_mandir}/man*/*
83
84%changelog
85* Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.8-1
86- new upstream release.
87
88* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.2.2-2
89- rebuild with VineSeed environment
90
91* Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.2.2-1
92- new upstream release
93- deleted all patches
94
95* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.2.1-3
96- rebuilt with current VineSeed
97
98* Mon Dec 14 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.2.1-2
99- added Patch1 from Debian (#551075)
100  Apply patch from WANG Yunfeng to treat incomplete multibyte
101  sequences as a single-byte character.
102
103* Mon Nov 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.2.1-1
104- new upstream release, dropped Patch1 and 2
105- added Patch0 from Fedora
106  * Mon Jun 29 2009  Jiri Moskovcak <jmoskovc@redhat.com>
107  - added patch to maintain backwards compatibility for scripts using -c/--copy
108  - Resolves: #502934
109
110* Mon Sep 29 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.1.5-3
111- rebuilt against current toolchain
112- spec in UTF-8
113
114* Sun Apr 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.1.5-2vl5
115- dropped Patch0
116
117* Sat Apr 19 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.1.5-1vl5
118- added Patch0-2 from Fedora
119  * Mon Sep  4 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-5
120  - Fix handling of relative symlinks (#205122)
121  * Wed Aug  3 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-4
122  - remove superfluous multibyte processing in str_append for UTF-8
123    encoding (thanks Paolo Bonzini, #177246)
124  * Thu Jun 29 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-2
125  - #185374:
126    - Follow symlinks before rename (avoid symlink overwrite)
127    - Add -c flag for copy instead of rename (avoid ownership change)
128
129* Sat Aug 25 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.1.5-0vl1
130- new upstream release
131- run 'make check' on non-English locale
132
133* Thu Mar 09 2006 Shu KONNO <owa@bg.wakwak.com> 4.1.2-0vl2
134- s/Copyright/License/
135- rebuilt for x86_64 architecture support
136
137* Wed Oct 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1.2-0vl1
138- new upstream release
139
140* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1-0vl1
141- new upstream release
142- remove obsolete patch
143
144* Mon Apr 12 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 4.0.8-4vl2
145- rebuilt for Vine
146  * Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 4.0.8-3
147  - if not -n, print current buffer after N command on the last line
148    unless POSIXLY_CORRECT (#112952)
149  - adjust XFAIL_TESTS for the improved glibc regex implementation
150    (#112642)
151
152  * Fri Nov 14 2003 Jakub Jelinek <jakub@redhat.com> 4.0.8-2
153  - enable --without-included-regex again
154  - use fastmap for regex searching
155
156  * Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de>
157  - update to 4.0.8
158  - simplify specfile
159  - disable --without-included-regex to pass the testsuite
160
161  * Sat Apr 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
162  - update to 4.0.7
163  - use "--without-included-regex"
164  - do not gzip info pages in spec file, "TODO" is not present anymore
165
166  * Thu Jan 23 2003 Jakub Jelinek <jakub@redhat.com> 4.0.5-1
167  - update to 4.0.5
168
169  * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com>
170  - rebuilt to fix x86-64 miscompilation
171  - run make check in %%build
172
173  * Fri Apr  5 2002 Jakub Jelinek <jakub@redhat.com>
174  - Remove stale URLs from documentation (#62519)
175
176  * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
177  - Bump release + rebuild.
178
179  * Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
180  - Update to 2000.11.28 patch
181  - Rebuild for 7.1 tree
182
183  * Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
184  - FHS packaging.
185
186  * Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
187  - compress man pages.
188
189  * Tue Jan 18 2000 Jakub Jelinek <jakub@redhat.com>
190  - rebuild with glibc 2.1.3 to fix an mmap64 bug in sys/mman.h
191
192* Sat Oct 06 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.02_mb1.09-0vl1
193- mb patch updated to 1.09
194
195* Tue May 29 2001 <sagami@vinelinux.org>
196- 3.02_mb1.08-1vl2: use better macros
197
198* Fri Sep 08 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
199- 3.02_mb1.08-1vl1
200- modified %files section to handle compressed man page(s)
201
202* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
203- auto rebuild in the new build environment (release 4)
204
205* Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com>
206- update to 3.02
207
208* Sun Jul 26 1998 Jeff Johnson <jbj@redhat.com>
209- update to 3.01
210
211* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
212- translations modified for de, fr, tr
213
214* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
215- removed references to the -g option from the man page that we add
216
217* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
218- spec file cleanups
219- added BuildRoot
220
221* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
222- built against glibc
Note: See TracBrowser for help on using the repository browser.