Compare commits
10 Commits
0.1.10-1ma
...
0.1.50-1ma
Author | SHA1 | Date | |
---|---|---|---|
c4ffa2f0f8 | |||
b8df16fd48 | |||
c20bbf18a5 | |||
9b913e6dbf | |||
926ed86820 | |||
6c99bd0c8f | |||
0627016298 | |||
b82682292f | |||
23051c58cd | |||
7b7bcc4864 |
63
libbabl.spec
63
libbabl.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libbabl
|
||||
Version: 0.1.10
|
||||
Version: 0.1.50
|
||||
Release: 1mamba
|
||||
Summary: babl is a dynamic, any to any, pixel format translation library
|
||||
Group: System/Libraries
|
||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://gegl.org/babl
|
||||
Source: ftp://ftp.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.bz2
|
||||
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.bz2
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -54,42 +54,51 @@ This package contains static libraries and header files need for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/babl-%{majver}
|
||||
%{_libdir}/babl-%{majver}/CIE.so*
|
||||
%{_libdir}/babl-%{majver}/gegl-fixups.so*
|
||||
%{_libdir}/babl-%{majver}/gggl-lies.so*
|
||||
%{_libdir}/babl-%{majver}/gggl.so*
|
||||
%{_libdir}/babl-%{majver}/gimp-8bit.so*
|
||||
%{_libdir}/babl-%{majver}/naive-CMYK.so*
|
||||
%{_libdir}/babl-%{majver}/sse-fixups.so*
|
||||
%{_libdir}/babl-%{majver}/*.so*
|
||||
%{_libdir}/libbabl-%{majver}.so.*
|
||||
%{_libdir}/babl-%{majver}/fast-float.so
|
||||
%{_libdir}/babl-%{majver}/cairo.so
|
||||
%{_libdir}/babl-%{majver}/float.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/babl-%{majver}/babl
|
||||
%{_libdir}/babl-%{majver}/CIE.la
|
||||
%{_libdir}/babl-%{majver}/gegl-fixups.la
|
||||
%{_libdir}/babl-%{majver}/gggl-lies.la
|
||||
%{_libdir}/babl-%{majver}/gggl.la
|
||||
%{_libdir}/babl-%{majver}/gimp-8bit.la
|
||||
%{_libdir}/babl-%{majver}/naive-CMYK.la
|
||||
%{_libdir}/babl-%{majver}/sse-fixups.la
|
||||
%{_libdir}/babl-%{majver}/fast-float.la
|
||||
%{_libdir}/babl-%{majver}/cairo.la
|
||||
%{_libdir}/babl-%{majver}/float.la
|
||||
%{_libdir}/babl-%{majver}/*.la
|
||||
%{_includedir}/babl-%{majver}/babl/*.h
|
||||
%{_exec_prefix}/lib/pkgconfig/*.pc
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/libbabl-%{majver}.la
|
||||
%{_libdir}/libbabl-%{majver}.so
|
||||
#%{_libdir}/girepository-1.0/Babl-0.1.typelib
|
||||
#%{_datadir}/gir-1.0/Babl-0.1.gir
|
||||
#%{_datadir}/vala/vapi/babl-0.1.vapi
|
||||
%doc ChangeLog NEWS README TODO
|
||||
%doc NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Mon Mar 06 2017 Automatic Build System <autodist@mambasoft.it> 0.1.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 03 2016 Automatic Build System <autodist@mambasoft.it> 0.1.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 15 2016 Automatic Build System <autodist@mambasoft.it> 0.1.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 28 2015 Automatic Build System <autodist@mambasoft.it> 0.1.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.12-1mamba
|
||||
- update to 0.1.12
|
||||
|
||||
* Thu May 03 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.1.10-1mamba
|
||||
- update to 0.1.10
|
||||
|
||||
|
Reference in New Issue
Block a user