Compare commits
7 Commits
0.1.72-1ma
...
0.1.90-1ma
Author | SHA1 | Date | |
---|---|---|---|
829c1c9f75 | |||
88cdbbc0c0 | |||
283f9f44a4 | |||
9a003ea3c9 | |||
1fc801f549 | |||
3d756bdb16 | |||
f9cedc0d12 |
31
libbabl.spec
31
libbabl.spec
@ -1,18 +1,18 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libbabl
|
||||
Version: 0.1.72
|
||||
Version: 0.1.90
|
||||
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
|
||||
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
|
||||
BuildRequires: liblcms2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: babl
|
||||
Obsoletes: babl
|
||||
@ -36,8 +36,9 @@ 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
|
||||
@ -67,10 +68,32 @@ This package contains static libraries and header files need for development.
|
||||
%{_includedir}/babl-%{majver}/babl/*.h
|
||||
%{_libdir}/libbabl-%{majver}.so
|
||||
%{_datadir}/gir-1.0/Babl-0.1.gir
|
||||
%{_datadir}/vala/vapi/babl-0.1.*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc NEWS TODO
|
||||
|
||||
%changelog
|
||||
* Tue Feb 22 2022 Automatic Build System <autodist@mambasoft.it> 0.1.90-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 01 2021 Automatic Build System <autodist@mambasoft.it> 0.1.88-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user