automatic version update by autodist [release 3.28.2-1mamba;Sun Jul 29 2018]
This commit is contained in:
parent
6023e2e59d
commit
62a8103d19
@ -1,7 +1,7 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f 1).0
|
%define apiver %(echo %version | cut -d. -f 1).0
|
||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libgweather
|
Name: libgweather
|
||||||
Version: 3.26.1
|
Version: 3.28.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNOME weather library
|
Summary: GNOME weather library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -68,12 +68,14 @@ This package contains static libraries and header files need for development.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make -j1
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
export DESTDIR=%{buildroot}
|
||||||
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}-locations
|
%find_lang %{name}-locations
|
||||||
%find_lang %{name}-%{apiver}
|
%find_lang %{name}-%{apiver}
|
||||||
@ -104,15 +106,18 @@ cat %{name}-locations.lang >> %{name}-%{apiver}.lang
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libgweather-%{apiver}/libgweather/*.h
|
%{_includedir}/libgweather-%{apiver}/libgweather/*.h
|
||||||
%{_datadir}/glade/catalogs/libgweather.xml
|
%{_datadir}/glade/catalogs/libgweather.xml
|
||||||
%{_datadir}/gtk-doc/html/libgweather-%{apiver}/*
|
#%{_datadir}/gtk-doc/html/libgweather-%{apiver}/*
|
||||||
%{_libdir}/libgweather-3.la
|
#%{_libdir}/libgweather-3.la
|
||||||
%{_libdir}/libgweather-3.so
|
%{_libdir}/libgweather-3.so
|
||||||
%{_datadir}/vala/vapi/gweather-3.0.vapi
|
%{_datadir}/vala/vapi/gweather-3.0.*
|
||||||
%{_datadir}/gir-1.0/GWeather-3.0.gir
|
%{_datadir}/gir-1.0/GWeather-3.0.gir
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 29 2018 Automatic Build System <autodist@mambasoft.it> 3.28.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 3.26.1-1mamba
|
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 3.26.1-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user