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

Revision 8793, 3.7 KB checked in by Takemikaduchi, 10 years ago (diff)

libXi, libcdio, libusb1, qt4: new upstream release
others: rebuild

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