]> git.pld-linux.org Git - packages/libgee.git/blob - libgee.spec
- updated to 0.6.0
[packages/libgee.git] / libgee.spec
1 Summary:        libgee - GObject collection library
2 Summary(pl.UTF-8):      libgee - GObject collection library
3 Name:           libgee
4 Version:        0.6.0
5 Release:        1
6 License:        LGPL v2+
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4eb513b23ab6ea78884989518a4acf6f
10 URL:            http://live.gnome.org/Libgee
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  glib2-devel >= 1:2.12.0
14 BuildRequires:  gobject-introspection-devel >= 0.9.0
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 BuildRequires:  vala
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 libgee is a collection library providing GObject-based interfaces and
22 classes for commonly used data structures.
23
24 %description -l pl.UTF-8
25 libgee jest zbiorem bibliotek dostarczających interfejs GObject i
26 klasy powszechnie używanych struktur danych.
27
28 %package devel
29 Summary:        Header files for libgee library
30 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libgee
31 Group:          Development/Libraries
32 Requires:       %{name} = %{version}-%{release}
33 Requires:       glib2-devel >= 1:2.12.0
34
35 %description devel
36 Header files for libgee library.
37
38 %description devel -l pl.UTF-8
39 Pliki nagłówkowe biblioteki libgee.
40
41 %prep
42 %setup -q
43
44 %build
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure \
51         --disable-silent-rules
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post   -p /sbin/ldconfig
64 %postun -p /sbin/ldconfig
65
66 %files
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog NEWS README
69 %attr(755,root,root) %{_libdir}/libgee.so.*.*.*
70 %attr(755,root,root) %ghost %{_libdir}/libgee.so.2
71 %{_libdir}/girepository-1.0/Gee-1.0.typelib
72
73 %files devel
74 %defattr(644,root,root,755)
75 %attr(755,root,root) %{_libdir}/libgee.so
76 %{_libdir}/libgee.la
77 %{_pkgconfigdir}/gee-1.0.pc
78 %{_includedir}/gee-1.0
79 %{_datadir}/vala/vapi/gee-1.0.vapi
80 %{_datadir}/gir-1.0/Gee-1.0.gir
This page took 0.068509 seconds and 3 git commands to generate.