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

Revision 11641, 2.2 KB checked in by iwaim, 6 years ago (diff)

mate-common 1.20.0-1

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