update to 0.8.0 [release 0.8.0-1mamba;Fri May 20 2016]
This commit is contained in:
parent
ac3ced49d0
commit
1a10bf1e13
30
librest.spec
30
librest.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: librest
|
||||
Version: 0.7.93
|
||||
Version: 0.8.0
|
||||
Release: 1mamba
|
||||
Summary: A library designed to make it easier to access web services which support it
|
||||
Group: System/Libraries
|
||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://live.gnome.org
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/rest/0.7/rest-%{version}.tar.xz
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/rest/%{majver}/rest-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -60,31 +60,31 @@ This package includes the %{name} API documentation.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/librest-%{majver}.so.*
|
||||
%{_libdir}/librest-extras-%{majver}.so.*
|
||||
%{_libdir}/librest-*.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/rest-%{majver}
|
||||
%{_includedir}/rest-%{majver}/*
|
||||
%{_libdir}/librest-%{majver}.la
|
||||
%{_libdir}/librest-%{majver}.so
|
||||
%{_libdir}/librest-extras-%{majver}.la
|
||||
%{_libdir}/librest-extras-%{majver}.so
|
||||
%dir %{_includedir}/rest-*
|
||||
%{_includedir}/rest-*/*
|
||||
%{_libdir}/librest-*.la
|
||||
%{_libdir}/librest-*.so
|
||||
#%{_libdir}/librest-extras-*.la
|
||||
#%{_libdir}/librest-extras-*.so
|
||||
%{_libdir}/girepository-1.0/Rest*.typelib
|
||||
%{_datadir}/gir-1.0/Rest*.gir
|
||||
%{_libdir}/pkgconfig/rest-%{majver}.pc
|
||||
%{_libdir}/pkgconfig/rest-extras-%{majver}.pc
|
||||
%{_libdir}/pkgconfig/rest-*.pc
|
||||
%doc README
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
## note: this list is just an example; modify as required
|
||||
%dir %{_datadir}/gtk-doc/html/rest-%{majver}
|
||||
%{_datadir}/gtk-doc/html/rest-%{majver}/*
|
||||
%dir %{_datadir}/gtk-doc/html/rest-*
|
||||
%{_datadir}/gtk-doc/html/rest-*/*
|
||||
|
||||
%changelog
|
||||
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
||||
- update to 0.8.0
|
||||
|
||||
* Wed Apr 08 2015 Automatic Build System <autodist@mambasoft.it> 0.7.93-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user