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

Revision 9797, 1.7 KB checked in by Takemikaduchi, 8 years ago (diff)

MATE-1.12.0

Line 
1Summary:        mate-common contains useful things common to building mate packages
2Name:           mate-common
3Version:        1.12.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz
6License:        GPLv2
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
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* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
44- new upstream release
45
46* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
47- new upstream release
48
49* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
50- new upstream release
51
52* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
53- rebuild with VineSeed environment
54
55* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
56- new upstream release
57
58* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
59- new upstream release
60
61* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
62- new upstream release
63
64* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
65- new upstream release
66
67* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
68- initial build for Vine Linux
69
Note: See TracBrowser for help on using the repository browser.