rpms/curl/devel curl.spec,1.48,1.49

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Fri May 11 12:08:28 UTC 2007


Author: jnovy

Update of /cvs/extras/rpms/curl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13211

Modified Files:
	curl.spec 
Log Message:
- add automake BR to curl-devel to fix aclocal dir. ownership,
  thanks to Patrice Dumas



Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- curl.spec	10 May 2007 13:30:16 -0000	1.48
+++ curl.spec	11 May 2007 12:07:53 -0000	1.49
@@ -3,7 +3,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl 
 Version: 7.16.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -25,7 +25,7 @@
 %package devel
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: openssl-devel, libidn-devel, pkgconfig
+Requires: openssl-devel, libidn-devel, pkgconfig, automake
 Summary: Files needed for building applications with libcurl
 
 %description devel
@@ -99,6 +99,10 @@
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Fri May 11 2007 Jindrich Novy <jnovy at redhat.com> 7.16.2-3
+- add automake BR to curl-devel to fix aclocal dir. ownership,
+  thanks to Patrice Dumas
+
 * Thu May 10 2007 Jindrich Novy <jnovy at redhat.com> 7.16.2-2
 - package libcurl.m4 in curl-devel (#239664), thanks to Quy Tonthat
 




More information about the fedora-extras-commits mailing list