update to 1.10.1 release

This commit is contained in:
raveit65 2015-07-14 07:54:16 +02:00
parent bb85376de7
commit 5cec98446d
3 changed files with 41 additions and 11 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/mate-settings-daemon-1.9.6.tar.xz
/mate-settings-daemon-1.9.90.tar.xz
/mate-settings-daemon-1.10.0.tar.xz
/mate-settings-daemon-1.10.1.tar.xz

View File

@ -1,15 +1,33 @@
# Conditional for release and snapshot builds. Uncomment for release-builds.
%global rel_build 1
# This is needed, because src-url contains branched part of versioning-scheme.
%global branch 1.10
# Settings used for build from snapshots.
%{!?rel_build:%global commit 83fe1f587f5c6328b10a899a880275d79bf88921}
%{!?rel_build:%global commit_date 20141215}
%{!?rel_build:%global shortcommit %(c=%{commit};echo ${c:0:7})}
%{!?rel_build:%global git_ver git%{commit_date}-%{shortcommit}}
%{!?rel_build:%global git_rel .git%{commit_date}.%{shortcommit}}
%{!?rel_build:%global git_tar %{name}-%{version}-%{git_ver}.tar.xz}
Name: mate-settings-daemon
Version: 1.10.0
Release: 2%{?dist}
Version: %{branch}.1
%if 0%{?rel_build}
Release: 1%{?dist}
%else
Release: 0.1%{?git_rel}%{?dist}
%endif
Summary: MATE Desktop settings daemon
License: GPLv2+
URL: http://mate-desktop.org
Source0: http://pub.mate-desktop.org/releases/1.9/%{name}-%{version}.tar.xz
# To generate tarball
# wget http://git.mate-desktop.org/%%{name}/snapshot/%%{name}-{_internal_version}.tar.xz -O %%{name}-%%{version}.git%%{_internal_version}.tar.xz
#Source0: http://raveit65.fedorapeople.org/Mate/git-upstream/%{name}-%{version}.git%{_internal_version}.tar.xz
# for downloading the tarball use 'spectool -g -R mate-settings-daemon.spec'
# Source for release-builds.
%{?rel_build:Source0: http://pub.mate-desktop.org/releases/%{branch}/%{name}-%{version}.tar.xz}
# Source for snapshot-builds.
%{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
BuildRequires: dbus-glib-devel
BuildRequires: dconf-devel
@ -50,7 +68,15 @@ various parameters of a MATE session and the applications that run
under it.
%prep
%setup -q
%setup -q%{!?rel_build:n %{name}-%{commit}}
%if 0%{?rel_build}
#NOCONFIGURE=1 ./autogen.sh
%else # 0%{?rel_build}
# for snapshots
# needed for git snapshots
NOCONFIGURE=1 ./autogen.sh
%endif # 0%{?rel_build}
%build
%configure \
@ -111,7 +137,7 @@ fi
%{_datadir}/mate-settings-daemon
%{_datadir}/glib-2.0/schemas/org.mate.*.xml
%{_datadir}/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy
%{_mandir}/man1/mate-settings-daemon.1.*
%{_mandir}/man1/*
%files devel
%{_includedir}/mate-settings-daemon
@ -119,6 +145,9 @@ fi
%changelog
* Tue Jul 14 2015 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1.10.1.1
- update to 1.10.1 release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
@ -128,7 +157,7 @@ fi
* Thu Feb 26 2015 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1.9.90-1
- update to 1.9.90 release
* Wed Jan 20 2015 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1.9.6-1
* Wed Jan 21 2015 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1.9.6-1
- update to 1.9.6 release
* Thu Nov 20 2014 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1.9.5-1

View File

@ -1 +1 @@
884029951adde0b2a4b07b6d563acdce mate-settings-daemon-1.10.0.tar.xz
8543bb862d370647cd99079c4755eabf mate-settings-daemon-1.10.1.tar.xz