source: projects/specs/trunk/m/mate-applets/mate-applets-vl.spec @ 8447

Revision 8447, 4.7 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.2

RevLine 
[5311]1Summary:        Applets for MATE panel
2Name:           mate-applets
[8359]3Version:        1.8.0
[8447]4Release:        2%{?_dist_release}
[8359]5Source0:        http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
[5311]6License:        GPLv2
[5316]7Group:          User Interface/Desktops
[6679]8URL:            http://mate-desktop.org/
[5311]9
10BuildRequires:  mate-common
11BuildRequires:  mate-doc-utils
12BuildRequires:  mate-icon-theme
13BuildRequires:  mate-panel-devel
14BuildRequires:  mate-desktop-devel
15BuildRequires:  mate-settings-daemon-devel
[7697]16BuildRequires:  libnotify-devel
[5311]17BuildRequires:  libmateweather-devel
18BuildRequires:  gtk2-devel
19BuildRequires:  libSM-devel
[8359]20BuildRequires:  libwnck-devel
[5311]21BuildRequires:  libgtop2-devel
22BuildRequires:  dbus-devel
23BuildRequires:  polkit-devel
24BuildRequires:  NetworkManager-devel
[6679]25BuildRequires:  upower-devel
[5311]26BuildRequires:  popt-devel
27BuildRequires:  gtk-doc
[8359]28BuildRequires:  itstool
[5311]29BuildRequires:  autoconf
30BuildRequires:  automake
31
[7697]32Requires(posttrans,postun):     glib2
[5311]33
34BuildRoot:      %{_tmppath}/%{name}-%{version}-root
35
36Vendor:         Project Vine
37Distribution:   Vine Linux
38Packager:       Takemikaduchi
39
40
41%description
42MATE (GNU Network Object Model Environment) is a user-friendly
43set of applications and desktop tools to be used in conjunction with a
44window manager for the X Window System.  MATE is similar in purpose and
45scope to CDE and KDE, but MATE is based completely on Open Source
46software.  The mate-applets package provides Panel applets which
47enhance your MATE experience.
48
49
50%prep
51%setup -q
52
53
54%build
55(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
56%configure \
57        --libexecdir=%{_libexecdir}/mate \
[7697]58        --disable-static
[5311]59
60%{__make} %{?_smp_mflags}
61
62
63%install
64%{__rm} -rf ${RPM_BUILD_ROOT}
65
66%{__make} install DESTDIR=${RPM_BUILD_ROOT}
67
68find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
69find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
70
[6172]71%find_lang %{name}
[5311]72
73
74%clean
75%{__rm} -rf ${RPM_BUILD_ROOT}
76
[7697]77%post -p /sbin/ldconfig
[5311]78
79%postun
80/sbin/ldconfig
[7697]81if [ $1 -eq 0 ]; then
82  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
83fi
[5311]84
[7697]85%posttrans
86glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[5311]87
[7697]88
[6172]89%files -f %{name}.lang
[5311]90%defattr(-,root,root,-)
91%doc COPYING ChangeLog NEWS README
92%{_sysconfdir}/dbus-1/system.d/org.mate.CPUFreqSelector.conf
93%{_sysconfdir}/sound/events/mate-battstat_applet.soundlist
94%{_bindir}/mate-cpufreq-selector
[8359]95%{_libdir}/matecomponent/servers/MATE_StickyNotesApplet.server
[5311]96%{_libexecdir}/mate/accessx-status-applet
97%{_libexecdir}/mate/battstat-applet-2
98%{_libexecdir}/mate/charpick_applet2
[8359]99%{_libexecdir}/mate/command-applet
[5311]100%{_libexecdir}/mate/drivemount_applet2
101%{_libexecdir}/mate/geyes_applet2
102%{_libexecdir}/mate/mateweather-applet-2
[7697]103%{_libexecdir}/mate/mate-cpufreq-applet
[5311]104%{_libexecdir}/mate/multiload-applet-2
[8359]105%{_libexecdir}/mate/timer-applet
[5311]106%{_libexecdir}/mate/trashapplet
107%{_datadir}/dbus-1/services/*.service
108%{_datadir}/dbus-1/system-services/org.mate.CPUFreqSelector.service
[7697]109%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.battstat.gschema.xml
110%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.charpick.gschema.xml
[8359]111%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.command.gschema.xml
[7697]112%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.cpufreq.gschema.xml
113%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.geyes.gschema.xml
114%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.multiload.gschema.xml
[8359]115%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.timer.gschema.xml
[5311]116%{_datadir}/icons/hicolor/*/*/*
117%{_datadir}/icons/mate/48x48/apps/ax-applet.png
[8359]118%{_datadir}/help/*
[5311]119%{_datadir}/mate-2.0/ui/*.xml
120%{_datadir}/%{name}
121%{_datadir}/mate-panel/applets/*
122%{_datadir}/pixmaps/mate-accessx-status-applet
123%{_datadir}/pixmaps/mate-cpufreq-applet
124%{_datadir}/pixmaps/mate-stickynotes
125%{_datadir}/polkit-1/actions/org.mate.cpufreqselector.policy
126
127
128%changelog
[8447]129* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
130- rebuild with libgtop2-2.30.0
131
[8359]132* Tue Apr 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
133- new upstream release
134- change BuildRequires: libwnck-devel instead of libmatewnck-devel
135- add BuildRequires: itstool
136
[8068]137* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
138- rebuild with VineSeed environment
139
[7697]140* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
141- new upstream release
142- remove BuildRequires: mate-conf-devel, libmatenotiry-devel
143- add BuildRequires: libnotify-devel
144
[6679]145* Thu Aug 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
146- new upstream release
147- change BuildRequires: libmatewnck-devel instead of libwnck-devel
148- add BuildRequires: upower-devel
149
[6172]150* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
151- new upstream release
152- remove Patch0
153
[5316]154* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
155- change category
156
[5311]157* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
158- initial build for Vine Linux
159
Note: See TracBrowser for help on using the repository browser.