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

Revision 6679, 1.2 KB checked in by Takemikaduchi, 12 years ago (diff)

MATE-1.4.0

RevLine 
[5311]1Summary:        mate-common contains useful things common to building mate packages
2Name:           mate-common
[6679]3Version:        1.4.0
[5311]4Release:        1%{?_dist_release}
[6679]5Source:         http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
[5311]6License:        GPLv2
7Group:          Development/Tools
[6679]8URL:            http://mate-desktop.org/
[5311]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
[6679]39%{_mandir}/man1/mate-autogen.1.gz
40%{_mandir}/man1/mate-doc-common.1.gz
[5311]41
42%changelog
[6679]43* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
44- new upstream release
45
[6172]46* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
47- new upstream release
48
[5311]49* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
50- initial build for Vine Linux
51
Note: See TracBrowser for help on using the repository browser.