rpms/rest/devel import.log, NONE, 1.1 rest.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Thu Jun 18 21:24:08 UTC 2009


Author: pbrobinson

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rest.spec 
Log Message:
- Initial import



--- NEW FILE import.log ---
rest-0_3-1_fc11:HEAD:rest-0.3-1.fc11.src.rpm:1245360039


--- NEW FILE rest.spec ---
Name:           rest
Version:        0.3
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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: glib2-devel
BuildRequires: libsoup-devel
BuildRequires: libxml2-devel
BuildRequires: pkgconfig

%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 
remote objects, which methods can then be called on. The majority of services 
don't actually adhere to this strict definition. Instead, their RESTful end 
point usually has an API that is just simpler to use compared to other types 
of APIs they may support (XML-RPC, for instance). It is this kind of API that 
this library is attempting to support.

%package devel
Summary: Development package for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
Requires: gtk-doc

%description devel
Files for development with %{name}.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

#Remove libtool archives
rm -rf %{buildroot}/%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/librest.so.0
%{_libdir}/librest.so.0.0.0

%files devel
%defattr(-,root,root,-)
%{_includedir}/rest
%{_libdir}/pkgconfig/rest.pc
%{_libdir}/librest.so
%{_datadir}/gtk-doc/html/rest

%changelog
* Wed Jun 17 2009 Peter Robinson <pbrobinson at gmail.com> 0.3-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	18 Jun 2009 20:30:59 -0000	1.1
+++ .cvsignore	18 Jun 2009 21:23:37 -0000	1.2
@@ -0,0 +1 @@
+rest-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	18 Jun 2009 20:30:59 -0000	1.1
+++ sources	18 Jun 2009 21:23:37 -0000	1.2
@@ -0,0 +1 @@
+c03e9f2cc2381780f4be2c43702c5782  rest-0.3.tar.gz




More information about the fedora-extras-commits mailing list