rpms/couchdb-glib/F-11 couchdb-glib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Tue Oct 13 22:40:09 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/couchdb-glib/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5025

Modified Files:
	.cvsignore sources 
Added Files:
	couchdb-glib.spec 
Log Message:
- Update to 0.5.2 release


--- NEW FILE couchdb-glib.spec ---
Name:           couchdb-glib
Version:        0.5.2
Release:        1%{?dist}
Summary:        A glib api to access CouchDB servers

Group:          System Environment/Libraries
License:        LGPLv2
URL:            http://www.gnome.org/
Source0:        ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.5/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: json-glib-devel
BuildRequires: libuuid-devel
BuildRequires: libsoup-devel
BuildRequires: openssl-devel
BuildRequires: gettext

%description
CouchDB-GLib is a GLib-based API to access CouchDB servers
(http://couchdb.apache.org), a replication/synchronization 
schema-free database of JSON documents, used in online services 
like Midgard.

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

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

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags} V=1

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL='install -p'

#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc LICENSE README NEWS
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/couchdb-glib-1.0/
%{_libdir}/pkgconfig/couchdb-glib-1.0.pc
%{_libdir}/*.so

%changelog
* Tue Oct 13 2009 Peter Robinson <pbrobinson at gmail.com> 0.5.2-1
- Update to 0.5.2 release

* Wed Oct  7 2009 Peter Robinson <pbrobinson at gmail.com> 0.5.1-1
- Update to 0.5.1 release

* Mon Oct  5 2009 Peter Robinson <pbrobinson at gmail.com> 0.5.0-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb-glib/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Oct 2009 06:01:33 -0000	1.1
+++ .cvsignore	13 Oct 2009 22:40:06 -0000	1.2
@@ -0,0 +1 @@
+couchdb-glib-0.5.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb-glib/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Oct 2009 06:01:33 -0000	1.1
+++ sources	13 Oct 2009 22:40:07 -0000	1.2
@@ -0,0 +1 @@
+2364b222285a5ac239510c9bd7e0dd51  couchdb-glib-0.5.2.tar.bz2




More information about the fedora-extras-commits mailing list