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

Revision 871, 3.1 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file for gnome-2.30

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