]> git.pld-linux.org Git - packages/w3c-libwww.git/blob - w3c-libwww.spec
- updated to 5.3.2, updated %%files, use configure2_13 - builds now
[packages/w3c-libwww.git] / w3c-libwww.spec
1 Summary:        HTTP library of common code
2 Summary(pl):    Biblioteka wspólnego kodu HTTP
3 Name:           w3c-libwww
4 Version:        5.3.2
5 Release:        1
6 License:        W3C (see: http://www.w3.org/Consortium/Legal/copyright-software.html)
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Group(pt_BR):   Bibliotecas
13 Group(ru):      âÉÂÌÉÏÔÅËÉ
14 Group(uk):      â¦Â̦ÏÔÅËÉ
15 Source0:        http://www.w3.org/Library/Distribution/%{name}-%{version}.tar.gz
16 URL:            http://www.w3.org/Library/
17 Icon:           Lib48x.gif
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Libwww is a general-purpose Web API written in C for Unix and Windows
22 (Win32). With a highly extensible and layered API, it can accommodate
23 many different types of applications including clients, robots, etc.
24 The purpose of libwww is to provide a highly optimized HTTP sample
25 implementation as well as other Internet protocols and to serve as a
26 testbed for protocol experiments.
27
28 %description -l pl
29 Libwww jest bibliotek± WWW ogólnego przeznaczenia napisan± w C dla
30 Uniksów oraz Windows. Z wysoko rozszerzalnym i warstwowym API, mo¿e
31 mieæ zastosowanie w wielu rodzajach aplikacji, w tym klientach,
32 robotach itp. Celem libwww jest dostarczenie dobrze zoptymalizowanej,
33 przyk³adowej implementacji HTTP, a tak¿e innych protoko³ów
34 internetowych, oraz ¶rodowiska testowego do eksperymentów z
35 protoko³ami.
36
37 %package devel
38 Summary:        Header files for programs that use libwww
39 Summary(pl):    Pliki nag³ówkowe dla programów u¿ywaj±cych libwww
40 Group:          Development/Libraries
41 Group(de):      Entwicklung/Libraries
42 Group(es):      Desarrollo/Bibliotecas
43 Group(fr):      Development/Librairies
44 Group(pl):      Programowanie/Biblioteki
45 Group(pt_BR):   Desenvolvimento/Bibliotecas
46 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
47 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
48 Requires:       %{name} = %{version}
49
50 %description devel
51 Header files for libwww, which are available as public libraries.
52
53 %description devel -l pl
54 Pliki nag³ówkowe dla libwww.
55
56 %package static
57 Summary:        Static libwww libraries
58 Summary(pl):    Statyczne biblioteki libwww
59 Group:          Development/Libraries
60 Group(de):      Entwicklung/Libraries
61 Group(es):      Desarrollo/Bibliotecas
62 Group(fr):      Development/Librairies
63 Group(pl):      Programowanie/Biblioteki
64 Group(pt_BR):   Desenvolvimento/Bibliotecas
65 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
66 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
67 Requires:       %{name}-devel = %{version}
68
69 %description static
70 Static libwww libraries.
71
72 %description static -l pl
73 Statyczne biblioteki libwww.
74
75 %package apps
76 Summary:        Applications built using Libwww web library: e.g. Robot, command line tool, etc
77 Summary(pl):    Aplikacje u¿ywaj±ce Libwww: Robot, narzêdzie command-line itp.
78 Group:          Applications/Networking
79 Group(de):      Applikationen/Netzwerkwesen
80 Group(pl):      Aplikacje/Sieciowe
81 Requires:       %{name} = %{version}
82 Icon:           robot48x.gif
83
84 %description apps
85 Web applications built using Libwww: Robot, Command line tool, line
86 mode browser. The Robot can crawl web sites faster, and with lower
87 load, than any other web walker that we know of, due to its extensive
88 pipelining and use of HTTP/1.1. The command line tool (w3c) is very
89 useful for manipulation of Web sites that implement more than just
90 HTTP GET (e.g. PUT, POST, etc.). The line mode browser is a minimal
91 line mode web browser; often useful to convert to ascii text.
92 Currently unavailable until someone updates it to some new interfaces.
93 (hint, hint...)
94
95 %description apps -l pl
96 Aplikacje sieciowe zbudowane przy u¿yciu libwww: Robot, narzêdzie
97 comman-line, liniowa przegl±darka. Robot mo¿e przechodziæ po stronach
98 szybciej i z mniejszym obci±¿eniem ni¿ inne znane roboty, dziêki
99 wykorzystywaniu pipeliningu i HTTP/1.1. Narzêdzie command-line (w3c)
100 jest u¿yteczne do manipulowania serwisami WWW, które maj±
101 zaimplementowane co¶ wiêcej ni¿ HTTP GET (np. PUT, POST...).
102 Przegl±darka liniowa jest u¿yteczna g³ównie do konwersji do zwyk³ego
103 tekstu. Aktualnie niedostêpna dopóki kto¶ nie przystosuje jej do
104 nowego interfejsu (hint, hint...).
105
106 %prep
107 %setup -q
108
109 %build
110 %configure2_13 \
111         --enable-shared \
112         --with-gnu-ld \
113         --with-regex \
114         --with-zlib
115 %{__make}
116
117 %install
118 rm -rf $RPM_BUILD_ROOT
119
120 %{__make} install DESTDIR=$RPM_BUILD_ROOT
121
122 %clean
123 rm -rf $RPM_BUILD_ROOT
124
125 %post   -p /sbin/ldconfig
126 %postun -p /sbin/ldconfig
127
128 %files
129 %defattr(644,root,root,755)
130 %doc *.html */*.html */*/*.html Icons/*/*.gif
131 %attr(755,root,root) %{_libdir}/libwww*.so.*.*
132 %attr(755,root,root) %{_libdir}/libxml*.so.*.*
133 %attr(755,root,root) %{_libdir}/libmd5.so.*.*
134 %attr(755,root,root) %{_libdir}/libpics.so.*.*
135 %{_datadir}/w3c-libwww
136
137 %files apps
138 %defattr(644,root,root,755)
139 %attr(755,root,root) %{_bindir}/webbot
140 %attr(755,root,root) %{_bindir}/w3c
141 %attr(755,root,root) %{_bindir}/www
142
143 %files devel
144 %defattr(644,root,root,755)
145 %attr(755,root,root) %{_bindir}/libwww-config
146 %attr(755,root,root) %{_libdir}/libwww*.so
147 %attr(755,root,root) %{_libdir}/libxml*.so
148 %attr(755,root,root) %{_libdir}/libmd5.so
149 %attr(755,root,root) %{_libdir}/libpics.so
150 %attr(755,root,root) %{_libdir}/libwww*.la
151 %attr(755,root,root) %{_libdir}/libxml*.la
152 %attr(755,root,root) %{_libdir}/libmd5.la
153 %attr(755,root,root) %{_libdir}/libpics.la
154
155 %{_includedir}/wwwconf.h
156 %{_includedir}/w3c-libwww
157
158 %files static
159 %defattr(644,root,root,755)
160 %{_libdir}/libwww*.a
161 %{_libdir}/libxml*.a
162 %{_libdir}/libmd5.a
163 %{_libdir}/libpics.a
This page took 0.079567 seconds and 4 git commands to generate.