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

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

MATE-1.14.0

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