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

Revision 12484, 4.7 KB checked in by tomop, 4 years ago (diff)

updated 8 packages

LibRaw?-0.20.0-1

OpenImageIO-2.2.6.1-1

babl-0.1.78-1

gegl04-0.4.26-1

gthumb-3.10.0-1

jasper-2.0.19-1

pugixml-1.10-1

pybind11-2.5.0-7

RevLine 
[12484]1Summary:        A dynamic, any to any, pixel format conversion library
2Name:           babl
3Version:        0.1.78
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
[521]39%prep
40%setup -q
41
[12484]42
[521]43%build
[12286]44%meson \
45        -Dwith-docs=false
46%meson_build
47
[12484]48
[521]49%install
[11800]50%{__rm} -rf %{buildroot}
[12286]51%meson_install
[521]52
[11800]53%{__mkdir_p} babl_docs babl_docs/html
54%{__cp} -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
55%{__rm} -rf babl_docs/html/graphics/Makefile*
[521]56
[12286]57#find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
[521]58
[9559]59
[12286]60%if 0
[521]61%check
[8793]62pushd tests
[11800]63%{__rm} -f concurrency-stress-test
[8793]64cat << EOF > concurrency-stress-test
65#!/bin/sh
66echo Skipping test concurrency-stress-test
67EOF
68chmod +x concurrency-stress-test
69popd
[521]70make check
[12286]71%endif
[521]72
[12484]73
[521]74%clean
[11800]75%{__rm} -rf %{buildroot}
[521]76
[12484]77
[11800]78%post -p %{_syssbindir}/ldconfig
79%postun -p %{_syssbindir}/ldconfig
[521]80
[11800]81
[521]82%files
83%defattr(-, root, root, -)
[12005]84%license COPYING
85%doc AUTHORS README NEWS
[521]86%{_libdir}/*.so.*
[871]87%{_libdir}/babl-0.1/
[12286]88%dir %{_libdir}/girepository-1.0
89%{_libdir}/girepository-1.0/Babl-0.1.typelib
[521]90
91%files devel
92%defattr(-, root, root, -)
93%doc babl_docs/html
[871]94%{_includedir}/babl-0.1/babl/
[521]95%{_libdir}/*.so
96%{_libdir}/pkgconfig/%{name}.pc
[12286]97%dir %{_datadir}/gir-1.0/
98%{_datadir}/gir-1.0/Babl-0.1.gir
[12484]99%dir %{_datadir}/vala
100%dir %{_datadir}/vala/vapi
101%{_datadir}/vala/vapi/babl-*
[521]102
[12286]103%changelog
[12484]104* Fri Sep 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.78-1
105- new upstream release.
106
[12382]107* Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.74-1
108- new upstream release.
109
[12286]110* Fri Oct 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.72-1
111- new upstream release.
[11800]112
[12005]113* Mon Dec 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.60-1
[12286]114- new upstream release.
[12005]115
[11800]116* Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.1.56-1
117- new upstream release
118
[10716]119* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.18-1
120- new upstream release
121
[9559]122* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-3
123- remove *.la files
124
[8793]125* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-2
126- rebuild with VineSeed environment
127- fix %%check (based on fedora package)
128
[6141]129* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
130- new upstream release
131- remove BuildRequires: inkscape, ruby
132
[3735]133* Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
134- new upstream release
135
[3534]136* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
137- rebuilt with rpm-4.8.1-3
138
[871]139* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
140- new upstream release
141
[11800]142* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.22-1
[521]143- initial build for Vine Linux
144
145* Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.22-1
146- Update to latest release
147
148* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.20-1
149- New release
150
151* Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-2
152- Apply patch to fix extensions loading on 64bit systems
153
154* Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
155- Update to 0.0.18
156
157* Mon Nov 26 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
158- Update to 0.0.16 release
159- License change from GPLv2+ to GPLv3+
160
161* Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
162- Update the License field
163
164* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.4.20071011svn
165- Package the extension libraries in the main package
166- Run 'make check'
167
168* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.3.20071011svn
169- Ensure timestamps are kept during install
170
171* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.2.20071011svn
172- Remove the use of inexistent source url (Package reviews)
173- Package the html docs
174
175* Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.1.20071011svn
176- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.