source: projects/specs/trunk/m/mate-control-center/mate-control-center-vl.spec @ 10255

Revision 10255, 7.4 KB checked in by Takemikaduchi, 8 years ago (diff)

MATE-1.14.0

Line 
1Summary:        The Control Center for MATE
2Name:           mate-control-center
3Version:        1.14.0
4Release:        1%{?_dist_release}
5
6Source0:        http://pub.mate-desktop.org/releases/1.14/%{name}-%{version}.tar.xz
7
8# Vine patch
9Patch1001:              mate-control-center-1.14.0-accountsservice.patch
10
11License:        GPLv2
12Group:          User Interface/Desktops
13URL:            http://mate-desktop.org/
14
15BuildRequires:  mate-common
16BuildRequires:  mate-doc-utils
17BuildRequires:  mate-desktop-devel
18BuildRequires:  mate-menus-devel
19BuildRequires:  marco-devel
20BuildRequires:  mate-settings-daemon-devel
21BuildRequires:  libmatekbd-devel
22BuildRequires:  librsvg2-devel
23BuildRequires:  gtk2-devel
24BuildRequires:  dconf-devel
25BuildRequires:  libxml2-devel
26BuildRequires:  libSM-devel
27BuildRequires:  libXScrnSaver-devel
28BuildRequires:  libXext-devel
29BuildRequires:  libXxf86misc-devel
30BuildRequires:  libcanberra-devel
31BuildRequires:  unique-devel
32BuildRequires:  accountsservice-devel
33BuildRequires:  yelp-tools
34BuildRequires:  desktop-file-utils
35BuildRequires:  gtk-doc
36BuildRequires:  itstool
37BuildRequires:  autoconf
38BuildRequires:  automake
39
40Requires: gsettings-desktop-schemas
41Requires: accountsservice
42
43Requires(posttrans,postun):     glib2
44Requires(post,postun):  desktop-file-utils
45
46BuildRoot:      %{_tmppath}/%{name}-%{version}-root
47
48Vendor:         Project Vine
49Distribution:   Vine Linux
50Packager:       Takemikaduchi
51
52
53%description
54The control center is MATE's main interface for configuration of various
55aspects of your desktop.
56
57
58%package        devel
59Summary:        Development tools for mate-control-center
60Summary(ja):    mate-control-center の開発環境
61Group:          Development/Libraries
62Requires:       %{name} = %{version}-%{release}
63Requires:       gtk2-devel
64Requires:       librsvg2-devel
65Requires:       pkgconfig
66
67%description    devel
68Header files and libraries for building a extension library for the
69mate-control-center.
70
71
72%prep
73%setup -q
74%patch1001 -p1 -b .accountsservice
75
76%build
77NOCONFIGURE=1 ./autogen.sh
78%configure \
79        --disable-static \
80        --disable-update-mimedb
81
82%{__make} %{?_smp_mflags}
83
84
85%install
86%{__rm} -rf ${RPM_BUILD_ROOT}
87
88%{__make} install DESTDIR=${RPM_BUILD_ROOT}
89
90find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
91find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
92
93%{__rm} -f ${RPM_BUILD_ROOT}%{_datadir}/applications/mimeinfo.cache
94
95%find_lang %{name}
96
97
98%clean
99%{__rm} -rf ${RPM_BUILD_ROOT}
100
101%post
102/sbin/ldconfig
103update-desktop-database %{_datadir}/applications >& /dev/null ||:
104touch --no-create %{_datadir}/icons/hicolor
105gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
106
107%postun
108/sbin/ldconfig
109if [ $1 -eq 0 ]; then
110  update-desktop-database %{_datadir}/applications >& /dev/null ||:
111  touch --no-create %{_datadir}/icons/hicolor
112  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
113  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
114fi
115
116%posttrans
117glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
118
119
120%files -f %{name}.lang
121%defattr(-,root,root,-)
122%doc COPYING ChangeLog NEWS README
123%{_sysconfdir}/xdg/menus/matecc.menu
124%{_bindir}/mate-about-me
125%{_bindir}/mate-appearance-properties
126%{_bindir}/mate-at-properties
127%{_bindir}/mate-control-center
128%{_bindir}/mate-default-applications-properties
129%{_bindir}/mate-display-properties
130%{_bindir}/mate-font-viewer
131%{_bindir}/mate-keybinding-properties
132%{_bindir}/mate-keyboard-properties
133%{_bindir}/mate-mouse-properties
134%{_bindir}/mate-network-properties
135%{_bindir}/mate-thumbnail-font
136%{_bindir}/mate-typing-monitor
137%{_bindir}/mate-window-properties
138%{_libdir}/libmate-window-settings.so.*
139%{_libdir}/libmate-slab.so.*
140%{_libdir}/window-manager-settings/libmarco.so
141%{_sbindir}/mate-display-properties-install-systemwide
142%{_datadir}/applications/*.desktop
143%{_datadir}/desktop-directories/matecc.directory
144%{_datadir}/glib-2.0/schemas/org.mate.control-center.gschema.xml
145%{_datadir}/glib-2.0/schemas/org.mate.control-center.keybinding.gschema.xml
146%{_datadir}/icons/hicolor/*/*/*
147%{_datadir}/mate/cursor-fonts/*
148%{_datadir}/help/*
149%{_datadir}/%{name}
150%{_datadir}/mime/packages/mate-theme-package.xml
151%{_datadir}/polkit-1/actions/org.mate.randr.policy
152%{_datadir}/thumbnailers/mate-font-viewer.thumbnailer
153%{_mandir}/man1/mate-about-me.1.gz
154%{_mandir}/man1/mate-appearance-properties.1.gz
155%{_mandir}/man1/mate-at-properties.1.gz
156%{_mandir}/man1/mate-control-center.1.gz
157%{_mandir}/man1/mate-default-applications-properties.1.gz
158%{_mandir}/man1/mate-display-properties-install-systemwide.1.gz
159%{_mandir}/man1/mate-display-properties.1.gz
160%{_mandir}/man1/mate-font-viewer.1.gz
161%{_mandir}/man1/mate-keybinding-properties.1.gz
162%{_mandir}/man1/mate-keyboard-properties.1.gz
163%{_mandir}/man1/mate-mouse-properties.1.gz
164%{_mandir}/man1/mate-network-properties.1.gz
165%{_mandir}/man1/mate-thumbnail-font.1.gz
166%{_mandir}/man1/mate-typing-monitor.1.gz
167%{_mandir}/man1/mate-window-properties.1.gz
168
169%files devel
170%defattr(-,root,root,-)
171%{_includedir}/mate-window-settings-2.0
172%{_includedir}/libmate-slab
173%{_libdir}/libmate-window-settings.so
174%{_libdir}/libmate-slab.so
175%{_libdir}/pkgconfig/mate-default-applications.pc
176%{_libdir}/pkgconfig/mate-keybindings.pc
177%{_libdir}/pkgconfig/mate-slab.pc
178%{_libdir}/pkgconfig/mate-window-settings-2.0.pc
179
180
181%changelog
182* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
183- new upstream release
184- update Patch1001 (mate-control-center-1.14.0-accountsservice.patch)
185
186* Sun Jan 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-2
187- add BuildRequires: accountsservice-devel, yelp-tools
188- add Patch1001 (mate-control-center-1.12.1-accountsservice.patch)
189
190* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
191- new upstream release
192- remove Patch1000 (mate-control-center-1.10.1-ja.po.patch)
193
194* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
195- new upstream release
196
197* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
198- new upstream release
199
200* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
201- new upstream release
202- update Patch1000 (mate-control-center-1.10.1-ja.po.patch)
203
204* Sat Jun 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-2
205- add Requires: gsettings-desktop-schemas
206- add Patch1000 (mate-control-center-1.10.0-ja.po.patch)
207
208* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
209- new upstream release
210
211* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.3-2
212- add BuildRequires: librsvg2-devel
213- add Requires: gtk2-devel, librsvg2-devel (-devel subpackage)
214
215* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.3-1
216- new upstream release
217- change BuildRequires: marco-devel instead of mate-window-manager-devel
218
219* Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.2-1
220- new upstream release
221
222* Tue Apr 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
223- new upstream release
224- add BuildRequires: itstool
225
226* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
227- rebuild with VineSeed environment
228
229* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
230- new upstream release
231
232* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
233- new upstream release
234- remove BuildRequires: mate-conf-devel
235- remove Patch0 (mate-control-center-1.2.1-configure.patch)
236- add BuildRequires: dconf-devel
237
238* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
239- new upstream release
240
241* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
242- new upstream release
243- add Patch0 (mate-control-center-1.2.1-configure.patch)
244
245* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
246- change category
247
248* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
249- initial build for Vine Linux
250
Note: See TracBrowser for help on using the repository browser.