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

RevLine 
[5311]1Summary:        The Control Center for MATE
2Name:           mate-control-center
[10255]3Version:        1.14.0
4Release:        1%{?_dist_release}
[6172]5
[10255]6Source0:        http://pub.mate-desktop.org/releases/1.14/%{name}-%{version}.tar.xz
[6172]7
[9601]8# Vine patch
[10255]9Patch1001:              mate-control-center-1.14.0-accountsservice.patch
[9601]10
[5311]11License:        GPLv2
[5316]12Group:          User Interface/Desktops
[6679]13URL:            http://mate-desktop.org/
[5311]14
15BuildRequires:  mate-common
16BuildRequires:  mate-doc-utils
17BuildRequires:  mate-desktop-devel
18BuildRequires:  mate-menus-devel
[9120]19BuildRequires:  marco-devel
[5311]20BuildRequires:  mate-settings-daemon-devel
21BuildRequires:  libmatekbd-devel
[9341]22BuildRequires:  librsvg2-devel
[5311]23BuildRequires:  gtk2-devel
[7697]24BuildRequires:  dconf-devel
[5311]25BuildRequires:  libxml2-devel
26BuildRequires:  libSM-devel
27BuildRequires:  libXScrnSaver-devel
28BuildRequires:  libXext-devel
29BuildRequires:  libXxf86misc-devel
30BuildRequires:  libcanberra-devel
31BuildRequires:  unique-devel
[9946]32BuildRequires:  accountsservice-devel
33BuildRequires:  yelp-tools
[5311]34BuildRequires:  desktop-file-utils
35BuildRequires:  gtk-doc
[8359]36BuildRequires:  itstool
[5311]37BuildRequires:  autoconf
38BuildRequires:  automake
39
[9601]40Requires: gsettings-desktop-schemas
[9946]41Requires: accountsservice
[9601]42
[7697]43Requires(posttrans,postun):     glib2
[5311]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}
[9341]63Requires:       gtk2-devel
64Requires:       librsvg2-devel
[5311]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
[9946]74%patch1001 -p1 -b .accountsservice
[5311]75
76%build
[9946]77NOCONFIGURE=1 ./autogen.sh
[5311]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
[6172]95%find_lang %{name}
[5311]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
[7697]105gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
[5311]106
107%postun
108/sbin/ldconfig
[7697]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 ||:
[5311]114fi
115
[7697]116%posttrans
117glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[5311]118
[7697]119
[6172]120%files -f %{name}.lang
[5311]121%defattr(-,root,root,-)
122%doc COPYING ChangeLog NEWS README
[9341]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
[5311]138%{_libdir}/libmate-window-settings.so.*
[9552]139%{_libdir}/libmate-slab.so.*
[5311]140%{_libdir}/window-manager-settings/libmarco.so
141%{_sbindir}/mate-display-properties-install-systemwide
142%{_datadir}/applications/*.desktop
[9341]143%{_datadir}/desktop-directories/matecc.directory
[7697]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
[5311]146%{_datadir}/icons/hicolor/*/*/*
147%{_datadir}/mate/cursor-fonts/*
[8359]148%{_datadir}/help/*
[5311]149%{_datadir}/%{name}
150%{_datadir}/mime/packages/mate-theme-package.xml
151%{_datadir}/polkit-1/actions/org.mate.randr.policy
[7697]152%{_datadir}/thumbnailers/mate-font-viewer.thumbnailer
[7821]153%{_mandir}/man1/mate-about-me.1.gz
154%{_mandir}/man1/mate-appearance-properties.1.gz
[9552]155%{_mandir}/man1/mate-at-properties.1.gz
156%{_mandir}/man1/mate-control-center.1.gz
[7821]157%{_mandir}/man1/mate-default-applications-properties.1.gz
[9552]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
[5311]168
169%files devel
170%defattr(-,root,root,-)
171%{_includedir}/mate-window-settings-2.0
[9552]172%{_includedir}/libmate-slab
[5311]173%{_libdir}/libmate-window-settings.so
[9552]174%{_libdir}/libmate-slab.so
[7821]175%{_libdir}/pkgconfig/mate-default-applications.pc
176%{_libdir}/pkgconfig/mate-keybindings.pc
[9552]177%{_libdir}/pkgconfig/mate-slab.pc
[5311]178%{_libdir}/pkgconfig/mate-window-settings-2.0.pc
179
180
181%changelog
[10255]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
[9946]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
[9876]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
[9797]194* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
195- new upstream release
196
[9760]197* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
198- new upstream release
199
[9667]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
[9601]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
[9552]208* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
209- new upstream release
210
[9341]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
[9120]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
[8962]219* Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.2-1
[8359]220- new upstream release
[8962]221
222* Tue Apr 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
223- new upstream release
[8359]224- add BuildRequires: itstool
225
[8068]226* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
227- rebuild with VineSeed environment
228
[7821]229* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
230- new upstream release
231
[7697]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
[6679]238* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
239- new upstream release
240
[6172]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
[5316]245* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
246- change category
247
[5311]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.