- Incorporate package review feedback (RH bug #226046).
This commit is contained in:
parent
9ac0af4184
commit
2ec84fc888
27
libsoup.spec
27
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 <mbarnes@redhat.com> - 2.23.1-3
|
||||
- Incorporate package review feedback (RH bug #226046).
|
||||
|
||||
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-2
|
||||
- Fix source url
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user