source: projects/specs/trunk/a/autoconf-archive/autoconf-archive-vl.spec @ 11985

Revision 11985, 5.1 KB checked in by tomop, 5 years ago (diff)

updated 3 packages, add 2 packages

vine-themes-7.0.11-1
llvm-7.0.1-1
unixODBC-2.3.7-1
new: autoconf-archive-2018.03.13-3
new: mozjs52-52.9.0-2

Line 
1Name:           autoconf-archive
2Version:        2018.03.13
3Release:        3%{?_dist_release}
4Summary:        The Autoconf Macro Archive
5Summary(ja):    Autoconfマクロ集
6License:        GPLv3+ with exceptions
7URL:            http://www.gnu.org/software/autoconf-archive/
8
9Vendor:         Project Vine
10Distribution:   Vine Linux
11
12Source0:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
13BuildArch:      noarch
14Requires:       autoconf
15Requires(post): info
16Requires(preun):info
17
18%description
19The GNU Autoconf Archive is a collection of more than 450 macros for
20GNU Autoconf that have been contributed as free software by friendly
21supporters of the cause from all over the Internet.
22
23%description -l ja
24 The GNU Autoconf Archiveは、インターネット中から好意的なフリーソフト
25ウェアとして、その支持者により提供された450を超えるautoconf用マクロの
26コレクションです。
27
28%prep
29%setup -q
30
31%build
32%configure
33%make_build
34
35%install
36%make_install INSTALL="install -p"
37# remove dir file which will be generated by /sbin/install-info
38rm -frv %{buildroot}%{_infodir}/dir
39# document files are installed another location
40rm -frv %{buildroot}%{_datadir}/%{name}
41
42%post
43install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
44
45%preun
46if [ $1 = 0 ]; then
47  install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
48fi
49
50%files
51%doc AUTHORS NEWS README TODO
52%license COPYING*
53%{_datadir}/aclocal/*.m4
54%{_infodir}/autoconf-archive.info*
55
56%changelog
57* Sun Dec 16 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2018.03.13-3
58- initial build for Vine Linux.
59
60* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.03.13-2
61- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
62
63* Wed Mar 14 2018 David King <amigadave@amigadave.com> - 2018.03.13-1
64- Update to 2018.03.13 (#1555090)
65
66* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017.09.28-2
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
68
69* Sat Sep 30 2017 David King <amigadave@amigadave.com> - 2017.09.28-1
70- Update to 2017.09.28 (#1496786)
71
72* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.03.21-2
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
74
75* Wed Mar 22 2017 David King <amigadave@amigadave.com> - 2016.09.16-3
76- Update to 2017.03.21 (#1434626)
77
78* Tue Mar 14 2017 Igor Gnatenko <ignatenko@redhat.com> - 2016.09.16-3
79- Backport patch to fix broken AX_PYTHON_DEVEL (py3.6+)
80
81* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.09.16-2
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
83
84* Fri Sep 16 2016 David King <amigadave@amigadave.com> - 2016.09.16-1
85- Update to 2016.09.16 (#1376791)
86
87* Mon Mar 21 2016 David King <amigadave@amigadave.com> - 2016.03.20-1
88- Update to 2016.03.20 (#1319533)
89
90* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2015.09.25-2
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
92
93* Fri Sep 25 2015 David King <amigadave@amigadave.com> - 2015.09.25-1
94- Update to 2015.09.25 (#1266490)
95
96* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.02.24-2
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
98
99* Tue Feb 24 2015 David King <amigadave@amigadave.com> - 2015.02.24-1
100- Update to 2015.02.24
101- Use license macro for COPYING*
102
103* Mon Feb 09 2015 Christopher Meng <rpm@cicku.me> - 2015.02.04-1
104- Update to 2015.02.04
105
106* Thu Sep 18 2014 Christopher Meng <rpm@cicku.me> - 2014.02.28-1
107- Update to 2014.02.28
108
109* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.09.08-4
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
111
112* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.09.08-3
113- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
114
115* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.09.08-2
116- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
117
118* Mon Sep 10 2012 Takanori MATSUURA <t.matsuu@gmail.com> - 2012.09.08-1
119- update to 2012.09.08
120
121* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.04.07-2
122- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
123
124* Sun Apr  8 2012 Takanori MATSUURA <t.matsuu@gmail.com> - 2012.04.07-1
125- update to 2012.04.07
126
127* Thu Jan  5 2012 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.12.21-1
128- update to 2011.12.21
129
130* Sat Nov 19 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.09.17-1
131- update to 2011.09.17
132
133* Fri Aug  5 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.07.17-1
134- update to 2011.07.17
135
136* Thu May 26 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.04.12-1
137- initial release
138
139* Fri May  6 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.04.12-0
140- update to 2011.04.12
141
142* Fri Mar 25 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.03.17-0
143- update to 2011.03.17
144
145* Tue Jan 11 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.01.02-0
146- update to 2011.01.02
147
148* Fri Dec 17 2010 Takanori MATSUURA <t.matsuu@gmail.com> - 2010.10.26-0
149- initial build
Note: See TracBrowser for help on using the repository browser.