aboutsummaryrefslogtreecommitdiff
path: root/curl.spec
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-23 10:39:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-23 10:39:38 +0000
commit83acbda56981b5e5c98b80266029eedf0c64d381 (patch)
tree92f01584dbabe3913e8f1135cf3fb95b19cc9ee9 /curl.spec
parent1acda9ef9cac2ceb5007ea078165d42e442799c7 (diff)
Troy Engel's latest updates
Diffstat (limited to 'curl.spec')
-rw-r--r--curl.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/curl.spec b/curl.spec
index adf907e91..867b03ddc 100644
--- a/curl.spec
+++ b/curl.spec
@@ -1,5 +1,5 @@
%define name curl
-%define version 6.0
+%define version 6.5.2
%define release 1
%define prefix /usr/local
@@ -35,11 +35,12 @@ rm -rf %{builddir}
%build
export CFLAGS=$RPM_OPT_FLAGS
-./configure --prefix=$RPM_BUILD_ROOT%{prefix}
+./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
@@ -48,5 +49,6 @@ rm -rf %{builddir}
%files
%defattr(-,root,root)
%attr(0755,root,root) %{prefix}/bin/curl
-%doc curl.1 README* CHANGES CONTRIBUTE FAQ FILES INSTALL LEGAL MPL-1.0.txt RESOURCES TODO perl/
+%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