From 7e6687031a3a0bb94ec5f043f9d6c37f8a6dfa4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 21 Sep 2008 08:38:02 +0000 Subject: [PATCH] - Fix Patch0:/%patch mismatch. https://www.redhat.com/archives/fedora-devel-list/2008-September/msg00375.h tml --- liblqr-1.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/liblqr-1.spec b/liblqr-1.spec index 93d1e0b..0b35272 100644 --- a/liblqr-1.spec +++ b/liblqr-1.spec @@ -2,7 +2,7 @@ Name: liblqr-1 Version: 0.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: LiquidRescale library Group: System Environment/Libraries License: GPLv3 @@ -34,7 +34,7 @@ needed to develop applications with liblqr # Patches -%patch -p1 -b .pkgconfig +%patch0 -p1 -b .pkgconfig %build export LDFLAGS="`pkg-config --libs glib-2.0` -lm" @@ -76,6 +76,10 @@ find $RPM_BUILD_ROOT -name \*.la -exec %{__rm} -f {} \; %changelog +* Sun Sep 21 2008 Ville Skyttä - 0.1.0-6 + +- Fix Patch0:/%%patch mismatch. + * Fri Feb 29 2008 Alexandru Ciobanu - 0.1.0-5 - Applied pkgconfig patch to remove unneeded directories.