]> git.pld-linux.org Git - packages/babl.git/blob - babl.spec
- pl
[packages/babl.git] / babl.spec
1 Summary:        Library for pixel-format agnosticism
2 Summary(pl.UTF-8):      Biblioteka niezależności od formatu piksela
3 Name:           babl
4 Version:        0.0.14
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c8274d0a2686f7f59e979313bd8e78fe
10 Patch0:         %{name}-as-needed.patch
11 URL:            http://www.gegl.org/babl/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  glib2-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Babl is a dynamic, any to any, pixel format conversion library. It
19 provides conversions between the myriad of buffer types images can be
20 stored in. Babl doesn't only help with existing pixel formats, but
21 also facilitates creation of new and uncommon ones.
22
23 %description -l pl.UTF-8
24 Babl to biblioteka dynamicznych przekształceń między dowolnymi
25 formatami pikseli. Udostępnia konwersje między wieloma różnymi typami
26 buforów obrazów. Babl nie tylko pomaga przy istniejących formatach
27 pikseli, ale także ułatwia tworzenie nowych i niestandardowych.
28
29 %package devel
30 Summary:        Header files for babl library
31 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki babl
32 Group:          Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34
35 %description devel
36 Header files for babl library.
37
38 %description devel -l pl.UTF-8
39 Pliki nagłówkowe biblioteki babl.
40
41 %package static
42 Summary:        Static babl library
43 Summary(pl.UTF-8):      Statyczna biblioteka babl
44 Group:          Development/Libraries
45 Requires:       %{name}-devel = %{version}-%{release}
46
47 %description static
48 Static babl library.
49
50 %description static -l pl.UTF-8
51 Statyczna biblioteka babl.
52
53 %prep
54 %setup -q
55 %patch0 -p1
56
57 %build
58 %{__aclocal}
59 %{__autoconf}
60 %{__automake}
61 %configure
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %post   -p /sbin/ldconfig
74 %postun -p /sbin/ldconfig
75
76 %files
77 %defattr(644,root,root,755)
78 %doc AUTHORS ChangeLog NEWS README
This page took 0.064484 seconds and 3 git commands to generate.