drop using %autosetup (it didn't work?)
This commit is contained in:
parent
0966bc2c18
commit
56ee6ad099
@ -4,7 +4,7 @@
|
||||
Summary: Basic desktop integration functions
|
||||
Name: xdg-utils
|
||||
Version: 1.1.0
|
||||
Release: 0.21.%{pre}%{?dist}
|
||||
Release: 0.22.%{pre}%{?dist}
|
||||
|
||||
URL: http://portland.freedesktop.org/
|
||||
%if 0%{?pre:1}
|
||||
@ -58,7 +58,17 @@ The following scripts are provided at this time:
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}%{?pre:-%{pre}}
|
||||
%setup -q -n %{name}-%{version}%{?pre:-%{pre}}
|
||||
|
||||
%patch101 -p1 -b .0001
|
||||
%patch102 -p1 -b .0002
|
||||
%patch103 -p1 -b .0003
|
||||
%patch104 -p1 -b .0004
|
||||
%patch105 -p1 -b .0005
|
||||
%patch106 -p1 -b .0006
|
||||
%patch107 -p1 -b .0007
|
||||
%patch108 -p1 -b .0008
|
||||
%patch109 -p1 -b .0009
|
||||
|
||||
|
||||
%build
|
||||
@ -96,6 +106,9 @@ make install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 04 2014 Rex Dieter <rdieter@fedoraproject.org> 1.1.0-0.22.rc2
|
||||
- drop using %%autosetup (it didn't work?)
|
||||
|
||||
* Sun Mar 30 2014 Rex Dieter <rdieter@fedoraproject.org> - 1.1.0-0.21.rc2
|
||||
- .spec housecleaning (remove deprecated stuff)
|
||||
- pull in latest upstream fixes, including...
|
||||
|
Loading…
Reference in New Issue
Block a user