rpms/rest/devel .cvsignore,1.6,1.7 rest.spec,1.7,1.8 sources,1.6,1.7

Peter Robinson pbrobinson at fedoraproject.org
Mon Jan 25 08:59:00 UTC 2010


Author: pbrobinson

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

Modified Files:
	.cvsignore rest.spec sources 
Log Message:
- Move to official tarball release of 0.6.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	10 Oct 2009 18:42:04 -0000	1.6
+++ .cvsignore	25 Jan 2010 08:59:00 -0000	1.7
@@ -1 +1 @@
-librest-0.6.1.tar.bz2
+rest-0.6.1.tar.bz2


Index: rest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/rest.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- rest.spec	10 Oct 2009 18:42:05 -0000	1.7
+++ rest.spec	25 Jan 2010 08:59:00 -0000	1.8
@@ -6,7 +6,7 @@ Summary:        A library for access to 
 Group:          System Environment/Libraries
 License:        LGPLv2
 URL:            http://moblin.org/projects/librest
-Source0:        http://git.moblin.org/cgit.cgi/lib%{name}/snapshot/lib%{name}-%{version}.tar.bz2
+Source0:        http://git.moblin.org/cgit.cgi/lib%{name}/snapshot/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: glib2-devel
@@ -14,9 +14,6 @@ BuildRequires: libsoup-devel
 BuildRequires: libxml2-devel
 BuildRequires: gtk-doc
 
-# Require these because the git tarball doesn't have the configure built
-BuildRequires: libtool
-
 %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 
@@ -36,14 +33,15 @@ Requires: pkgconfig
 Files for development with %{name}.
 
 %prep
-%setup -q -n librest-%{version}
-
-# Don't run configure from autogen.sh
-sed -i 's|echo|exit 0|g' autogen.sh
-./autogen.sh
+%setup -q
 
 %build
 %configure --disable-static --enable-gtk-doc
+
+# 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
@@ -77,6 +75,9 @@ rm -rf %{buildroot}
 %{_datadir}/gtk-doc/html/%{name}-0.6
 
 %changelog
+* Mon Jan 25 2010 Peter Robinson <pbrobinson at gmail.com> 0.6.1-2
+- Move to official tarball release of 0.6.1
+
 * Sat Oct 10 2009 Peter Robinson <pbrobinson at gmail.com> 0.6.1-1
 - New upstream 0.6.1 release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	10 Oct 2009 18:42:05 -0000	1.6
+++ sources	25 Jan 2010 08:59:00 -0000	1.7
@@ -1 +1 @@
-1b590b1209861f07b4fd6d1c5795e990  librest-0.6.1.tar.bz2
+3c8fd38081231dbb48cfbdea9ec405e1  rest-0.6.1.tar.bz2



More information about the scm-commits mailing list