rpms/rest/devel .cvsignore, 1.2, 1.3 rest.spec, 1.1, 1.2 sources, 1.2, 1.3

Peter Robinson pbrobinson at fedoraproject.org
Mon Jun 22 11:45:32 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/rest/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5572

Modified Files:
	.cvsignore rest.spec sources 
Log Message:
- Update to 0.4


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	18 Jun 2009 21:23:37 -0000	1.2
+++ .cvsignore	22 Jun 2009 11:45:01 -0000	1.3
@@ -1 +1 @@
-rest-0.3.tar.gz
+librest-0.4.tar.bz2


Index: rest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/rest.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rest.spec	18 Jun 2009 21:23:37 -0000	1.1
+++ rest.spec	22 Jun 2009 11:45:01 -0000	1.2
@@ -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 at gmail.com> 0.4-1
+- Update to 0.4
+
 * Wed Jun 17 2009 Peter Robinson <pbrobinson at gmail.com> 0.3-1
 - Initial packaging


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	18 Jun 2009 21:23:37 -0000	1.2
+++ sources	22 Jun 2009 11:45:01 -0000	1.3
@@ -1 +1 @@
-c03e9f2cc2381780f4be2c43702c5782  rest-0.3.tar.gz
+830a95e880d192cecf45a48376315890  librest-0.4.tar.bz2




More information about the fedora-extras-commits mailing list