rpms/loudmouth/devel .cvsignore, 1.8, 1.9 loudmouth.spec, 1.18, 1.19 sources, 1.8, 1.9

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon Feb 5 20:48:04 UTC 2007


Author: bpepple

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

Modified Files:
	.cvsignore loudmouth.spec sources 
Log Message:
* 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/loudmouth/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	11 Sep 2006 14:34:44 -0000	1.8
+++ .cvsignore	5 Feb 2007 20:47:31 -0000	1.9
@@ -1 +1 @@
-loudmouth-1.0.5.tar.gz
+loudmouth-1.2.0.tar.gz


Index: loudmouth.spec
===================================================================
RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- loudmouth.spec	11 Sep 2006 14:49:45 -0000	1.18
+++ loudmouth.spec	5 Feb 2007 20:47:31 -0000	1.19
@@ -1,8 +1,8 @@
 %define with_ssl 1
 
 Name:           loudmouth
-Version:        1.0.5
-Release:        2%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        Loudmouth is a Jabber programming library written in C
 
 Group:          System Environment/Libraries
@@ -49,7 +49,6 @@
 
 %build
 %configure --enable-gtk-doc	\
-	   --enable-mono=no	\
 	   --enable-static=no	\
 %if %{with_ssl}
 	   --with-ssl=yes
@@ -63,8 +62,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %clean
@@ -92,6 +90,10 @@
 
 
 %changelog
+* 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.
+
 * Mon Sep 11 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.0.5-2
 - Change source to .gz.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/loudmouth/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	11 Sep 2006 14:34:44 -0000	1.8
+++ sources	5 Feb 2007 20:47:31 -0000	1.9
@@ -1 +1 @@
-415b025541b326d691ae93e6ea19f130  loudmouth-1.0.5.tar.gz
+571fccdfe2f220c86210139a98e86511  loudmouth-1.2.0.tar.gz




More information about the fedora-extras-commits mailing list