From: Elan Ruusamäe Date: Sat, 23 Nov 2013 19:09:17 +0000 (+0200) Subject: rename to curl to match module name X-Git-Tag: auto/th/ocaml-curl-0.6.1-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml-curl.git;a=commitdiff_plain;h=f6f0b5d;ds=sidebyside rename to curl to match module name --- diff --git a/ocaml-ocurl.spec b/ocaml-curl.spec similarity index 93% rename from ocaml-ocurl.spec rename to ocaml-curl.spec index 7a55c80..b7fbf83 100644 --- a/ocaml-ocurl.spec +++ b/ocaml-curl.spec @@ -3,14 +3,14 @@ %bcond_with opt # build opt %define debug_package %{nil} -%define pkgname ocurl +%define pkgname curl Summary: OCaml Curl library (ocurl) Name: ocaml-%{pkgname} Version: 0.6.0 Release: 1 License: MIT Group: Libraries -Source0: https://forge.ocamlcore.org/frs/download.php/1238/%{pkgname}-%{version}.tar.gz +Source0: https://forge.ocamlcore.org/frs/download.php/1238/ocurl-%{version}.tar.gz # Source0-md5: 21575e86b390c6c182a8dee42e8db1f3 URL: http://ocurl.forge.ocamlcore.org/ BuildRequires: curl-devel >= 7.12.0 @@ -37,7 +37,7 @@ The %{name}-devel package contains libraries and signature files for developing applications that use %{name}. %prep -%setup -q -n %{pkgname}-%{version} +%setup -q -n ocurl-%{version} %build %configure