rpms/loudmouth/devel loudmouth.spec,1.19,1.20

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Feb 20 19:41:12 UTC 2007


Author: bpepple

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

Modified Files:
	loudmouth.spec 
Log Message:
* Tue Feb 20 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.0-2
- Add BR on libidn-devel.
- Specify which ssl implementation to use.



Index: loudmouth.spec
===================================================================
RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- loudmouth.spec	5 Feb 2007 20:47:31 -0000	1.19
+++ loudmouth.spec	20 Feb 2007 19:40:39 -0000	1.20
@@ -2,7 +2,7 @@
 
 Name:           loudmouth
 Version:        1.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Loudmouth is a Jabber programming library written in C
 
 Group:          System Environment/Libraries
@@ -14,10 +14,11 @@
 BuildRequires:  glib2-devel >= 2.4.0
 BuildRequires:	gtk-doc >= 0.10
 BuildRequires:	check-devel
+BuildRequires:	libidn-devel
 
 %if %{with_ssl}
-BuildRequires:	gnutls-devel >= 1.0.0    
-BuildRequires:	libtasn1 >= 0.2.6
+BuildRequires:	gnutls-devel >= 1.0.0
+BuildRequires:	libtasn1-devel >= 0.2.6
 %endif
 
 
@@ -51,7 +52,7 @@
 %configure --enable-gtk-doc	\
 	   --enable-static=no	\
 %if %{with_ssl}
-	   --with-ssl=yes
+	   --with-ssl=gnutls
 %else
 	   --with-ssl=no
 %endif
@@ -90,6 +91,10 @@
 
 
 %changelog
+* Tue Feb 20 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.0-2
+- Add BR on libidn-devel.
+- Specify which ssl implementation to use.
+
 * Mon Feb  5 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.0-1
 - Update to 1.2.0.
 - Drop mono config option since it's been dropped from the tarball.




More information about the scm-commits mailing list