From 56ee6ad099b7faf64033ff480c7768c84713c55f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 4 Apr 2014 03:27:23 -0500 Subject: [PATCH] drop using %autosetup (it didn't work?) --- xdg-utils.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/xdg-utils.spec b/xdg-utils.spec index 3652e1b..afcbb1c 100644 --- a/xdg-utils.spec +++ b/xdg-utils.spec @@ -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 1.1.0-0.22.rc2 +- drop using %%autosetup (it didn't work?) + * Sun Mar 30 2014 Rex Dieter - 1.1.0-0.21.rc2 - .spec housecleaning (remove deprecated stuff) - pull in latest upstream fixes, including...