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

Line 
1Summary:        A dynamic, any to any, pixel format conversion library
2Name:           babl
3Version:        0.1.82
4Release:        1%{?_dist_release}
5Group:          system
6Vendor:         Project Vine
7Distribution:   Vine Linux
8# The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
9License:        LGPLv3+ and GPLv3+
10URL:            http://www.gegl.org/babl/
11Source0:        https://download.gimp.org/pub/babl/0.1/%{name}-%{version}.tar.xz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14BuildRequires:  w3m
15BuildRequires:  meson
16BuildRequires:  gobject-introspection-devel
17BuildRequires:  vala-devel
18BuildRequires:  lcms2-devel
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.
25#'
26
27
28%package devel
29Summary:  Headers for developing programs that will use %{name}
30Group:    programming
31Requires: %{name} = %{version}-%{release}
32Requires: pkgconfig
33
34%description devel
35This package contains the libraries and header files needed for
36developing with %{name}.
37
38
39%debug_package
40
41
42%prep
43%setup -q
44
45
46%build
47%meson \
48        -Dwith-docs=false
49%meson_build
50
51
52%install
53%{__rm} -rf %{buildroot}
54%meson_install
55
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*
59
60#find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
61
62
63%if 0
64%check
65pushd tests
66%{__rm} -f concurrency-stress-test
67cat << EOF > concurrency-stress-test
68#!/bin/sh
69echo Skipping test concurrency-stress-test
70EOF
71chmod +x concurrency-stress-test
72popd
73make check
74%endif
75
76
77%clean
78%{__rm} -rf %{buildroot}
79
80
81%post -p %{_syssbindir}/ldconfig
82%postun -p %{_syssbindir}/ldconfig
83
84
85%files
86%defattr(-, root, root, -)
87%license COPYING
88%doc AUTHORS README NEWS
89%{_libdir}/*.so.*
90%{_libdir}/babl-0.1/
91%dir %{_libdir}/girepository-1.0
92%{_libdir}/girepository-1.0/Babl-0.1.typelib
93
94%files devel
95%defattr(-, root, root, -)
96%doc babl_docs/html
97%{_includedir}/babl-0.1/babl/
98%{_libdir}/*.so
99%{_libdir}/pkgconfig/%{name}.pc
100%dir %{_datadir}/gir-1.0/
101%{_datadir}/gir-1.0/Babl-0.1.gir
102%dir %{_datadir}/vala
103%dir %{_datadir}/vala/vapi
104%{_datadir}/vala/vapi/babl-*
105
106
107%changelog
108* Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.82-1
109- new upstream release.
110
111* Fri Sep 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.78-1
112- new upstream release.
113
114* Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.74-1
115- new upstream release.
116
117* Fri Oct 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.72-1
118- new upstream release.
119
120* Mon Dec 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.60-1
121- new upstream release.
122
123* Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.1.56-1
124- new upstream release
125
126* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.18-1
127- new upstream release
128
129* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-3
130- remove *.la files
131
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
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
140* Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
141- new upstream release
142
143* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
144- rebuilt with rpm-4.8.1-3
145
146* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
147- new upstream release
148
149* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.22-1
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.