- New upstream 0.6.1 release

This commit is contained in:
Peter Robinson 2009-10-10 18:42:05 +00:00
parent a765826bf2
commit 5fd24e0a74
3 changed files with 17 additions and 11 deletions

View File

@ -1 +1 @@
librest-0.6.tar.bz2
librest-0.6.1.tar.bz2

View File

@ -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 <pbrobinson@gmail.com> 0.6.1-1
- New upstream 0.6.1 release
* Wed Aug 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.6-1
- New upstream 0.6 release

View File

@ -1 +1 @@
47f9357835885f4cfa0087eeda31659b librest-0.6.tar.bz2
1b590b1209861f07b4fd6d1c5795e990 librest-0.6.1.tar.bz2