source: projects/specs/trunk/m/mate-common/mate-common-vl.spec @ 10877

Revision 10877, 1.9 KB checked in by iwaim, 7 years ago (diff)

mate-common 1.16.0-1

Line 
1Summary:        mate-common contains useful things common to building mate packages
2Name:           mate-common
3Version:        1.16.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
6License:        GPLv3
7Group:          Development/Tools
8URL:            http://mate-desktop.org/
9BuildArch:      noarch
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires:  autoconf
13BuildRequires:  automake
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17Packager:       Takemikaduchi, iwaim
18
19%description
20Contains files required to bootstrap various Mate modules when building
21from CVS.
22
23%prep
24%setup -q
25
26%build
27(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
28%configure
29make
30
31%install
32make install DESTDIR=${RPM_BUILD_ROOT}
33
34%files
35%defattr(-, root, root)
36%{_bindir}/*
37%{_datadir}/aclocal/*
38%{_datadir}/mate-common
39%{_mandir}/man1/mate-autogen.1.gz
40%{_mandir}/man1/mate-doc-common.1.gz
41
42%changelog
43* Thu Nov 24 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
44- new upstream release
45- update License
46- update Pakcager
47
48* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
49- new upstream release
50
51* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
52- new upstream release
53
54* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
55- new upstream release
56
57* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
58- new upstream release
59
60* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
61- rebuild with VineSeed environment
62
63* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
64- new upstream release
65
66* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
67- new upstream release
68
69* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
70- new upstream release
71
72* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
73- new upstream release
74
75* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
76- initial build for Vine Linux
77
Note: See TracBrowser for help on using the repository browser.