update to 0.1.72 [release 0.1.72-1mamba;Sat Oct 26 2019]
This commit is contained in:
parent
cd4f33bfef
commit
6ff3931723
23
libbabl.spec
23
libbabl.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libbabl
|
Name: libbabl
|
||||||
Version: 0.1.66
|
Version: 0.1.72
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: babl is a dynamic, any to any, pixel format translation library
|
Summary: babl is a dynamic, any to any, pixel format translation library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: http://gegl.org/babl
|
URL: http://gegl.org/babl
|
||||||
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.bz2
|
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -41,12 +41,14 @@ This package contains static libraries and header files need for development.
|
|||||||
%setup -q -n babl-%{version}
|
%setup -q -n babl-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall extdir=%{_libdir}/babl-%{majver}
|
%meson_install
|
||||||
|
#% makeinstall extdir=%{_libdir}/babl-%{majver}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -56,19 +58,22 @@ This package contains static libraries and header files need for development.
|
|||||||
%dir %{_libdir}/babl-%{majver}
|
%dir %{_libdir}/babl-%{majver}
|
||||||
%{_libdir}/babl-%{majver}/*.so*
|
%{_libdir}/babl-%{majver}/*.so*
|
||||||
%{_libdir}/libbabl-%{majver}.so.*
|
%{_libdir}/libbabl-%{majver}.so.*
|
||||||
|
%{_libdir}/girepository-1.0/Babl-0.1.typelib
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/babl-%{majver}/babl
|
%dir %{_includedir}/babl-%{majver}/babl
|
||||||
%{_libdir}/babl-%{majver}/*.la
|
|
||||||
%{_includedir}/babl-%{majver}/babl/*.h
|
%{_includedir}/babl-%{majver}/babl/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
|
||||||
%{_libdir}/libbabl-%{majver}.la
|
|
||||||
%{_libdir}/libbabl-%{majver}.so
|
%{_libdir}/libbabl-%{majver}.so
|
||||||
%doc NEWS README TODO
|
%{_datadir}/gir-1.0/Babl-0.1.gir
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%doc NEWS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.72-1mamba
|
||||||
|
- update to 0.1.72
|
||||||
|
|
||||||
* Fri Jun 14 2019 Automatic Build System <autodist@mambasoft.it> 0.1.66-1mamba
|
* Fri Jun 14 2019 Automatic Build System <autodist@mambasoft.it> 0.1.66-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user