source: projects/specs/trunk/m/mate-settings-daemon/mate-settings-daemon-vl.spec @ 12229

Revision 12229, 7.7 KB checked in by tomop, 5 years ago (diff)

updated 3 packages

mate-desktop-1.20.4-1

mate-screensaver-1.20.3-1

mate-settings-daemon-1.20.4-1

Line 
1Summary:        The MATE Settings daemon
2Name:           mate-settings-daemon
3Version:        1.20.4
4Release:        1%{?_dist_release}
5%define         shortver %(echo %{version} | sed -e 's/\\.[0-9]*$//')
6Source0:        https://pub.mate-desktop.org/releases/%{shortver}/%{name}-%{version}.tar.xz
7License:        GPLv2 and LGPLv2
8Group:          System Environment/Daemons
9URL:            http://mate-desktop.org/
10
11BuildRequires:  mate-common
12BuildRequires:  mate-desktop-devel >= 1.17.0
13BuildRequires:  libmatekbd-devel >= 1.17.0
14BuildRequires:  libmatemixer-devel
15BuildRequires:  gtk3-devel
16BuildRequires:  dconf-devel
17BuildRequires:  libnotify-devel
18BuildRequires:  dbus-glib-devel
19BuildRequires:  libxklavier-devel >= 5.2
20BuildRequires:  libSM-devel
21BuildRequires:  libXxf86misc-devel
22BuildRequires:  polkit-devel
23BuildRequires:  pulseaudio-libs-devel
24BuildRequires:  libcanberra-gtk3-devel
25BuildRequires:  nss-devel
26BuildRequires:  gtk-doc
27BuildRequires:  autoconf
28BuildRequires:  automake
29
30Requires(posttrans,postun):     glib2
31Requires(post,postun):  gtk2
32Requires(post,postun):  desktop-file-utils
33
34BuildRoot:      %{_tmppath}/%{name}-%{version}-root
35
36Vendor:         Project Vine
37Distribution:   Vine Linux
38Packager:       iwaim
39
40
41%description
42%{summary}
43
44%package        devel
45Summary:        Development tools for mate-settings-daemon
46Summary(ja):    mate-settings-daemon の開発環境
47Group:          Development/Libraries
48Requires:       %{name} = %{version}-%{release}
49Requires:       pkgconfig
50
51%description    devel
52Header files and libraries for building a extension library for the
53mate-settings-daemon.
54
55
56%prep
57%setup -q
58
59
60%build
61(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
62%configure \
63        --libexecdir=%{_libexecdir}/mate \
64        --disable-static \
65        --enable-pulse \
66        --with-x \
67        --with-nssdb
68
69%{__make} %{?_smp_mflags}
70
71
72%install
73%{__rm} -rf ${RPM_BUILD_ROOT}
74
75%{__make} install DESTDIR=${RPM_BUILD_ROOT}
76
77find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
78find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
79
80%find_lang %{name}
81
82
83%clean
84%{__rm} -rf ${RPM_BUILD_ROOT}
85
86
87%post
88/sbin/ldconfig
89update-desktop-database %{_datadir}/applications >& /dev/null ||:
90touch --no-create %{_datadir}/icons/hicolor
91gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
92
93%postun
94/sbin/ldconfig
95if [ $1 -eq 0 ]; then
96  update-desktop-database %{_datadir}/applications >& /dev/null ||:
97  touch --no-create %{_datadir}/icons/hicolor
98  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
99  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
100fi
101
102%posttrans
103glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
104
105
106%files -f %{name}.lang
107%defattr(-,root,root,-)
108%license COPYING
109%doc ChangeLog NEWS README
110%{_sysconfdir}/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
111%{_sysconfdir}/xdg/autostart/mate-settings-daemon.desktop
112%{_sysconfdir}/xrdb/*.ad
113%{_libdir}/%{name}
114%{_libexecdir}/mate/mate-settings-daemon
115%{_libexecdir}/mate/msd-locate-pointer
116%{_libexecdir}/mate/msd-datetime-mechanism
117%{_datadir}/dbus-1/services/org.mate.SettingsDaemon.service
118%{_datadir}/dbus-1/system-services/org.mate.SettingsDaemon.DateTimeMechanism.service
119%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.gschema.xml
120%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml
121%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml
122%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.background.gschema.xml
123%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml
124%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.datetime.gschema.xml
125%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml
126%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml
127%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml
128%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml
129%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.mouse.gschema.xml
130%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.mpris.gschema.xml
131%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml
132%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.sound.gschema.xml
133%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml
134%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml
135%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml
136%{_datadir}/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml
137%{_datadir}/glib-2.0/schemas/org.mate.applications-at.gschema.xml
138%{_datadir}/glib-2.0/schemas/org.mate.font-rendering.gschema.xml
139%{_datadir}/glib-2.0/schemas/org.mate.peripherals-smartcard.gschema.xml
140%{_datadir}/glib-2.0/schemas/org.mate.peripherals-touchpad.gschema.xml
141%{_datadir}/icons/*/*/*/*
142%{_datadir}/%{name}
143%{_datadir}/mate-control-center/keybindings/50-accessibility.xml
144%{_datadir}/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy
145%{_mandir}/man1/%{name}.1.gz
146%{_mandir}/man1/msd-datetime-mechanism.1.gz
147%{_mandir}/man1/msd-locate-pointer.1.gz
148
149%files devel
150%defattr(-,root,root,-)
151%{_includedir}/mate-settings-daemon
152%{_libdir}/pkgconfig/mate-settings-daemon.pc
153
154
155%changelog
156* Tue Oct 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.4-1
157- updated to 1.20.4.
158
159* Fri May  4 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.20.1-1
160- update to 1.20.1
161
162* Wed Apr  4 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.18.2-2
163- rebuilt with gtk3-3.22.10
164  (fix redraw issue)
165
166* Wed Apr  4 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
167- rebuild (test package)
168
169* Tue Jan 23 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.2-1
170- update to 1.18.2
171
172* Tue Apr 11 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
173- update to 1.18.1
174
175* Mon Apr  3 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
176- update to 1.18.0
177- move to GTK3+
178- add BuildRequires: libxklavier-devel
179- drop unrecognized option: '--disable-gstreamer'
180
181* Tue Mar 28 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.2-1
182- update to 1.16.2
183
184* Sun Mar 26 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
185- update to 1.16.1
186
187* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
188- new upstream release
189- update License
190- update Packager
191
192* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
193- new upstream release
194
195* Tue Dec 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
196- new upstream release
197
198* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
199- new upstream release
200
201* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
202- new upstream release
203- add BuildRequires: libmatemixer-devel
204
205* Sun Mar 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.3-1
206- new upstream release
207- add BuildRequires: pulseaudio-libs-devel, libcanberra-devel
208- remove BuildRequires: gstreamer-devel, gstreamer-plugins-base-devel
209
210* Sun May 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
211- new upstream release
212
213* Tue Apr 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
214- new upstream release
215
216* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
217- new upstream release
218
219* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
220- new upstream release
221
222* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
223- new upstream release
224- remove BuildRequires: mate-conf-devel, libmatenotify-devel
225- add BuildRequires: libnotify-devel, dconf-devel
226
227* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
228- new upstream release
229
230* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
231- new upstream release
232- add BuildRequires: gstreamer-devel,gstreamer-plugins-base-devel
233
234* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
235- change category
236
237* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
238- initial build for Vine Linux
239
Note: See TracBrowser for help on using the repository browser.