source: projects/specs/trunk/m/mate-session-manager/mate-session-manager-vl.spec @ 10888

Revision 10888, 4.7 KB checked in by iwaim, 7 years ago (diff)

mate-session-manager 1.16.0

RevLine 
[5311]1Summary:        The MATE Session Handler
2Name:           mate-session-manager
[10888]3Version:        1.16.0
[9797]4Release:        1%{?_dist_release}
[10888]5Source0:        http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
[5311]6License:        GPLv2
[5316]7Group:          User Interface/Desktops
[6679]8URL:            http://mate-desktop.org/
[5311]9
[9724]10# patch for Vine
[10195]11Patch1001:      mate-session-manager-1.12.2-use-vine-sleep-helper.patch
[9797]12Patch1002:      mate-session-manager-1.12.0-mate-wm.patch
[9724]13
[5311]14BuildRequires:  mate-common
[10888]15BuildRequires:  gtk3-devel
[5311]16BuildRequires:  dbus-glib-devel
17BuildRequires:  libSM-devel
18BuildRequires:  libXtst-devel
[9552]19BuildRequires:  mate-desktop-devel
[5311]20BuildRequires:  gtk-doc
21BuildRequires:  autoconf
22BuildRequires:  automake
23
[9724]24Requires:       vine-sleep-helper
[7697]25Requires(posttrans,postun):     glib2
26Requires(post,postun):  gtk2
[5311]27Requires(post,postun):  desktop-file-utils
28
29BuildRoot:      %{_tmppath}/%{name}-%{version}-root
30
31Vendor:         Project Vine
32Distribution:   Vine Linux
33Packager:       Takemikaduchi
34
35
36%description
37mate-session contains the MATE session manager, as well as a
38configuration program to choose applications starting on login.
39
40
41%prep
42%setup -q
[9724]43%patch1001 -p1 -b .vine
[9797]44%patch1002 -p1 -b .vine
[5311]45
46
47%build
[9724]48NOCONFIGURE=1 ./autogen.sh
[5311]49%configure \
50        --disable-static \
[9726]51        --disable-upower \
52        --with-default-wm=mate-wm
[5311]53
54%{__make} %{?_smp_mflags}
55
56
57%install
58%{__rm} -rf ${RPM_BUILD_ROOT}
59
60%{__make} install DESTDIR=${RPM_BUILD_ROOT}
61
62find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
63find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
64
[6679]65%find_lang %{name}
[5311]66
67
68%clean
69%{__rm} -rf ${RPM_BUILD_ROOT}
70
71
72%post
73/sbin/ldconfig
74update-desktop-database %{_datadir}/applications >& /dev/null ||:
75touch --no-create %{_datadir}/icons/hicolor
[7697]76/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
[5311]77
78%postun
79/sbin/ldconfig
[7697]80if [ $1 -eq 0 ]; then
81  update-desktop-database %{_datadir}/applications >& /dev/null ||:
82  touch --no-create %{_datadir}/icons/hicolor
[5311]83  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
[7697]84  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[5311]85fi
86
[7697]87%posttrans
88glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[5311]89
[7697]90
[6679]91%files -f %{name}.lang
[5311]92%defattr(-,root,root,-)
93%doc COPYING ChangeLog NEWS README
94%{_bindir}/mate-session
[9552]95%{_bindir}/mate-session-inhibit
[5311]96%{_bindir}/mate-session-properties
97%{_bindir}/mate-session-save
98%{_bindir}/mate-wm
99%{_datadir}/applications/mate-session-properties.desktop
[9726]100%{_datadir}/applications/mate-wm.desktop
[7697]101%{_datadir}/glib-2.0/schemas/org.mate.session.gschema.xml
[5311]102%{_datadir}/icons/hicolor/*/*/*
[7821]103%{_datadir}/mate-session-manager/gsm-inhibit-dialog.ui
104%{_datadir}/mate-session-manager/session-properties.ui
[5311]105%{_datadir}/xsessions/mate.desktop
106%{_mandir}/man1/*.1.gz
107
108
109%changelog
[10888]110* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
111- new upstream release
112- update GTK+ version
113 - BR: gtk3-devel
114
[10255]115* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
116- new upstream release
117
[10195]118* Sun Apr 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.2-1
119- new upstream release
120- update Patch1001 (mate-session-manager-1.12.2-use-vine-sleep-helper.patch)
121
[9842]122* Tue Dec 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
123- new upstream release
124
[9797]125* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
126- new upstream release
127- add Patch1002 (mate-session-manager-1.12.0-mate-wm.patch)
128
[9726]129* Wed Sep 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-3
130- add configure option (--with-default-wm=mate-wm)
131
[9724]132* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-2
133- add Patch1001 (mate-session-manager-1.10.2-use-vine-sleep-helper.patch)
134- add Requires: vine-sleep-helper
135
[9667]136* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
137- new upstream release
138
[9601]139* Sat Jun 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
140- new upstream release
141
[9552]142* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
143- new upstream release
144- add BuildRequires: mate-desktop-devel
145
[8962]146* Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
147- remove BuildRequires: libupower09-devel
148
[8359]149* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
150- new upstream release
151- add BuildRequires: libupower09-devel
152- remove BuildRequires: upower-devel
153
[8068]154* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
155- rebuild with VineSeed environment
156
[7821]157* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
158- new upstream release
159
[7697]160* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
161- new upstream release
162- remove BuildRequires: mate-conf-devel
163
[6679]164* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
165- new upstream release
166
[6172]167* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
168- new upstream release
169
[5316]170* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
171- change category
172
[5311]173* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
174- initial build for Vine Linux
175
Note: See TracBrowser for help on using the repository browser.