Clean up spec file for packaging 1.0 1.0_branch tizen/20120530.1
authorYang Lin <lin.a.yang@intel.com>
Wed, 30 May 2012 04:13:26 +0000 (12:13 +0800)
committerYang Lin <lin.a.yang@intel.com>
Wed, 30 May 2012 04:13:26 +0000 (12:13 +0800)
packaging/pcre.changes
packaging/pcre.spec

index a259f70..5b5e818 100644 (file)
@@ -1,3 +1,6 @@
+* Wed May 30 03:17:39 UTC 2012 - Lin Yang <lin.a.yang@intel.con> - 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
 
index a1c1d74..2cd2e07 100644 (file)
@@ -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