]> git.pld-linux.org Git - packages/glib.git/blob - glib.spec
- adding es/fr/pt_BR/ru/uk (and eventually de) Group translations
[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 Group(pt_BR):   Desenvolvimento/Bibliotecas
72 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
73 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
74 Requires:       %{name} = %{version}
75 Requires:       autoconf >= 2.13
76 Requires:       automake >= 1.4
77 Requires:       libtool  >= 1.3.2 
78 Obsoletes:      libglib1.2-devel
79
80 %description devel
81 Header files for the support library for the GIMP's X libraries, which
82 are available as public libraries. GLIB includes generally useful data
83 structures.
84
85 %description -l pl devel
86 Pliki nag³ówkowe i dokumentacja do glib przydatna przy pisaniu
87 programów wykorzystuj±cych tê bibliotekê.
88
89 %package static
90 Summary:        Static glib libraries
91 Summary(pl):    Biblioteki statyczne do glib
92 Group:          Development/Libraries
93 Group(de):      Entwicklung/Libraries
94 Group(es):      Desarrollo/Bibliotecas
95 Group(fr):      Development/Librairies
96 Group(pl):      Programowanie/Biblioteki
97 Group(pt_BR):   Desenvolvimento/Bibliotecas
98 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
99 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
100 Requires:       %{name}-devel = %{version}
101
102 %description static
103 Static glib libraries.
104
105 %description -l pl static
106 Biblioteki statyczne do glib.
107
108 %prep
109 %setup -q -a1
110 %patch0 -p1
111
112 %build
113 %configure2_13 \
114         --enable-threads
115 %{__make}
116
117 %install
118 rm -rf $RPM_BUILD_ROOT
119 %{__make} install \
120         DESTDIR=$RPM_BUILD_ROOT \
121         m4datadir=%{_aclocaldir} \
122         pkgconfigdir=%{_pkgconfigdir}
123
124 gzip -9nf AUTHORS ChangeLog NEWS README
125
126 %post   -p /sbin/ldconfig
127 %postun -p /sbin/ldconfig
128
129 %post devel
130 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
131
132 %postun devel
133 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
134
135 %clean
136 rm -rf $RPM_BUILD_ROOT
137
138 %files
139 %defattr(644,root,root,755)
140 %attr(755,root,root) %{_libdir}/libg*.so.*.*
141
142 %files devel
143 %defattr(644,root,root,755)
144 %doc *.gz glib/*.html
145 %attr(755,root,root) %{_libdir}/lib*.so
146 %attr(755,root,root) %{_libdir}/lib*.la
147 %{_pkgconfigdir}/*
148 %{_libdir}/glib
149 %{_includedir}/*
150 %{_aclocaldir}/*
151
152 %{_infodir}/glib.info*
153
154 %attr(755,root,root) %{_bindir}/*
155 %{_mandir}/man1/glib-config.1.*
156
157 %files static
158 %defattr(644,root,root,755)
159 %{_libdir}/lib*.a
This page took 0.049027 seconds and 4 git commands to generate.