]> git.pld-linux.org Git - packages/libgee.git/blob - libgee.spec
- drop libtool file
[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.1
5 Release:        2
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:  9cf60f41f3aa10ac7f1f7e1d094e05a1
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 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libgee.la
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post   -p /sbin/ldconfig
66 %postun -p /sbin/ldconfig
67
68 %files
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog NEWS README
71 %attr(755,root,root) %{_libdir}/libgee.so.*.*.*
72 %attr(755,root,root) %ghost %{_libdir}/libgee.so.2
73 %{_libdir}/girepository-1.0/Gee-1.0.typelib
74
75 %files devel
76 %defattr(644,root,root,755)
77 %attr(755,root,root) %{_libdir}/libgee.so
78 %{_pkgconfigdir}/gee-1.0.pc
79 %{_includedir}/gee-1.0
80 %{_datadir}/vala/vapi/gee-1.0.vapi
81 %{_datadir}/gir-1.0/Gee-1.0.gir
This page took 0.082547 seconds and 4 git commands to generate.