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