From 49556d3d0c64d5444c453d5d7248b692c5ff8af6 Mon Sep 17 00:00:00 2001 From: Yang Lin Date: Wed, 30 May 2012 12:13:26 +0800 Subject: [PATCH] Clean up spec file for packaging --- packaging/pcre.changes | 3 +++ packaging/pcre.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/pcre.changes b/packaging/pcre.changes index a259f70..5b5e818 100644 --- a/packaging/pcre.changes +++ b/packaging/pcre.changes @@ -1,3 +1,6 @@ +* Wed May 30 03:17:39 UTC 2012 - Lin Yang - 8.11 +- Clean up spec file for packaging + * Fri May 11 21:27:26 UTC 2012 - tu.c.truong@intel.com - Makefile is obsolete, removed diff --git a/packaging/pcre.spec b/packaging/pcre.spec index a1c1d74..2cd2e07 100644 --- a/packaging/pcre.spec +++ b/packaging/pcre.spec @@ -5,7 +5,7 @@ Version: 8.11 Release: 1 Summary: Perl-compatible regular expression library - Tools URL: http://www.pcre.org/ -Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 +Source: %{name}-%{version}.tar.bz2 Patch0: pcre-8.10-multilib.patch License: BSD Group: System/Libraries @@ -45,7 +45,7 @@ Requires: lib%{name} = %{version}-%{release} Static library for %{name}. %prep -%setup -q +%setup -q -n %{name}-%{version} # Get rid of rpath %patch0 -p1 -b .multilib libtoolize --copy --force && autoreconf -- 2.7.4