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

Revision 12286, 4.4 KB checked in by tomop, 5 years ago (diff)

updated 10 packages

Field3D-1.7.2-2

ImageMagick?-6.9.10.69-1

OpenColorIO-1.1.1-1

OpenEXR-2.4.0-1

OpenImageIO-2.0.11-1

babl-0.1.72-1

e2fsprogs-1.45.4-1

elfutils-0.177-1

gegl04-0.4.16-1

python3-3.5.7-5

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