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