- 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
|
Name: libsoup
|
||||||
Version: 2.23.1
|
Version: 2.23.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Soup, an HTTP library implementation
|
Summary: Soup, an HTTP library implementation
|
||||||
URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
|
URL: http://live.gnome.org/LibSoup
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
Source: http://download.gnome.org/sources/libsoup/2.23/libsoup-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/libsoup/2.23/libsoup-%{version}.tar.bz2
|
||||||
|
|
||||||
### Build Dependencies ###
|
### 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.
|
you to develop applications that use the libsoup library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libsoup-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-gtk-doc
|
%configure
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
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}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
||||||
@ -66,18 +66,21 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root,-)
|
||||||
%doc README COPYING NEWS AUTHORS
|
%doc ChangeLog README COPYING NEWS AUTHORS
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/libsoup-2.4
|
%{_includedir}/%{name}-2.4
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gtk-doc/html/libsoup-2.4
|
%{_datadir}/gtk-doc/html/%{name}-2.4
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-2
|
||||||
- Fix source url
|
- Fix source url
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user