source: projects/specs/trunk/w/which/which-vl.spec @ 12337

Revision 12337, 5.1 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

bzip2-1.0.8-1

coreutils-8.32-1

dconf-0.36.0-1

gnome-calculator-3.30.1-1

gtksourceview3-3.24.11-1

libbytesize-2.2-1

libcroco-0.6.13-1

pkgconfig-0.29.2-1

which-2.21-1

Line 
1Summary: Displays where a particular program in your path is located.
2Summary(ja): プログラムがパスのどこにあるかを表示する
3Name: which
4Version: 2.21
5Release: 1%{?_dist_release}
6Group: Applications/System
7License: GPLv3
8URL: https://savannah.gnu.org/projects/which/
9Source0: https://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz
10Source1: which-2.sh
11Source2: which-2.csh
12Patch0: which-2.21-coverity-fixes.patch
13
14Buildroot: %{_tmppath}/%{name}-%{version}-root
15Requires(post): /sbin/install-info
16Requires(preun): /sbin/install-info
17Requires: dev
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23The which command shows the full pathname of a specified program, if
24the specified program is in your PATH.
25
26%description -l ja
27which コマンドを使うと,プログラムのフルパスを表示出来ます
28(ただしプログラムが PATH に存在する場合).
29
30
31%prep
32%setup -q
33%patch0 -p1
34
35%build
36%configure
37make
38
39%install
40[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
41
42%makeinstall
43mkdir -p $RPM_BUILD_ROOT/etc/profile.d
44install -m 755 %{SOURCE1} %{SOURCE2} \
45        $RPM_BUILD_ROOT/etc/profile.d
46
47rm -f $RPM_BUILD_ROOT%{_infodir}/dir
48
49%post
50/sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/which.info.gz > /dev/null 2>&1
51
52%preun
53if [ $1 = 0 ]; then
54   /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/which.info.gz > /dev/null 2>&1
55fi
56
57%clean
58[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
59
60
61%files
62%defattr(-,root,root)
63%license COPYING
64%doc EXAMPLES NEWS README README.alias
65%{_bindir}/*
66%config /etc/profile.d/which-2.*
67%{_infodir}/which.info.gz
68%{_mandir}/*/*
69
70%changelog
71* Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.21-1
72- new upstream release.
73- dropped all patches.
74- imported Patch0 from rawhide.
75
76* Sat Jan 31 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.20-4
77- applied Vine Linux/6 updates
78  * Mon Jan 26 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.20-3
79  - update which-2.sh to fix #2860
80
81* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20-3
82- rebuild with VineSeed environment
83
84* Tue Mar 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20-2
85- rebuilt with new toolchains
86
87* Sat Oct 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20-1
88- new upstream release
89- spec in UTF-8
90
91* Fri Mar 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.19-1vl5
92- new upstream release
93- updated Patch0 and 1
94
95* Tue Oct 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.17-0vl1
96- new upstream release
97
98* Mon Jul 10 2006 Shu KONNO <owa@bg.wakwak.com> 2.16-0vl5
99- rebuild
100
101* Tue Jun 22 2004 NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp> 2.16-0vl4
102- /etc/profile.d/which-2.sh: define "which" as function instead of alias
103
104* Thu Dec 25 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16-0vl3
105- rebuild with new toolchains
106
107* Sat Nov 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16-0vl2
108- added patches from Fedora
109
110* Mon Oct 20 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16-0vl1
111- updated to 2.16
112
113* Sun Dec  1 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14-0vl2
114- source updated to 2.14
115- rebuild with newer toolchains
116
117* Tue Dec 26 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
118- 2.12-1vl1
119- based on 2.12-1 from Rawhide
120- added Japanese summary and description
121
122* Sun Sep 10 2000 Florian La Roche <Florian.LaRoche@redhat.de>
123- 2.12 (only man-page fix)
124
125* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
126- automatic rebuild
127
128* Sun Jun 18 2000 Than Ngo <than@redhat.de>
129- FHS packaging.
130
131* Sun May 21 2000 Ngo Than <than@redhat.de>
132- put man pages in /usr/share/man/*
133
134* Thu Apr 20 2000 Florian La Roche <Florian.LaRoche@redhat.de>
135- update to 2.11
136- change from root:bin -> root:root
137
138* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
139- rebuild to gzip man page
140
141* Sun Jan 16 2000 Preston Brown <pbrown@redhat.com>
142- newer stuff rom Carlo (2.10).  Author's email: carlo@gnu.org
143
144* Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
145- adopted Carlo's specfile.
146
147* Fri Sep 24 1999 Carlo Wood <carlo@gnu.org>
148- There should not be a reason anymore to include README.alias in the rpm docs.
149- Don't install as root.root in RPM_BUILD_ROOT, in order to allow to build
150  rpm as non-root.
151- Bug fix
152- Added /etc/profile.d for automatic alias inclusion.
153
154* Wed Aug 25 1999 Carlo Wood <carlo@gnu.org>
155- Added README.alias.
156
157* Wed Aug 11 1999 Carlo Wood <carlo@gnu.org>
158- Typo in comment.
159
160* Thu May 27 1999 Carlo Wood <carlo@gnu.org>
161- Typo fix
162- Moved maintainer targets from makefile to Makefile.am.
163
164* Tue May 18 1999 Carlo Wood <carlo@gnu.org>
165- Typo in appended changelog.
166- Appended the old change log of `which-2.0.spec' to (this) %changelog,
167  which is generated from the CVS log of `which-2.0.spec.in'.
168- Generate which-2.spec from which-2.spec.in with automatic VERSION
169  and CHANGELOG substitution.
170
171* Fri May 14 1999 Carlo Wood <carlo@gnu.org>
172- Moved assignment of CFLAGS to the configure line, using RPM_OPT_FLAGS now.
173- Corrected Source: line to point to ftp.gnu.org.
174
175* Sat Apr 17 1999 Carlo Wood <carlo@gnu.org>
176- Started to use automake and autoconf
177
178* Fri Apr 09 1999 Carlo Wood <carlo@gnu.org>
179- Renamed which-2.0.spec to which-2.spec
Note: See TracBrowser for help on using the repository browser.