diff --git a/.cvsignore b/.cvsignore index d183d01..2442e90 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -librest-0.6.tar.bz2 +librest-0.6.1.tar.bz2 diff --git a/rest.spec b/rest.spec index db4c9d7..7e903fb 100644 --- a/rest.spec +++ b/rest.spec @@ -1,6 +1,6 @@ Name: rest -Version: 0.6 -Release: 3%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: A library for access to RESTful web services Group: System Environment/Libraries @@ -44,7 +44,7 @@ sed -i 's|echo|exit 0|g' autogen.sh %build %configure --disable-static --enable-gtk-doc -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install rm -rf %{buildroot} @@ -63,17 +63,23 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING README -%{_libdir}/librest.so.0 -%{_libdir}/librest.so.0.0.0 +%{_libdir}/librest-0.6.so.0 +%{_libdir}/librest-0.6.so.0.0.0 +%{_libdir}/librest-extras-0.6.so.0 +%{_libdir}/librest-extras-0.6.so.0.0.0 %files devel %defattr(-,root,root,-) -%{_includedir}/rest -%{_libdir}/pkgconfig/rest.pc -%{_libdir}/librest.so -%{_datadir}/gtk-doc/html/%{name} +%{_includedir}/rest-0.6 +%{_libdir}/pkgconfig/rest* +%{_libdir}/librest-0.6.so +%{_libdir}/librest-extras-0.6.so +%{_datadir}/gtk-doc/html/%{name}-0.6 %changelog +* Sat Oct 10 2009 Peter Robinson 0.6.1-1 +- New upstream 0.6.1 release + * Wed Aug 19 2009 Peter Robinson 0.6-1 - New upstream 0.6 release diff --git a/sources b/sources index f9c2cb1..550aa2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47f9357835885f4cfa0087eeda31659b librest-0.6.tar.bz2 +1b590b1209861f07b4fd6d1c5795e990 librest-0.6.1.tar.bz2