source: projects/specs/trunk/m/mate-menus/mate-menus-vl.spec @ 7697

Revision 7697, 2.3 KB checked in by Takemikaduchi, 11 years ago (diff)

Cinnamon 1.8.2 & MATE 1.6

Line 
1Summary:        MATE menu specifications
2Name:           mate-menus
3Version:        1.6.0
4Release:        1%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          System Environment/Libraries
8URL:            http://mate-desktop.org/
9
10BuildRequires:  mate-common
11BuildRequires:  gtk2-devel
12BuildRequires:  gtk-doc
13BuildRequires:  autoconf
14BuildRequires:  automake
15
16BuildRoot:      %{_tmppath}/%{name}-%{version}-root
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       Takemikaduchi
21
22
23%description
24mate-menus contains the libmate-menu library, the layout configuration
25files for the MATE menu, as well as a simple menu editor.
26
27
28%package        devel
29Summary:        Development tools for mate-menus
30Summary(ja):    mate-menus の開発環境
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       pkgconfig
34
35%description    devel
36Header files and libraries for building a extension library for the
37mate-menus.
38
39
40%prep
41%setup -q
42
43
44%build
45(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
46%configure \
47        --disable-static \
48        --disable-scrollkeeper
49
50%{__make} %{?_smp_mflags}
51
52
53%install
54%{__rm} -rf ${RPM_BUILD_ROOT}
55
56%{__make} install DESTDIR=${RPM_BUILD_ROOT}
57
58find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
59find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
60
61%find_lang %{name}
62
63
64%clean
65%{__rm} -rf ${RPM_BUILD_ROOT}
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71
72%files -f %{name}.lang
73%defattr(-,root,root,-)
74%doc COPYING ChangeLog NEWS README
75%{_sysconfdir}/xdg/menus/mate-applications.menu
76%{_sysconfdir}/xdg/menus/mate-settings.menu
77%{_libdir}/libmate-menu.so.*
78%{_libdir}/girepository-1.0/MateMenu-2.0.typelib
79%{_datadir}/mate/desktop-directories/*
80
81%files devel
82%defattr(-,root,root,-)
83%{_includedir}/mate-menus
84%{_libdir}/libmate-menu.so
85%{_libdir}/pkgconfig/libmate-menu.pc
86%{_datadir}/gir-1.0/MateMenu-2.0.gir
87
88
89%changelog
90* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
91- new upstream release
92- remove BuildRequires: mate-conf-devel
93
94* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
95- new upstream release
96
97* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
98- new upstream release
99
100* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
101- initial build for Vine Linux
102
Note: See TracBrowser for help on using the repository browser.