]> git.pld-linux.org Git - packages/babl.git/blame - babl.spec
- added
[packages/babl.git] / babl.spec
CommitLineData
afa57aa4 1#
2Summary: Library for pixel-format agnosticism
3Name: babl
4Version: 0.0.14
5Release: 1
6License: GPL v2
7Group: Applications
8Source0: ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2
9# Source0-md5: c8274d0a2686f7f59e979313bd8e78fe
10Patch0: %{name}-as-needed.patch
11URL: http://www.gegl.org/babl/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: glib2-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Babl is a dynamic, any to any, pixel format conversion library. It
19provides conversions between the myriad of buffer types images can be
20stored in. Babl doesn't only help with existing pixel formats, but
21also facilitates creation of new and uncommon ones.
22
23%package devel
24Summary: Header files for babl library
25Summary(pl.UTF-8): Pliki nagłówkowe biblioteki babl
26Group: Development/Libraries
27# if base package contains shared library for which these headers are
28#Requires: %{name} = %{version}-%{release}
29# if -libs package contains shared library for which these headers are
30#Requires: %{name}-libs = %{version}-%{release}
31
32%description devel
33Header files for babl library.
34
35%description devel -l pl.UTF-8
36Pliki nagłówkowe biblioteki babl.
37
38%package static
39Summary: Static babl library
40Summary(pl.UTF-8): Statyczna biblioteka babl
41Group: Development/Libraries
42Requires: %{name}-devel = %{version}-%{release}
43
44%description static
45Static babl library.
46
47%description static -l pl.UTF-8
48Statyczna biblioteka babl.
49
50%prep
51%setup -q
52%patch0 -p1
53
54%build
55%{__aclocal}
56%{__autoconf}
57%{__automake}
58%configure
59%{__make}
60
61%install
62rm -rf $RPM_BUILD_ROOT
63
64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%post -p /sbin/ldconfig
71%postun -p /sbin/ldconfig
72
73%files
74%defattr(644,root,root,755)
75%doc AUTHORS ChangeLog NEWS README
This page took 0.080193 seconds and 4 git commands to generate.