rpms/couchdb-glib/F-13 .cvsignore, 1.4, 1.5 couchdb-glib.spec, 1.3, 1.4 sources, 1.4, 1.5

Peter Robinson pbrobinson at fedoraproject.org
Wed May 26 15:52:43 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/couchdb-glib/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27420

Modified Files:
	.cvsignore couchdb-glib.spec sources 
Log Message:
- New upstream 0.6.90 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb-glib/F-13/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	20 Nov 2009 15:59:33 -0000	1.4
+++ .cvsignore	26 May 2010 15:52:43 -0000	1.5
@@ -1 +1 @@
-couchdb-glib-0.5.3.tar.bz2
+couchdb-glib-0.6.90.tar.bz2


Index: couchdb-glib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb-glib/F-13/couchdb-glib.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- couchdb-glib.spec	20 Nov 2009 15:59:33 -0000	1.3
+++ couchdb-glib.spec	26 May 2010 15:52:43 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           couchdb-glib
-Version:        0.5.3
+Version:        0.6.90
 Release:        1%{?dist}
 Summary:        A glib api to access CouchDB servers
 
@@ -9,6 +9,9 @@ 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: dbus-glib-devel
+BuildRequires: gnome-keyring-devel
+# BuildRequires: gobject-introspection-devel
 BuildRequires: json-glib-devel
 BuildRequires: libuuid-devel
 BuildRequires: libsoup-devel
@@ -35,6 +38,10 @@ Files for development with %{name}.
 
 %build
 %configure --disable-static
+# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 make %{?_smp_mflags} V=1
 
 %install
@@ -44,6 +51,8 @@ make install DESTDIR=%{buildroot} INSTAL
 #Remove libtool archives.
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
+# Remove docs we install elsewhere
+rm -rf %{buildroot}/%{_datadir}/doc
 %clean
 rm -rf %{buildroot}
 
@@ -55,14 +64,30 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc LICENSE README NEWS
 %{_libdir}/*.so.*
+# %{_libdir}/girepository-1.0/Couchdb-1.0.typelib
+# %{_libdir}/girepository-1.0/Desktopcouch-1.0.typelib
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/couchdb-glib-1.0/
+%{_includedir}/desktopcouch-glib-1.0/
 %{_libdir}/pkgconfig/couchdb-glib-1.0.pc
+%{_libdir}/pkgconfig/desktopcouch-glib-1.0.pc
 %{_libdir}/*.so
+%{_datadir}/gtk-doc/html/couchdb-glib/
+# %{_datadir}/gir-1.0/Couchdb-1.0.gir
+# %{_datadir}/gir-1.0/Desktopcouch-1.0.gir
 
 %changelog
+* Wed May  5 2010 Peter Robinson <pbrobinson at gmail.com> 0.6.90-1
+- New upstream 0.6.90 release
+
+* Thu Mar 25 2010 Peter Robinson <pbrobinson at gmail.com> 0.6.2-1
+- New upstream 0.6.2 release
+
+* Wed Mar  3 2010 Peter Robinson <pbrobinson at gmail.com> 0.6.1-1
+- New upstream 0.6.1 release
+
 * Fri Nov 20 2009 Peter Robinson <pbrobinson at gmail.com> 0.5.3-1
 - Update to 0.5.3 release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb-glib/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	20 Nov 2009 15:59:33 -0000	1.4
+++ sources	26 May 2010 15:52:43 -0000	1.5
@@ -1 +1 @@
-063b85f148c6b1e8fc8a8cd3e3c8075c  couchdb-glib-0.5.3.tar.bz2
+af6e46df3184cdf9c9f6619a1af2cb47  couchdb-glib-0.6.90.tar.bz2



More information about the scm-commits mailing list