summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-07-25 22:15:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-07-25 22:15:00 +0000
commite76515fabdff0b1526b7f346e04e31aeac1019a3 (patch)
tree2961fb96bc185787a06dab74a2c5d3c5b9b89ac8
parent471edc0b9e8914b8dd575300e2a6305a8dcc1ecb (diff)
downloadgnurl-e76515fabdff0b1526b7f346e04e31aeac1019a3.tar.gz
gnurl-e76515fabdff0b1526b7f346e04e31aeac1019a3.tar.bz2
gnurl-e76515fabdff0b1526b7f346e04e31aeac1019a3.zip
they're generated, they don't belong here
-rw-r--r--curl-ssl.spec54
-rw-r--r--curl.spec54
2 files changed, 0 insertions, 108 deletions
diff --git a/curl-ssl.spec b/curl-ssl.spec
deleted file mode 100644
index 79907c505..000000000
--- a/curl-ssl.spec
+++ /dev/null
@@ -1,54 +0,0 @@
-%define name curl-ssl
-%define tarball curl
-%define version 6.5.2
-%define release 1
-%define prefix /usr/local
-
-%define builddir $RPM_BUILD_DIR/%{tarball}-%{version}
-
-Summary: get a file from a FTP, GOPHER or HTTP server.
-Name: %{name}
-Version: %{version}
-Release: %{release}
-Copyright: MPL
-Vendor: Daniel Stenberg <Daniel.Stenberg@haxx.nu>
-Packager: Troy Engel <tengel@sonic.net>
-Group: Utilities/Console
-Source: %{tarball}-%{version}.tar.gz
-URL: http://curl.haxx.nu/
-BuildRoot: /tmp/%{tarball}-%{version}-root
-
-%description
-curl is a client to get documents/files from servers, using any of the
-supported protocols. The command is designed to work without user
-interaction or any kind of interactivity.
-
-curl offers a busload of useful tricks like proxy support, user
-authentication, ftp upload, HTTP post, file transfer resume and more.
-
-Note: this version is compiled with SSL (https:) support.
-
-%prep
-rm -rf $RPM_BUILD_ROOT
-rm -rf %{builddir}
-
-%setup -n %{tarball}-%{version}
-
-%build
-CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=$RPM_BUILD_ROOT%{prefix}
-make
-
-%install
-make install-strip
-install -m 0644 curl.1 $RPM_BUILD_ROOT%{prefix}/man/man1
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-rm -rf %{builddir}
-
-%files
-%defattr(-,root,root)
-%attr(0755,root,root) %{prefix}/bin/curl
-%attr(0644,root,root) %{prefix}/man/man1/curl.1
-%doc BUGS CHANGES CONTRIBUTE FAQ FEATURES FILES INSTALL LEGAL MPL-1.0.txt README* RESOURCES TODO
-
diff --git a/curl.spec b/curl.spec
deleted file mode 100644
index 867b03ddc..000000000
--- a/curl.spec
+++ /dev/null
@@ -1,54 +0,0 @@
-%define name curl
-%define version 6.5.2
-%define release 1
-%define prefix /usr/local
-
-%define builddir $RPM_BUILD_DIR/%{name}-%{version}
-
-Summary: get a file from a FTP, GOPHER or HTTP server.
-Name: %{name}
-Version: %{version}
-Release: %{release}
-Copyright: MPL
-Vendor: Daniel Stenberg <Daniel.Stenberg@haxx.nu>
-Packager: Troy Engel <tengel@sonic.net>
-Group: Utilities/Console
-Source: %{name}-%{version}.tar.gz
-URL: http://curl.haxx.nu/
-BuildRoot: /tmp/%{name}-%{version}-root
-
-%description
-curl is a client to get documents/files from servers, using any of the
-supported protocols. The command is designed to work without user
-interaction or any kind of interactivity.
-
-curl offers a busload of useful tricks like proxy support, user
-authentication, ftp upload, HTTP post, file transfer resume and more.
-
-Note: this version is compiled without SSL (https:) support.
-
-%prep
-rm -rf $RPM_BUILD_ROOT
-rm -rf %{builddir}
-
-%setup
-
-%build
-export CFLAGS=$RPM_OPT_FLAGS
-./configure --prefix=$RPM_BUILD_ROOT%{prefix} --without-ssl
-make
-
-%install
-make install-strip
-install -m 0644 curl.1 $RPM_BUILD_ROOT%{prefix}/man/man1
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-rm -rf %{builddir}
-
-%files
-%defattr(-,root,root)
-%attr(0755,root,root) %{prefix}/bin/curl
-%attr(0644,root,root) %{prefix}/man/man1/curl.1
-%doc BUGS CHANGES CONTRIBUTE FAQ FEATURES FILES INSTALL LEGAL MPL-1.0.txt README* RESOURCES TODO
-