From b3eeca4c1d13f78433c17cd358cf2a7c9bdf7c40 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 15 Feb 2013 22:37:24 -0800 Subject: [PATCH] Add baselibs Change-Id: I147e3da210e065be06ee455dd91c6d7548ed7492 --- packaging/baselibs.conf | 1 + packaging/curl.changes | 3 +++ packaging/curl.spec | 5 ++--- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 packaging/baselibs.conf create mode 100644 packaging/curl.changes diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf new file mode 100644 index 0000000..2dbf127 --- /dev/null +++ b/packaging/baselibs.conf @@ -0,0 +1 @@ +libcurl diff --git a/packaging/curl.changes b/packaging/curl.changes new file mode 100644 index 0000000..9133baa --- /dev/null +++ b/packaging/curl.changes @@ -0,0 +1,3 @@ +* Fri Feb 15 2013 Anas Nashif upstream/7.21.3@96b84bd +- Add baselibs + diff --git a/packaging/curl.spec b/packaging/curl.spec index 2923628..9fa5e84 100644 --- a/packaging/curl.spec +++ b/packaging/curl.spec @@ -1,11 +1,9 @@ Name: curl Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Version: 7.21.3 -Release: 1 +Release: 0 Group: Applications/Internet License: MIT -#URL: http://curl.haxx.se/ -#Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2 BuildRequires: pkgconfig(openssl) @@ -97,6 +95,7 @@ rm -rf ${RPM_BUILD_ROOT}/usr/share/man %postun -n libcurl -p /sbin/ldconfig %files +%license COPYING %{_bindir}/curl %files -n libcurl -- 2.7.4