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

Revision 12382, 4.5 KB checked in by tomop, 4 years ago (diff)

updated 8 packages

SDL2-2.0.12-1

SDL2_image-2.0.5-1

SDL2_mixer-2.0.4-1

SDL2_ttf-2.0.15-1

babl-0.1.74-1

bubblewrap-0.4.1-1

gegl04-0.4.22-1

libcap-2.33-1

Line 
1Summary:  A dynamic, any to any, pixel format conversion library
2Name:     babl
3Version:  0.1.74
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 Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.74-1
98- new upstream release.
99
100* Fri Oct 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.72-1
101- new upstream release.
102
103* Mon Dec 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.60-1
104- new upstream release.
105
106* Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.1.56-1
107- new upstream release
108
109* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.18-1
110- new upstream release
111
112* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-3
113- remove *.la files
114
115* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-2
116- rebuild with VineSeed environment
117- fix %%check (based on fedora package)
118
119* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
120- new upstream release
121- remove BuildRequires: inkscape, ruby
122
123* Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
124- new upstream release
125
126* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
127- rebuilt with rpm-4.8.1-3
128
129* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
130- new upstream release
131
132* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.22-1
133- initial build for Vine Linux
134
135* Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.22-1
136- Update to latest release
137
138* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.20-1
139- New release
140
141* Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-2
142- Apply patch to fix extensions loading on 64bit systems
143
144* Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
145- Update to 0.0.18
146
147* Mon Nov 26 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
148- Update to 0.0.16 release
149- License change from GPLv2+ to GPLv3+
150
151* Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
152- Update the License field
153
154* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.4.20071011svn
155- Package the extension libraries in the main package
156- Run 'make check'
157
158* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.3.20071011svn
159- Ensure timestamps are kept during install
160
161* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.2.20071011svn
162- Remove the use of inexistent source url (Package reviews)
163- Package the html docs
164
165* Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.1.20071011svn
166- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.