rpms/libsoup/devel libsoup.spec,1.65,1.66

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Jun 16 17:42:58 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/libsoup/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19150

Modified Files:
	libsoup.spec 
Log Message:

* Mon Jun 16 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.1-3
- Incorporate package review feedback (RH bug #226046).



Index: libsoup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libsoup/devel/libsoup.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- libsoup.spec	4 May 2008 23:59:37 -0000	1.65
+++ libsoup.spec	16 Jun 2008 17:42:08 -0000	1.66
@@ -4,12 +4,12 @@
 
 Name: libsoup
 Version: 2.23.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2
 Group: Development/Libraries
 Summary: Soup, an HTTP library implementation
-URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+URL: http://live.gnome.org/LibSoup
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Source: http://download.gnome.org/sources/libsoup/2.23/libsoup-%{version}.tar.bz2
 
 ### Build Dependencies ###
@@ -45,15 +45,15 @@
 you to develop applications that use the libsoup library.
 
 %prep
-%setup -q -n libsoup-%{version}
+%setup -q
 
 %build
-%configure --disable-gtk-doc
-make
+%configure
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make DESTDIR=$RPM_BUILD_ROOT install
 
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
@@ -66,18 +66,21 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-, root, root)
-%doc README COPYING NEWS AUTHORS
+%defattr(-,root,root,-)
+%doc ChangeLog README COPYING NEWS AUTHORS
 %{_libdir}/lib*.so.*
 
 %files devel
-%defattr(-, root, root)
-%{_includedir}/libsoup-2.4
+%defattr(-,root,root,-)
+%{_includedir}/%{name}-2.4
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
-%{_datadir}/gtk-doc/html/libsoup-2.4
+%{_datadir}/gtk-doc/html/%{name}-2.4
 
 %changelog
+* Mon Jun 16 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.1-3
+- Incorporate package review feedback (RH bug #226046).
+
 * Sun May  4 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.1-2
 - Fix source url
 




More information about the fedora-extras-commits mailing list