parent
ea94765ab2
commit
c768d0ba0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/xdg-utils-1.1.0-20110714.tar.gz
|
||||
/xdg-utils-1.1.0-20111207git.tar.gz
|
||||
/xdg-utils-1.1.0-20120302git.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
ac5ed7a833ec2cf6b731da8af0771d6b xdg-utils-1.1.0-20111207git.tar.gz
|
||||
eea9e674b253bcd1d93a87cf5717b7da xdg-utils-1.1.0-20120302git.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
|
||||
%define snap 20111207
|
||||
%define snap 20120302git
|
||||
#define pre rc1
|
||||
|
||||
Summary: Basic desktop integration functions
|
||||
Name: xdg-utils
|
||||
Version: 1.1.0
|
||||
Release: 0.11.%{snap}%{?dist}
|
||||
Release: 0.12.%{snap}%{?dist}
|
||||
|
||||
URL: http://portland.freedesktop.org/
|
||||
%if 0%{?snap:1}
|
||||
Source0: xdg-utils-%{version}-%{snap}git.tar.gz
|
||||
Source0: xdg-utils-%{version}-%{snap}.tar.gz
|
||||
Source1: xdg-utils-git_checkout.sh
|
||||
%else
|
||||
Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?pre:-%{pre}}.tar.gz
|
||||
@ -19,7 +19,7 @@ Group: System Environment/Base
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
%if 0%{?snap}
|
||||
%if 0%{?snap:1}
|
||||
BuildRequires: gawk
|
||||
BuildRequires: xmlto
|
||||
%endif
|
||||
@ -101,6 +101,10 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 02 2012 Rex Dieter <rdieter@fedoraproject.org> 1.1.0-0.12.20120302git
|
||||
- 20120302 snapshot
|
||||
- patches for unknown DE (#769305)
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-0.11.20111207
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user