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

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

add BR: accountsservice-devel

Line 
1Summary:        The Control Center for MATE
2Name:           mate-control-center
3Version:        1.12.1
4Release:        2%{?_dist_release}
5
6Source0:        http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz
7
8# Vine patch
9Patch1001:              mate-control-center-1.12.1-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/mate-preferences-categories.menu
124%{_sysconfdir}/xdg/menus/matecc.menu
125%{_bindir}/mate-about-me
126%{_bindir}/mate-appearance-properties
127%{_bindir}/mate-at-properties
128%{_bindir}/mate-control-center
129%{_bindir}/mate-default-applications-properties
130%{_bindir}/mate-display-properties
131%{_bindir}/mate-font-viewer
132%{_bindir}/mate-keybinding-properties
133%{_bindir}/mate-keyboard-properties
134%{_bindir}/mate-mouse-properties
135%{_bindir}/mate-network-properties
136%{_bindir}/mate-thumbnail-font
137%{_bindir}/mate-typing-monitor
138%{_bindir}/mate-window-properties
139%{_libdir}/libmate-window-settings.so.*
140%{_libdir}/libmate-slab.so.*
141%{_libdir}/window-manager-settings/libmarco.so
142%{_sbindir}/mate-display-properties-install-systemwide
143%{_datadir}/MateConf/gsettings/mate-control-center.convert
144%{_datadir}/applications/*.desktop
145%{_datadir}/desktop-directories/matecc.directory
146%{_datadir}/glib-2.0/schemas/org.mate.control-center.gschema.xml
147%{_datadir}/glib-2.0/schemas/org.mate.control-center.keybinding.gschema.xml
148%{_datadir}/icons/hicolor/*/*/*
149%{_datadir}/mate/cursor-fonts/*
150%{_datadir}/help/*
151%{_datadir}/%{name}
152%{_datadir}/mime/packages/mate-theme-package.xml
153%{_datadir}/polkit-1/actions/org.mate.randr.policy
154%{_datadir}/thumbnailers/mate-font-viewer.thumbnailer
155%{_mandir}/man1/mate-about-me.1.gz
156%{_mandir}/man1/mate-appearance-properties.1.gz
157%{_mandir}/man1/mate-at-properties.1.gz
158%{_mandir}/man1/mate-control-center.1.gz
159%{_mandir}/man1/mate-default-applications-properties.1.gz
160%{_mandir}/man1/mate-display-properties-install-systemwide.1.gz
161%{_mandir}/man1/mate-display-properties.1.gz
162%{_mandir}/man1/mate-font-viewer.1.gz
163%{_mandir}/man1/mate-keybinding-properties.1.gz
164%{_mandir}/man1/mate-keyboard-properties.1.gz
165%{_mandir}/man1/mate-mouse-properties.1.gz
166%{_mandir}/man1/mate-network-properties.1.gz
167%{_mandir}/man1/mate-thumbnail-font.1.gz
168%{_mandir}/man1/mate-typing-monitor.1.gz
169%{_mandir}/man1/mate-window-properties.1.gz
170
171%files devel
172%defattr(-,root,root,-)
173%{_includedir}/mate-window-settings-2.0
174%{_includedir}/libmate-slab
175%{_libdir}/libmate-window-settings.so
176%{_libdir}/libmate-slab.so
177%{_libdir}/pkgconfig/mate-default-applications.pc
178%{_libdir}/pkgconfig/mate-keybindings.pc
179%{_libdir}/pkgconfig/mate-slab.pc
180%{_libdir}/pkgconfig/mate-window-settings-2.0.pc
181
182
183%changelog
184* Sun Jan 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-2
185- add BuildRequires: accountsservice-devel, yelp-tools
186- add Patch1001 (mate-control-center-1.12.1-accountsservice.patch)
187
188* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
189- new upstream release
190- remove Patch1000 (mate-control-center-1.10.1-ja.po.patch)
191
192* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
193- new upstream release
194
195* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
196- new upstream release
197
198* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
199- new upstream release
200- update Patch1000 (mate-control-center-1.10.1-ja.po.patch)
201
202* Sat Jun 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-2
203- add Requires: gsettings-desktop-schemas
204- add Patch1000 (mate-control-center-1.10.0-ja.po.patch)
205
206* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
207- new upstream release
208
209* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.3-2
210- add BuildRequires: librsvg2-devel
211- add Requires: gtk2-devel, librsvg2-devel (-devel subpackage)
212
213* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.3-1
214- new upstream release
215- change BuildRequires: marco-devel instead of mate-window-manager-devel
216
217* Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.2-1
218- new upstream release
219
220* Tue Apr 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
221- new upstream release
222- add BuildRequires: itstool
223
224* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
225- rebuild with VineSeed environment
226
227* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
228- new upstream release
229
230* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
231- new upstream release
232- remove BuildRequires: mate-conf-devel
233- remove Patch0 (mate-control-center-1.2.1-configure.patch)
234- add BuildRequires: dconf-devel
235
236* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
237- new upstream release
238
239* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
240- new upstream release
241- add Patch0 (mate-control-center-1.2.1-configure.patch)
242
243* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
244- change category
245
246* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
247- initial build for Vine Linux
248
Note: See TracBrowser for help on using the repository browser.