Compare commits
16 Commits
0.1.30-1ma
...
0.1.86-1ma
Author | SHA1 | Date | |
---|---|---|---|
283f9f44a4 | |||
9a003ea3c9 | |||
1fc801f549 | |||
3d756bdb16 | |||
f9cedc0d12 | |||
6ff3931723 | |||
cd4f33bfef | |||
e6914af29f | |||
a2c662c7b9 | |||
a39c9f77fd | |||
4bd5387254 | |||
657a3c0d75 | |||
c4ffa2f0f8 | |||
b8df16fd48 | |||
c20bbf18a5 | |||
9b913e6dbf |
75
libbabl.spec
75
libbabl.spec
@ -1,16 +1,15 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libbabl
|
||||
Version: 0.1.30
|
||||
Version: 0.1.86
|
||||
Release: 1mamba
|
||||
Summary: babl is a dynamic, any to any, pixel format translation library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://gegl.org/babl
|
||||
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.bz2
|
||||
URL: https://gegl.org/babl
|
||||
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.xz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -36,17 +35,20 @@ A vocabulary to formulate new pixel formats from existing primitives is provided
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n babl-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall extdir=%{_libdir}/babl-%{majver}
|
||||
%meson_install
|
||||
#% makeinstall extdir=%{_libdir}/babl-%{majver}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -56,19 +58,68 @@ This package contains static libraries and header files need for development.
|
||||
%dir %{_libdir}/babl-%{majver}
|
||||
%{_libdir}/babl-%{majver}/*.so*
|
||||
%{_libdir}/libbabl-%{majver}.so.*
|
||||
%{_libdir}/girepository-1.0/Babl-0.1.typelib
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/babl-%{majver}/babl
|
||||
%{_libdir}/babl-%{majver}/*.la
|
||||
%{_includedir}/babl-%{majver}/babl/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/libbabl-%{majver}.la
|
||||
%{_libdir}/libbabl-%{majver}.so
|
||||
%doc NEWS README TODO
|
||||
%{_datadir}/gir-1.0/Babl-0.1.gir
|
||||
%{_datadir}/vala/vapi/babl-0.1.*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc NEWS TODO
|
||||
|
||||
%changelog
|
||||
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 0.1.86-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.1.84-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 06 2020 Automatic Build System <autodist@mambasoft.it> 0.1.82-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 0.1.78-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 28 2020 Automatic Build System <autodist@mambasoft.it> 0.1.74-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 22 2019 Automatic Build System <autodist@mambasoft.it> 0.1.62-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 18 2018 Automatic Build System <autodist@mambasoft.it> 0.1.60-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 14 2018 Automatic Build System <autodist@mambasoft.it> 0.1.58-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 24 2018 Automatic Build System <autodist@mambasoft.it> 0.1.56-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 05 2018 Automatic Build System <autodist@mambasoft.it> 0.1.52-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 23 2018 Automatic Build System <autodist@mambasoft.it> 0.1.50-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 18 2018 Automatic Build System <autodist@mambasoft.it> 0.1.46-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 25 2018 Automatic Build System <autodist@mambasoft.it> 0.1.44-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 0.1.38-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 0.1.30-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user