mate-settings-daemon/mate-settings-daemon.spec

160 lines
5.4 KiB
RPMSpec
Raw Normal View History

2012-10-29 19:50:14 +00:00
Name: mate-settings-daemon
2012-12-03 23:35:57 +00:00
Version: 1.5.4
2013-01-15 22:13:37 +00:00
Release: 3%{?dist}
2012-10-29 19:50:14 +00:00
Summary: MATE Desktop settings daemon
License: GPLv2+
URL: http://mate-desktop.org
Source0: http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
Requires: gsettings-desktop-schemas
Requires: mate-icon-theme
2012-10-29 19:50:14 +00:00
BuildRequires: icon-naming-utils
BuildRequires: mate-common
BuildRequires: pkgconfig(clutter-gst-1.0)
2012-10-29 19:50:14 +00:00
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
2012-10-29 19:50:14 +00:00
BuildRequires: pkgconfig(libmatekbd)
BuildRequires: pkgconfig(libmatenotify)
BuildRequires: pkgconfig(libxklavier)
BuildRequires: pkgconfig(mate-desktop-2.0)
2012-10-29 19:50:14 +00:00
BuildRequires: pkgconfig(nss)
BuildRequires: pkgconfig(polkit-agent-1)
BuildRequires: pkgconfig(polkit-gtk-mate-1)
BuildRequires: pkgconfig(sm)
%description
This package contains the daemon which is responsible for setting the
various parameters of a MATE session and the applications that run
under it.
%package devel
2012-10-29 19:50:14 +00:00
Summary: Development files for mate-settings-daemon
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package contains the daemon which is responsible for setting the
various parameters of a MATE session and the applications that run
under it.
%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh
%build
%configure \
--disable-pulse \
--disable-static \
--disable-schemas-compile \
--enable-polkit \
--enable-gstreamer \
--with-x \
--with-gnu-ld \
--with-nssdb
2012-09-28 21:39:16 +00:00
make %{?_smp_mflags} V=1
%install
make install DESTDIR=%{buildroot}
2012-10-29 19:50:14 +00:00
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name}
2012-09-28 21:39:16 +00:00
%post
/sbin/ldconfig
2013-01-15 22:13:37 +00:00
/bin/touch --no-create %{_datadir}/icons/mate &>/dev/null || :
%postun
/sbin/ldconfig
if [ $1 -eq 0 ] ; then
2013-01-15 22:13:37 +00:00
/bin/touch --no-create %{_datadir}/icons/mate &> /dev/null || :
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/mate &> /dev/null || :
2012-10-29 19:50:14 +00:00
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi
%posttrans
2013-01-15 22:13:37 +00:00
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/mate &> /dev/null || :
2012-10-29 19:50:14 +00:00
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2012-09-28 21:39:16 +00:00
%files -f %{name}.lang
%doc AUTHORS COPYING README
2012-10-29 19:50:14 +00:00
%config %{_sysconfdir}/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
%config %{_sysconfdir}/xdg/autostart/mate-settings-daemon.desktop
%{_libdir}/mate-settings-daemon
%{_libexecdir}/mate-settings-daemon
%{_libexecdir}/msd-datetime-mechanism
%{_libexecdir}/msd-locate-pointer
%{_datadir}/dbus-1/services/org.mate.SettingsDaemon.service
%{_datadir}/dbus-1/system-services/org.mate.SettingsDaemon.DateTimeMechanism.service
2012-09-28 21:39:16 +00:00
%{_datadir}/icons/mate/*/*/*
%{_datadir}/mate-settings-daemon/
2012-10-29 19:50:14 +00:00
%{_datadir}/glib-2.0/schemas/org.mate.*.xml
%{_datadir}/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy
%files devel
%{_includedir}/mate-settings-daemon/
%{_libdir}/pkgconfig/mate-settings-daemon.pc
2012-09-28 21:39:16 +00:00
%changelog
2013-01-15 23:09:19 +00:00
* Tue Jan 15 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.4-3
- Fix icon scriptlets
* Fri Dec 21 2012 Nelson Marques <nmarques@fedoraproject.org> - 1.5.4-2
- Fix broken gstreamer support:
+ add gstreamer BuildRequires
+ disable pulse so we build with gstreamer support
- Add '--disable-static' to %%configure and remove find entries
- Improve description, overall readability, order dependencies and
minor improvements
2012-12-03 23:35:57 +00:00
* Mon Dec 03 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.4-1
- Latest upstream release
2012-11-24 16:52:33 +00:00
* Fri Nov 23 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.3-5
- Remove archlinux configure.ac bits.
- REALLY fix CVE-2012-5560
* Fri Nov 23 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.3-4
- stop generating version specific libdirs for plugins and fix CVE-2012-5560
2012-11-23 04:53:04 +00:00
* Thu Nov 22 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.3-3
- fix build failures
2012-11-23 03:47:34 +00:00
* Thu Nov 22 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.3-2
- drop mate-corba from br as it is deprecated
2012-10-29 19:55:46 +00:00
* Mon Oct 29 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.5.3-1
- update to 1.5.3 release
2012-10-29 19:50:14 +00:00
* Mon Oct 29 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.5.0-1
- update to 1.5.0 release
- add schema scriptlets and remove mateconf scriptlets
- add requires gsettings-desktop-schemas
- add build requires gsettings-desktop-schemas-devel
- change build requires style
2012-10-10 13:13:00 +00:00
* Wed Oct 10 2012 Rex Dieter <rdieter@fedoraproject.org> 1.4.0-6
- fix icon scriptlets
2012-09-28 21:39:16 +00:00
* Fri Sep 28 2012 Rex Dieter <rdieter@fedoraproject.org> - 1.4.0-5
- remove local quirks not needed for fedora buildsys
- simplify %%files, fix some dir-ownership
- cosmetics: move scriptlets to be next to %%files
* Tue Sep 25 2012 Dan Mashal <dan.mashal@fedoraproject.org> 1.4.0-4
- Own mate-settings-daemon directory, update build requires and configure flags
* Tue Sep 25 2012 Dan Mashal <dan.mashal@fedoraproject.org> 1.4.0-3
- Fix mateconf scritplets, switch back to upstream source.
* Sat Sep 15 2012 Dan Mashal <dan.mashal@fedoraproject.org> 1.4.0-2
- Move shared libs to main package and update buildrequires to add libSM-devel add mateconf scriptlets
* Sat Sep 01 2012 Dan Mashal <dan.mashal@fedoraproject.org> 1.4.0-1
- Initial build