1.1.0-rc2
This commit is contained in:
parent
744de86546
commit
57430af22e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/xdg-utils-1.1.0-20120809git.tar.gz
|
||||
/xdg-utils-1.1.0-20131005git.tar.gz
|
||||
/xdg-utils-1.1.0-rc2.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
de8b4854035511ebfffdda3df790fd8e xdg-utils-1.1.0-20131005git.tar.gz
|
||||
38b6f1d38cb02297ddbf64dba0a907a4 xdg-utils-1.1.0-rc2.tar.gz
|
||||
|
@ -1,15 +1,14 @@
|
||||
|
||||
%define snap 20131005git
|
||||
#define pre rc1
|
||||
%define pre rc2
|
||||
|
||||
Summary: Basic desktop integration functions
|
||||
Name: xdg-utils
|
||||
Version: 1.1.0
|
||||
Release: 0.18.%{snap}%{?dist}
|
||||
Release: 0.20.%{pre}%{?dist}
|
||||
|
||||
URL: http://portland.freedesktop.org/
|
||||
%if 0%{?snap:1}
|
||||
Source0: xdg-utils-%{version}-%{snap}.tar.gz
|
||||
%if 0%{?pre:1}
|
||||
Source0: http://people.freedesktop.org/~rdieter/xdg-utils/xdg-utils-%{version}%{?pre:-%{pre}}.tar.gz
|
||||
Source1: xdg-utils-git_checkout.sh
|
||||
%else
|
||||
Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?pre:-%{pre}}.tar.gz
|
||||
@ -19,10 +18,8 @@ Group: System Environment/Base
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
%if 0%{?snap:1}
|
||||
BuildRequires: gawk
|
||||
BuildRequires: xmlto text-www-browser
|
||||
%endif
|
||||
|
||||
Requires: coreutils
|
||||
Requires: desktop-file-utils
|
||||
@ -97,6 +94,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 07 2014 Rex Dieter <rdieter@fedoraproject.org> 1.1.0-0.20.rc2
|
||||
- 1.1.0-rc2
|
||||
|
||||
* Sat Oct 05 2013 Rex Dieter <rdieter@fedoraproject.org> 1.1.0-0.18.20131005git
|
||||
- 20131005 snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user