- New upstream 0.6.1 release
This commit is contained in:
parent
a765826bf2
commit
5fd24e0a74
@ -1 +1 @@
|
||||
librest-0.6.tar.bz2
|
||||
librest-0.6.1.tar.bz2
|
||||
|
||||
24
rest.spec
24
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user