From f6f0b5deba6a890db80f35f7e19094c6e64c837c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 23 Nov 2013 21:09:17 +0200 Subject: [PATCH 1/1] rename to curl to match module name --- ocaml-ocurl.spec => ocaml-curl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename ocaml-ocurl.spec => ocaml-curl.spec (93%) 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 -- 2.43.0