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

Revision 8359, 1.5 KB checked in by Takemikaduchi, 10 years ago (diff)

MATE-1.8.0

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