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

Revision 11800, 4.0 KB checked in by ara_t, 6 years ago (diff)

babl: update to 0.1.56

Line 
1Summary:  A dynamic, any to any, pixel format conversion library
2Name:     babl
3Version:  0.1.56
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.bz2
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildRequires:  w3m
13
14
15%description
16Babl is a dynamic, any to any, pixel format conversion library. It
17provides conversions between the myriad of buffer types images can be
18stored in. Babl doesn't only help with existing pixel formats, but also
19facilitates creation of new and uncommon ones.
20#'
21
22%package devel
23Summary:  Headers for developing programs that will use %{name}
24Group:    Development/Libraries
25Requires: %{name} = %{version}-%{release}
26Requires: pkgconfig
27
28%description devel
29This package contains the libraries and header files needed for
30developing with %{name}.
31
32%prep
33%setup -q
34
35%build
36%configure --disable-static
37%{__make} %{?_smp_mflags}
38
39%install
40%{__rm} -rf %{buildroot}
41%{__make} DESTDIR=%{buildroot} install INSTALL='install -p'
42
43%{__mkdir_p} babl_docs babl_docs/html
44%{__cp} -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
45%{__rm} -rf babl_docs/html/graphics/Makefile*
46
47find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
48
49
50%check
51pushd tests
52%{__rm} -f concurrency-stress-test
53cat << EOF > concurrency-stress-test
54#!/bin/sh
55echo Skipping test concurrency-stress-test
56EOF
57chmod +x concurrency-stress-test
58popd
59make check
60
61
62%clean
63%{__rm} -rf %{buildroot}
64
65%post -p %{_syssbindir}/ldconfig
66
67%postun -p %{_syssbindir}/ldconfig
68
69
70%files
71%defattr(-, root, root, -)
72%doc AUTHORS COPYING README NEWS
73%{_libdir}/*.so.*
74%{_libdir}/babl-0.1/
75
76%files devel
77%defattr(-, root, root, -)
78%doc babl_docs/html
79%{_includedir}/babl-0.1/babl/
80%{_libdir}/*.so
81%{_libdir}/pkgconfig/%{name}.pc
82
83
84%changelog
85* Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.1.56-1
86- new upstream release
87
88* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.18-1
89- new upstream release
90
91* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-3
92- remove *.la files
93
94* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-2
95- rebuild with VineSeed environment
96- fix %%check (based on fedora package)
97
98* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
99- new upstream release
100- remove BuildRequires: inkscape, ruby
101
102* Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
103- new upstream release
104
105* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
106- rebuilt with rpm-4.8.1-3
107
108* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
109- new upstream release
110
111* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.22-1
112- initial build for Vine Linux
113
114* Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.22-1
115- Update to latest release
116
117* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.20-1
118- New release
119
120* Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-2
121- Apply patch to fix extensions loading on 64bit systems
122
123* Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
124- Update to 0.0.18
125
126* Mon Nov 26 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
127- Update to 0.0.16 release
128- License change from GPLv2+ to GPLv3+
129
130* Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
131- Update the License field
132
133* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.4.20071011svn
134- Package the extension libraries in the main package
135- Run 'make check'
136
137* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.3.20071011svn
138- Ensure timestamps are kept during install
139
140* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.2.20071011svn
141- Remove the use of inexistent source url (Package reviews)
142- Package the html docs
143
144* Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.1.20071011svn
145- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.