add git snapshot to spec file
This commit is contained in:
parent
68ad7aa457
commit
cf17f08647
@ -1,10 +1,18 @@
|
||||
%global _internal_version d2d3aa7
|
||||
|
||||
Name: mate-settings-daemon
|
||||
Version: 1.6.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.6.2
|
||||
Release: 0.1.git%{_internal_version}%{?dist}
|
||||
Summary: MATE Desktop settings daemon
|
||||
License: GPLv2+
|
||||
URL: http://mate-desktop.org
|
||||
Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
|
||||
|
||||
#Source0: http://pub.mate-desktop.org/releases/1.6/%{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
|
||||
|
||||
Requires: mate-icon-theme
|
||||
Requires: libmatekbd%{?_isa} >= 0:1.6.1-1
|
||||
|
||||
@ -39,7 +47,8 @@ various parameters of a MATE session and the applications that run
|
||||
under it.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{_internal_version}
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -104,6 +113,9 @@ fi
|
||||
%{_libdir}/pkgconfig/mate-settings-daemon.pc
|
||||
|
||||
%changelog
|
||||
* Mon Sep 23 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1.6.2-0.1.gitd2d3aa7
|
||||
- update to latest snapshot
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user