]> git.pld-linux.org Git - packages/ocaml-curl.git/commitdiff
rename to curl to match module name
authorElan Ruusamäe <glen@delfi.ee>
Sat, 23 Nov 2013 19:09:17 +0000 (21:09 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 23 Nov 2013 19:09:17 +0000 (21:09 +0200)
ocaml-curl.spec [moved from ocaml-ocurl.spec with 93% similarity]

similarity index 93%
rename from ocaml-ocurl.spec
rename to ocaml-curl.spec
index 7a55c8084e7dd85073cc775da147121cc5262ae5..b7fbf8359c3ad0639ba3c7e45962043d8c529766 100644 (file)
@@ -3,14 +3,14 @@
 %bcond_with    opt             # build opt
 
 %define debug_package %{nil}
 %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
 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
 # 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
 developing applications that use %{name}.
 
 %prep
-%setup -q -n %{pkgname}-%{version}
+%setup -q -n ocurl-%{version}
 
 %build
 %configure
 
 %build
 %configure
This page took 0.032339 seconds and 4 git commands to generate.