rpms/rest/F-11 .cvsignore, 1.2, 1.3 rest.spec, 1.1, 1.2 sources, 1.2, 1.3

Peter Robinson pbrobinson at fedoraproject.org
Sat Aug 22 10:56:05 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/rest/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21698

Modified Files:
	.cvsignore rest.spec sources 
Log Message:
- New upstream 0.6 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rest/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	18 Jul 2009 10:38:43 -0000	1.2
+++ .cvsignore	22 Aug 2009 10:56:05 -0000	1.3
@@ -1 +1 @@
-librest-0.5.tar.bz2
+librest-0.6.tar.bz2


Index: rest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rest/F-11/rest.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rest.spec	18 Jul 2009 10:38:44 -0000	1.1
+++ rest.spec	22 Aug 2009 10:56:05 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           rest
-Version:        0.5
-Release:        1%{?dist}
+Version:        0.6
+Release:        3%{?dist}
 Summary:        A library for access to RESTful web services
 
 Group:          System Environment/Libraries
@@ -13,12 +13,9 @@ 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
@@ -34,7 +31,6 @@ Summary: Development package for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
-Requires: gtk-doc
 
 %description devel
 Files for development with %{name}.
@@ -42,17 +38,20 @@ Files for development with %{name}.
 %prep
 %setup -q -n librest-%{version}
 
-%build
+# Don't run configure from autogen.sh
+sed -i 's|echo|exit 0|g' autogen.sh
 ./autogen.sh
+
+%build
 %configure --disable-static --enable-gtk-doc
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
 
-#Remove libtool archives
-rm -rf %{buildroot}/%{_libdir}/*.la
+#Remove libtool archives.
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 %clean
 rm -rf %{buildroot}
@@ -72,9 +71,18 @@ rm -rf %{buildroot}
 %{_includedir}/rest
 %{_libdir}/pkgconfig/rest.pc
 %{_libdir}/librest.so
-%{_datadir}/gtk-doc/html/rest
+%{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Wed Aug 19 2009 Peter Robinson <pbrobinson at gmail.com> 0.6-1
+- New upstream 0.6 release
+
+* Fri Aug  7 2009 Peter Robinson <pbrobinson at gmail.com> 0.5-3
+- A few minor spec file cleanups
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Tue Jul 14 2009 Peter Robinson <pbrobinson at gmail.com> 0.5-1
 - Update to 0.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rest/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	18 Jul 2009 10:38:44 -0000	1.2
+++ sources	22 Aug 2009 10:56:05 -0000	1.3
@@ -1 +1 @@
-294635fe499313b92a371a9c6dd55e2c  librest-0.5.tar.bz2
+47f9357835885f4cfa0087eeda31659b  librest-0.6.tar.bz2




More information about the fedora-extras-commits mailing list