]> git.pld-linux.org Git - packages/libgee0.6.git/blob - libgee.spec
- updated to 0.5.0
[packages/libgee0.6.git] / libgee.spec
1 Summary:        libgee - GObject collection library
2 Summary(pl.UTF-8):      libgee - GObject collection library
3 Name:           libgee
4 Version:        0.5.0
5 Release:        1
6 License:        LGPL v2+
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/libgee/0.5/%{name}-%{version}.tar.bz2
9 # Source0-md5:  45e3e069dc3488e4bfe0c8411b85b987
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         --disable-silent-rules
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post   -p /sbin/ldconfig
63 %postun -p /sbin/ldconfig
64
65 %files
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog NEWS README
68 %attr(755,root,root) %{_libdir}/libgee.so.*.*.*
69 %attr(755,root,root) %ghost %{_libdir}/libgee.so.2
70
71 %files devel
72 %defattr(644,root,root,755)
73 %attr(755,root,root) %{_libdir}/libgee.so
74 %{_libdir}/libgee.la
75 %{_pkgconfigdir}/gee-1.0.pc
76 %{_includedir}/gee-1.0
77 %{_datadir}/vala/vapi/gee-1.0.vapi
78 %{_datadir}/gir-1.0/Gee-1.0.gir
This page took 0.225751 seconds and 3 git commands to generate.