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

Revision 5311, 910 bytes checked in by Takemikaduchi, 12 years ago (diff)

NEW: MATE Desktop Environment
vala: new upstream release

Line 
1Summary:        mate-common contains useful things common to building mate packages
2Name:           mate-common
3Version:        1.1.0
4Release:        1%{?_dist_release}
5Source:         %{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          Development/Tools
8URL:            https://matsusoft.com.ar/projects/mate/
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
40%changelog
41* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
42- initial build for Vine Linux
43
Note: See TracBrowser for help on using the repository browser.