From 2ec84fc888c816a5c9ba8858e274f89c1c6b6d3c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Jun 16 2008 17:42:08 +0000 Subject: - Incorporate package review feedback (RH bug #226046). --- diff --git a/libsoup.spec b/libsoup.spec index 34b1c4a..2a0513b 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -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 @@ Libsoup is an HTTP library implementation in C. This package allows 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 -f $RPM_BUILD_ROOT/%{_libdir}/*.a 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 - 2.23.1-3 +- Incorporate package review feedback (RH bug #226046). + * Sun May 4 2008 Matthias Clasen - 2.23.1-2 - Fix source url