- Update to 0.4
This commit is contained in:
parent
ea8c95e148
commit
6a1bf469dc
@ -1 +1 @@
|
||||
rest-0.3.tar.gz
|
||||
librest-0.4.tar.bz2
|
||||
|
||||
18
rest.spec
18
rest.spec
@ -1,19 +1,25 @@
|
||||
Name: rest
|
||||
Version: 0.3
|
||||
Version: 0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for access to RESTful web services
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2
|
||||
URL: http://moblin.org/projects/librest
|
||||
Source0: http://moblin.org/sites/all/files/%{name}-%{version}.tar.gz
|
||||
Source0: http://git.moblin.org/cgit.cgi/lib%{name}/snapshot/lib%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
# Require these because the git tarball doesn't have the configure built
|
||||
BuildRequires: libtool
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
|
||||
%description
|
||||
This library was designed to make it easier to access web services that
|
||||
claim to be "RESTful". A RESTful service should have urls that represent
|
||||
@ -34,10 +40,11 @@ Requires: gtk-doc
|
||||
Files for development with %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n librest-%{version}
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
./autogen.sh
|
||||
%configure --disable-static --enable-gtk-doc
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -68,5 +75,8 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gtk-doc/html/rest
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2009 Peter Robinson <pbrobinson@gmail.com> 0.4-1
|
||||
- Update to 0.4
|
||||
|
||||
* Wed Jun 17 2009 Peter Robinson <pbrobinson@gmail.com> 0.3-1
|
||||
- Initial packaging
|
||||
|
||||
Loading…
Reference in New Issue
Block a user