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

Revision 10195, 4.6 KB checked in by Takemikaduchi, 8 years ago (diff)

new upstream release

RevLine 
[5311]1Summary:        The MATE Session Handler
2Name:           mate-session-manager
[10195]3Version:        1.12.2
[9797]4Release:        1%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.12/%{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
15BuildRequires:  gtk2-devel
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
[7697]99%{_datadir}/MateConf/gsettings/mate-session.convert
[5311]100%{_datadir}/applications/mate-session-properties.desktop
[9726]101%{_datadir}/applications/mate-wm.desktop
[7697]102%{_datadir}/glib-2.0/schemas/org.mate.session.gschema.xml
[5311]103%{_datadir}/icons/hicolor/*/*/*
[7821]104%{_datadir}/mate-session-manager/gsm-inhibit-dialog.ui
105%{_datadir}/mate-session-manager/session-properties.ui
[5311]106%{_datadir}/xsessions/mate.desktop
107%{_mandir}/man1/*.1.gz
108
109
110%changelog
[10195]111* Sun Apr 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.2-1
112- new upstream release
113- update Patch1001 (mate-session-manager-1.12.2-use-vine-sleep-helper.patch)
114
[9842]115* Tue Dec 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
116- new upstream release
117
[9797]118* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
119- new upstream release
120- add Patch1002 (mate-session-manager-1.12.0-mate-wm.patch)
121
[9726]122* Wed Sep 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-3
123- add configure option (--with-default-wm=mate-wm)
124
[9724]125* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-2
126- add Patch1001 (mate-session-manager-1.10.2-use-vine-sleep-helper.patch)
127- add Requires: vine-sleep-helper
128
[9667]129* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
130- new upstream release
131
[9601]132* Sat Jun 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
133- new upstream release
134
[9552]135* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
136- new upstream release
137- add BuildRequires: mate-desktop-devel
138
[8962]139* Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
140- remove BuildRequires: libupower09-devel
141
[8359]142* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
143- new upstream release
144- add BuildRequires: libupower09-devel
145- remove BuildRequires: upower-devel
146
[8068]147* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
148- rebuild with VineSeed environment
149
[7821]150* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
151- new upstream release
152
[7697]153* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
154- new upstream release
155- remove BuildRequires: mate-conf-devel
156
[6679]157* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
158- new upstream release
159
[6172]160* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
161- new upstream release
162
[5316]163* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
164- change category
165
[5311]166* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
167- initial build for Vine Linux
168
Note: See TracBrowser for help on using the repository browser.