source: projects/specs/branches/6/b/babl/babl-vl.spec @ 3735

Revision 3735, 3.2 KB checked in by Takemikaduchi, 13 years ago (diff)

clutter,gthumb,babl,gegl:new upstream release, others: rebuild

Line 
1Summary:        A dynamic, any to any, pixel format conversion library
2Name:           babl
3Version:        0.1.4
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:        ftp://ftp.gtk.org/pub/babl/0.1/%{name}-%{version}.tar.bz2
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildRequires:  inkscape w3m ruby
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
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
47make check
48
49%clean
50rm -rf %{buildroot}
51
52%post -p /sbin/ldconfig
53
54%postun -p /sbin/ldconfig
55
56%files
57%defattr(-, root, root, -)
58%doc AUTHORS ChangeLog COPYING README NEWS
59%{_libdir}/*.so.*
60%{_libdir}/babl-0.1/
61
62%files devel
63%defattr(-, root, root, -)
64%doc babl_docs/html
65%{_includedir}/babl-0.1/babl/
66%{_libdir}/*.so
67%{_libdir}/pkgconfig/%{name}.pc
68
69%changelog
70* Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
71- new upstream release
72
73* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
74- rebuilt with rpm-4.8.1-3
75
76* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
77- new upstream release
78
79* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.22-1
80- initial build for Vine Linux
81
82* Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.22-1
83- Update to latest release
84
85* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.20-1
86- New release
87
88* Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-2
89- Apply patch to fix extensions loading on 64bit systems
90
91* Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
92- Update to 0.0.18
93
94* Mon Nov 26 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
95- Update to 0.0.16 release
96- License change from GPLv2+ to GPLv3+
97
98* Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
99- Update the License field
100
101* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.4.20071011svn
102- Package the extension libraries in the main package
103- Run 'make check'
104
105* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.3.20071011svn
106- Ensure timestamps are kept during install
107
108* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.2.20071011svn
109- Remove the use of inexistent source url (Package reviews)
110- Package the html docs
111
112* Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.1.20071011svn
113- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.