132 lines
4.1 KiB
RPMSpec
132 lines
4.1 KiB
RPMSpec
Name: mate-settings-daemon
|
|
Version: 1.5.3
|
|
Release: 3%{?dist}
|
|
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
|
|
|
|
BuildRequires: pkgconfig(clutter-gst-1.0)
|
|
BuildRequires: icon-naming-utils
|
|
BuildRequires: mate-common
|
|
BuildRequires: pkgconfig(mate-desktop-2.0)
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
BuildRequires: pkgconfig(sm)
|
|
BuildRequires: pkgconfig(libmatekbd)
|
|
BuildRequires: pkgconfig(libmatenotify)
|
|
BuildRequires: pkgconfig(libxklavier)
|
|
BuildRequires: pkgconfig(nss)
|
|
BuildRequires: pkgconfig(polkit-agent-1)
|
|
BuildRequires: pkgconfig(polkit-gtk-mate-1)
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|
|
|
Requires: gsettings-desktop-schemas
|
|
Requires: mate-icon-theme
|
|
|
|
%description
|
|
MATE Desktop settings daemon
|
|
|
|
%package devel
|
|
Summary: Development files for mate-settings-daemon
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
Development files for mate-settings-daemon
|
|
|
|
%prep
|
|
%setup -q
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
|
|
%build
|
|
%configure --disable-static \
|
|
--enable-polkit \
|
|
--with-x \
|
|
--with-nssdb
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
%install
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
|
|
find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
if [ $1 -eq 0 ] ; then
|
|
/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
fi
|
|
|
|
%posttrans
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
%files -f %{name}.lang
|
|
%doc AUTHORS COPYING README
|
|
%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
|
|
%{_datadir}/icons/mate/*/*/*
|
|
%{_datadir}/mate-settings-daemon/
|
|
%{_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
|
|
|
|
|
|
%changelog
|
|
* Thu Nov 22 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.3-3
|
|
- fix build failures
|
|
|
|
* Thu Nov 22 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.3-2
|
|
- drop mate-corba from br as it is deprecated
|
|
|
|
* Mon Oct 29 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.5.3-1
|
|
- update to 1.5.3 release
|
|
|
|
* 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
|
|
|
|
* Wed Oct 10 2012 Rex Dieter <rdieter@fedoraproject.org> 1.4.0-6
|
|
- fix icon scriptlets
|
|
|
|
* 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
|