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

Revision 6141, 3.3 KB checked in by Takemikaduchi, 12 years ago (diff)

esound: rebuild
others: new upstream release

Line 
1Summary:        A dynamic, any to any, pixel format conversion library
2Name:           babl
3Version:        0.1.10
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:  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
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* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
71- new upstream release
72- remove BuildRequires: inkscape, ruby
73
74* Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
75- new upstream release
76
77* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
78- rebuilt with rpm-4.8.1-3
79
80* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
81- new upstream release
82
83* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.0.22-1
84- initial build for Vine Linux
85
86* Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.22-1
87- Update to latest release
88
89* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.20-1
90- New release
91
92* Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-2
93- Apply patch to fix extensions loading on 64bit systems
94
95* Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
96- Update to 0.0.18
97
98* Mon Nov 26 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
99- Update to 0.0.16 release
100- License change from GPLv2+ to GPLv3+
101
102* Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
103- Update the License field
104
105* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.4.20071011svn
106- Package the extension libraries in the main package
107- Run 'make check'
108
109* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.3.20071011svn
110- Ensure timestamps are kept during install
111
112* Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.2.20071011svn
113- Remove the use of inexistent source url (Package reviews)
114- Package the html docs
115
116* Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.1.20071011svn
117- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.