]> git.pld-linux.org Git - packages/libghttp.git/blob - libghttp.spec
42150964a90453275a701b319978c86087c093e6
[packages/libghttp.git] / libghttp.spec
1 Summary:        GNOME http client library
2 Summary(es):    Biblioteca cliente http del GNOME
3 Summary(ko):    GNOME http Å¬¶óÀ̾ðÆ® ¶óÀ̺귯¸®
4 Summary(pl):    Biblioteka funkcji klienta http
5 Summary(pt_BR): Biblioteca cliente para http do GNOME
6 Summary(ru):    âÉÂÌÉÏÔÅËÁ http-ËÌÉÅÎÔÁ ÄÌÑ GNOME
7 Summary(uk):    â¦Â̦ÏÔÅËÁ http-Ë̦¤ÎÔÁ ÄÌÑ GNOME
8 Name:           libghttp
9 Version:        1.0.9
10 Release:        8
11 Epoch:          1
12 License:        LGPL
13 Group:          Libraries
14 Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/libghttp/1.0/%{name}-%{version}.tar.gz
15 # Source0-md5: 0690e7456f9a15c635f240f3d6d5dab2
16 Patch0:         %{name}-ac.patch
17 Patch1:         %{name}-fixlocale.patch
18 URL:            http://www.gnome.org/
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRequires:  libtool
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Library for making HTTP 1.1 requests.
26
27 %description -l es
28 Biblioteca cliente http 1.1 del GNOME.
29
30 %description -l pl
31 Biblioteka funkcji umo¿liwiaj±cych realizacjê zapytañ HTTP 1.1.
32
33 %description -l pt_BR
34 Biblioteca cliente para http 1.1 do GNOME.
35
36 %description -l ru
37 âÉÂÌÉÏÔÅËÁ ÄÌÑ ÉÓÐÏÌÎÅÎÉÑ HTTP 1.1 ÚÁÐÒÏÓÏ×.
38
39 %description -l uk
40 â¦Â̦ÏÔÅËÁ ÄÌÑ ×ÉËÏÎÁÎÎÑ HTTP 1.1 ÚÁÐÉÔ¦×.
41
42 %package devel
43 Summary:        GNOME http client development
44 Summary(es):    Biblioteca cliente http 1.1 del GNOME - desarrollo
45 Summary(ko):    GNOME http Å¬¶óÀ̾ðÆ® °³¹ß¿¡ ÇÊ¿äÇÑ ¶óÀ̺귯¸®¿Í Çì´õ ÆÄÀÏ
46 Summary(pl):    Biblioteki i pliki nag³ówkowe libghttp
47 Summary(pt_BR): Componentes para desenvolvimento com o cliente http do GNOME.
48 Summary(ru):    òÁÚÒÁÂÏÔËÁ http-ËÌÉÅÎÔÏ× ÐÏÄ GNOME
49 Summary(uk):    òÏÚÒÏÂËÁ http-Ë̦¤ÎԦנЦĠGNOME
50 Group:          Development/Libraries
51 Requires:       %{name} = %{epoch}:%{version}
52
53 %description devel
54 Libraries and includes files you can use for libghttp development.
55
56 %description devel -l es
57 Biblioteca cliente http 1.1 del GNOME - desarrollo.
58
59 %description devel -l pl
60 Biblioteki i pliki nag³ówkowe potrzebne do programowania z
61 wykorzystaniem libghttp.
62
63 %description devel -l pt_BR
64 Componentes para desenvolvimento com o cliente http do GNOME.
65
66 %description devel -l ru
67 èÅÄÅÒÙ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ libghttp.
68
69 %description devel -l uk
70 èÅÄÅÒÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ libghttp.
71
72 %package static
73 Summary:        GNOME http client static library
74 Summary(pl):    Statyczna biblioteka libghttp
75 Summary(pt_BR): Bibliotecas estáticas para desenvolvimento com libghttp
76 Summary(ru):    òÁÚÒÁÂÏÔËÁ http-ËÌÉÅÎÔÏ× ÐÏÄ GNOME - ÓÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ
77 Summary(uk):    òÏÚÒÏÂËÁ http-Ë̦¤ÎԦנЦĠGNOME - ÓÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ
78 Group:          X11/Development/Libraries
79 Requires:       %{name}-devel = %{epoch}:%{version}
80
81 %description static
82 GNOME http client static library.
83
84 %description static -l pl
85 Wersja statyczna biblioteki libghttp.
86
87 %description static -l pt_BR
88 Bibliotecas estáticas para desenvolvimento com libghttp.
89
90 %description static -l ru
91 óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ
92 libghttp.
93
94 %description static -l uk
95 óÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ libghttp.
96
97 %prep
98 %setup -q
99 %patch0 -p1
100 %patch1 -p1
101
102 %build
103 %{__libtoolize}
104 %{__aclocal}
105 %{__autoconf}
106 %configure
107 %{__make}
108
109 %install
110 rm -rf $RPM_BUILD_ROOT
111 install -d $RPM_BUILD_ROOT%{_includedir}/ghttp-1.0
112
113 %{__make} install DESTDIR=$RPM_BUILD_ROOT
114
115 install http_*.h $RPM_BUILD_ROOT%{_includedir}/ghttp-1.0
116
117 %clean
118 rm -rf $RPM_BUILD_ROOT
119
120 %post   -p /sbin/ldconfig
121 %postun -p /sbin/ldconfig
122
123 %files
124 %defattr(644,root,root,755)
125 %doc AUTHORS ChangeLog NEWS README
126 %attr(755,root,root) %{_libdir}/lib*.so.*.*
127
128 %files devel
129 %defattr(644,root,root,755)
130 %attr(755,root,root) %{_libdir}/*.sh
131 %attr(755,root,root) %{_libdir}/lib*.so
132 %{_libdir}/lib*.la
133 %{_includedir}/*
134
135 %files static
136 %defattr(644,root,root,755)
137 %{_libdir}/lib*.a
This page took 0.034775 seconds and 3 git commands to generate.