source: projects/specs/trunk/b/babl/babl-vl.spec @ 12510

Revision 12510, 4.9 KB checked in by tomop, 3 years ago (diff)

updated 11 packages

Field3D-1.7.3-2

ImageMagick?-6.9.11.48-1

OpenEXR-2.5.3-1

OpenImageIO-2.2.9.0-1

babl-0.1.82-1

fmt-7.1.3-2

gegl04-0.4.26-2

gimp-2.10.22-1

hdf5-1.12.0-1

opencv-4.5.0-1

robin-map-0.6.3-4

RevLine 
[12484]1Summary:        A dynamic, any to any, pixel format conversion library
2Name:           babl
[12510]3Version:        0.1.82
[12484]4Release:        1%{?_dist_release}
5Group:          system
6Vendor:         Project Vine
7Distribution:   Vine Linux
[521]8# The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
[12484]9License:        LGPLv3+ and GPLv3+
10URL:            http://www.gegl.org/babl/
11Source0:        https://download.gimp.org/pub/babl/0.1/%{name}-%{version}.tar.xz
[11800]12
[521]13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
[11800]14BuildRequires:  w3m
[12286]15BuildRequires:  meson
16BuildRequires:  gobject-introspection-devel
[12484]17BuildRequires:  vala-devel
[12286]18BuildRequires:  lcms2-devel
[521]19
20%description
21Babl is a dynamic, any to any, pixel format conversion library. It
22provides conversions between the myriad of buffer types images can be
23stored in. Babl doesn't only help with existing pixel formats, but also
24facilitates creation of new and uncommon ones.
[11800]25#'
[521]26
[12484]27
[521]28%package devel
[11800]29Summary:  Headers for developing programs that will use %{name}
[12484]30Group:    programming
[11800]31Requires: %{name} = %{version}-%{release}
32Requires: pkgconfig
[521]33
34%description devel
35This package contains the libraries and header files needed for
36developing with %{name}.
37
[12484]38
[12510]39%debug_package
40
41
[521]42%prep
43%setup -q
44
[12484]45
[521]46%build
[12286]47%meson \
48        -Dwith-docs=false
49%meson_build
50
[12484]51
[521]52%install
[11800]53%{__rm} -rf %{buildroot}
[12286]54%meson_install
[521]55
[11800]56%{__mkdir_p} babl_docs babl_docs/html
57%{__cp} -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
58%{__rm} -rf babl_docs/html/graphics/Makefile*
[521]59
[12286]60#find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
[521]61
[9559]62
[12286]63%if 0
[521]64%check
[8793]65pushd tests
[11800]66%{__rm} -f concurrency-stress-test
[8793]67cat << EOF > concurrency-stress-test
68#!/bin/sh
69echo Skipping test concurrency-stress-test
70EOF
71chmod +x concurrency-stress-test
72popd
[521]73make check
[12286]74%endif
[521]75
[12484]76
[521]77%clean
[11800]78%{__rm} -rf %{buildroot}
[521]79
[12484]80
[11800]81%post -p %{_syssbindir}/ldconfig
82%postun -p %{_syssbindir}/ldconfig
[521]83
[11800]84
[521]85%files
86%defattr(-, root, root, -)
[12005]87%license COPYING
88%doc AUTHORS README NEWS
[521]89%{_libdir}/*.so.*
[871]90%{_libdir}/babl-0.1/
[12286]91%dir %{_libdir}/girepository-1.0
92%{_libdir}/girepository-1.0/Babl-0.1.typelib
[521]93
94%files devel
95%defattr(-, root, root, -)
96%doc babl_docs/html
[871]97%{_includedir}/babl-0.1/babl/
[521]98%{_libdir}/*.so
99%{_libdir}/pkgconfig/%{name}.pc
[12286]100%dir %{_datadir}/gir-1.0/
101%{_datadir}/gir-1.0/Babl-0.1.gir
[12484]102%dir %{_datadir}/vala
103%dir %{_datadir}/vala/vapi
104%{_datadir}/vala/vapi/babl-*
[521]105
[12510]106
[12286]107%changelog
[12510]108* Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.82-1
109- new upstream release.
110
[12484]111* Fri Sep 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.78-1
112- new upstream release.
113
[12382]114* Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.74-1
115- new upstream release.
116
[12286]117* Fri Oct 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.72-1
118- new upstream release.
[11800]119
[12005]120* Mon Dec 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.60-1
[12286]121- new upstream release.
[12005]122
[11800]123* Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.1.56-1
124- new upstream release
125
[10716]126* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.18-1
127- new upstream release
128
[9559]129* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-3
130- remove *.la files
131
[8793]132* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-2
133- rebuild with VineSeed environment
134- fix %%check (based on fedora package)
135
[6141]136* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
137- new upstream release
138- remove BuildRequires: inkscape, ruby
139
[3735]140* Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
141- new upstream release
142
[3534]143* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
144- rebuilt with rpm-4.8.1-3
145
[871]146* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
147- new upstream release
148
[11800]149* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.22-1
[521]150- initial build for Vine Linux
151
152* Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.22-1
153- Update to latest release
154
155* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.20-1
156- New release
157
158* Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-2
159- Apply patch to fix extensions loading on 64bit systems
160
161* Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
162- Update to 0.0.18
163
164* Mon Nov 26 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
165- Update to 0.0.16 release
166- License change from GPLv2+ to GPLv3+
167
168* Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
169- Update the License field
170
171* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.4.20071011svn
172- Package the extension libraries in the main package
173- Run 'make check'
174
175* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.3.20071011svn
176- Ensure timestamps are kept during install
177
178* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.2.20071011svn
179- Remove the use of inexistent source url (Package reviews)
180- Package the html docs
181
182* Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.1.20071011svn
183- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.