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

Line 
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
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%prep
40%setup -q
41
42
43%build
44%meson \
45        -Dwith-docs=false
46%meson_build
47
48
49%install
50%{__rm} -rf %{buildroot}
51%meson_install
52
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*
56
57#find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
58
59
60%if 0
61%check
62pushd tests
63%{__rm} -f concurrency-stress-test
64cat << EOF > concurrency-stress-test
65#!/bin/sh
66echo Skipping test concurrency-stress-test
67EOF
68chmod +x concurrency-stress-test
69popd
70make check
71%endif
72
73
74%clean
75%{__rm} -rf %{buildroot}
76
77
78%post -p %{_syssbindir}/ldconfig
79%postun -p %{_syssbindir}/ldconfig
80
81
82%files
83%defattr(-, root, root, -)
84%license COPYING
85%doc AUTHORS README NEWS
86%{_libdir}/*.so.*
87%{_libdir}/babl-0.1/
88%dir %{_libdir}/girepository-1.0
89%{_libdir}/girepository-1.0/Babl-0.1.typelib
90
91%files devel
92%defattr(-, root, root, -)
93%doc babl_docs/html
94%{_includedir}/babl-0.1/babl/
95%{_libdir}/*.so
96%{_libdir}/pkgconfig/%{name}.pc
97%dir %{_datadir}/gir-1.0/
98%{_datadir}/gir-1.0/Babl-0.1.gir
99%dir %{_datadir}/vala
100%dir %{_datadir}/vala/vapi
101%{_datadir}/vala/vapi/babl-*
102
103%changelog
104* Fri Sep 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.78-1
105- new upstream release.
106
107* Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.74-1
108- new upstream release.
109
110* Fri Oct 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.72-1
111- new upstream release.
112
113* Mon Dec 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.60-1
114- new upstream release.
115
116* Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.1.56-1
117- new upstream release
118
119* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.18-1
120- new upstream release
121
122* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-3
123- remove *.la files
124
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
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
133* Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
134- new upstream release
135
136* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
137- rebuilt with rpm-4.8.1-3
138
139* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
140- new upstream release
141
142* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.22-1
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.