- Minor cosmetic changes.
This commit is contained in:
parent
3b22a58644
commit
1e2c06fa45
@ -7,8 +7,8 @@ License: LGPL
|
|||||||
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: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: libsoup-%{version}.tar.bz2
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ 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
|
%setup -q -n libsoup-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-gtk-doc
|
%configure --disable-gtk-doc
|
||||||
|
Loading…
Reference in New Issue
Block a user