]> git.pld-linux.org Git - packages/glib.git/blob - glib.spec
- added Group(es/pt_BR/ru/uk)
[packages/glib.git] / glib.spec
1 Summary:        Useful routines for 'C' programming
2 Summary(cs):    ©ikovná knihovna s funkcemi pro pomocné programy
3 Summary(da):    Nyttige biblioteksfunktioner
4 Summary(de):    Eine nützliche Library von Dienstprogramm-Funktionen
5 Summary(fi):    Kirjasto, jossa on työkalufunktioita
6 Summary(fr):    Bibliothèque de fonctions utilitaires
7 Summary(pl):    Biblioteka zawieraj±ca wiele u¿ytecznych funkcji C
8 Summary(tr):    Yararlý ufak yordamlar kitaplýðý
9 Name:           glib
10 Version:        1.2.10
11 Release:        5
12 Epoch:          1
13 License:        LGPL
14 Group:          Libraries
15 Group(de):      Libraries
16 Group(es):      Bibliotecas
17 Group(fr):      Librairies
18 Group(pl):      Biblioteki
19 Group(pt_BR):   Bibliotecas
20 Group(ru):      âÉÂÌÉÏÔÅËÉ
21 Group(uk):      â¦Â̦ÏÔÅËÉ
22 Source0:        ftp://ftp.gtk.org/pub/gtk/v1.2/%{name}-%{version}.tar.gz
23 Source1:        http://developer.gnome.org/doc/API/%{name}-docs.tar.gz
24 Patch0:         %{name}-info.patch
25 URL:            http://www.gtk.org/
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27 Obsoletes:      libglib1.2
28
29 %define         _prefix         /usr
30
31 %description
32 GLib, is a library which includes support routines for C such as
33 lists, trees, hashes, memory allocation, and many other things. GLIB
34 includes also generally useful data structures used by GIMP and many
35 other.
36
37 %description -l cs
38 ©ikovná knihovna s funkcemi pro pomocné programy. Vývojové knihovny a
39 hlavièky jsou v balíèku glib-devel.
40
41 %description -l da
42 Nyttigt bibliotek med forskellige funktioner. Udviklings- biblioteker
43 og headerfiler er i glib-devel pakken.
44
45 %description -l de
46 Eine nützliche Library von Dienstprogramm-Funktionen.
47 Entwicklungs-Libraries und Header befinden sich in glib-devel.
48
49 %description -l fi
50 Kirjasto, jossa on työkalufunktioita. Kehitysversiot ja header-tiedostot
51 ovat glib-devel-paketissa.
52
53 %description -l pl
54 Glib jest zestawem bibliotek zawieraj±cych funkcje do obs³ugi list,
55 drzewek, funkcji mieszaj±cych, funkcji do alokacji pamiêci i wielu
56 innych podstawowych funkcji i ró¿nych struktur danych u¿ywanych przez
57 program GIMP i wiele innch.
58
59 %description -l tr
60 Yararlý yordamlar kitaplýðý. Geliþtirme kitaplýklarý ve baþlýk
61 dosyalarý glib-devel paketinde yer almaktadýr.
62
63 %package devel
64 Summary:        Glib heades files, documentation
65 Summary(pl):    Pliki nag³ówkowe i dokumentacja do glib
66 Group:          Development/Libraries
67 Group(de):      Entwicklung/Libraries
68 Group(es):      Desarrollo/Bibliotecas
69 Group(fr):      Development/Librairies
70 Group(pl):      Programowanie/Biblioteki
71 Requires:       %{name} = %{version}
72 Requires:       autoconf >= 2.13
73 Requires:       automake >= 1.4
74 Requires:       libtool  >= 1.3.2 
75 Obsoletes:      libglib1.2-devel
76
77 %description devel
78 Header files for the support library for the GIMP's X libraries, which
79 are available as public libraries. GLIB includes generally useful data
80 structures.
81
82 %description -l pl devel
83 Pliki nag³ówkowe i dokumentacja do glib przydatna przy pisaniu
84 programów wykorzystuj±cych tê bibliotekê.
85
86 %package static
87 Summary:        Static glib libraries
88 Summary(pl):    Biblioteki statyczne do glib
89 Group:          Development/Libraries
90 Group(de):      Entwicklung/Libraries
91 Group(es):      Desarrollo/Bibliotecas
92 Group(fr):      Development/Librairies
93 Group(pl):      Programowanie/Biblioteki
94 Requires:       %{name}-devel = %{version}
95
96 %description static
97 Static glib libraries.
98
99 %description -l pl static
100 Biblioteki statyczne do glib.
101
102 %prep
103 %setup -q -a1
104 %patch0 -p1
105
106 %build
107 %configure2_13 \
108         --enable-threads
109 %{__make}
110
111 %install
112 rm -rf $RPM_BUILD_ROOT
113 %{__make} install \
114         DESTDIR=$RPM_BUILD_ROOT \
115         m4datadir=%{_aclocaldir} \
116         pkgconfigdir=%{_pkgconfigdir}
117
118 gzip -9nf AUTHORS ChangeLog NEWS README
119
120 %post   -p /sbin/ldconfig
121 %postun -p /sbin/ldconfig
122
123 %post devel
124 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
125
126 %postun devel
127 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
128
129 %clean
130 rm -rf $RPM_BUILD_ROOT
131
132 %files
133 %defattr(644,root,root,755)
134 %attr(755,root,root) %{_libdir}/libg*.so.*.*
135
136 %files devel
137 %defattr(644,root,root,755)
138 %doc *.gz glib/*.html
139 %attr(755,root,root) %{_libdir}/lib*.so
140 %attr(755,root,root) %{_libdir}/lib*.la
141 %{_pkgconfigdir}/*
142 %{_libdir}/glib
143 %{_includedir}/*
144 %{_aclocaldir}/*
145
146 %{_infodir}/glib.info*
147
148 %attr(755,root,root) %{_bindir}/*
149 %{_mandir}/man1/glib-config.1.*
150
151 %files static
152 %defattr(644,root,root,755)
153 %{_libdir}/lib*.a
This page took 0.047445 seconds and 4 git commands to generate.