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

RevLine 
[11800]1Summary:  A dynamic, any to any, pixel format conversion library
2Name:     babl
3Version:  0.1.56
4Release:  1%{?_dist_release}
[521]5# The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
[11800]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
[521]11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
[11800]12BuildRequires:  w3m
[521]13
[11800]14
[521]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.
[11800]20#'
[521]21
22%package devel
[11800]23Summary:  Headers for developing programs that will use %{name}
24Group:    Development/Libraries
25Requires: %{name} = %{version}-%{release}
26Requires: pkgconfig
[521]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
[8793]36%configure --disable-static
[11800]37%{__make} %{?_smp_mflags}
38
[521]39%install
[11800]40%{__rm} -rf %{buildroot}
41%{__make} DESTDIR=%{buildroot} install INSTALL='install -p'
[521]42
[11800]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*
[521]46
[9559]47find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
[521]48
[9559]49
[521]50%check
[8793]51pushd tests
[11800]52%{__rm} -f concurrency-stress-test
[8793]53cat << EOF > concurrency-stress-test
54#!/bin/sh
55echo Skipping test concurrency-stress-test
56EOF
57chmod +x concurrency-stress-test
58popd
[521]59make check
60
[8793]61
[521]62%clean
[11800]63%{__rm} -rf %{buildroot}
[521]64
[11800]65%post -p %{_syssbindir}/ldconfig
[521]66
[11800]67%postun -p %{_syssbindir}/ldconfig
[521]68
[11800]69
[521]70%files
71%defattr(-, root, root, -)
[11800]72%doc AUTHORS COPYING README NEWS
[521]73%{_libdir}/*.so.*
[871]74%{_libdir}/babl-0.1/
[521]75
76%files devel
77%defattr(-, root, root, -)
78%doc babl_docs/html
[871]79%{_includedir}/babl-0.1/babl/
[521]80%{_libdir}/*.so
81%{_libdir}/pkgconfig/%{name}.pc
82
[11800]83
[521]84%changelog
[11800]85* Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.1.56-1
86- new upstream release
87
[10716]88* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.18-1
89- new upstream release
90
[9559]91* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-3
92- remove *.la files
93
[8793]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
[6141]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
[3735]102* Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
103- new upstream release
104
[3534]105* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
106- rebuilt with rpm-4.8.1-3
107
[871]108* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
109- new upstream release
110
[11800]111* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.22-1
[521]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.