]> git.pld-linux.org Git - packages/libghttp.git/blob - libghttp.spec
- updated to 1.0.8,
[packages/libghttp.git] / libghttp.spec
1 Summary:        GNOME http client library
2 Summary(pl):    Biblioteka funkcji klienta http
3 Name:           libghttp
4 Version:        1.0.8
5 Release:        1
6 Epoch:          1
7 License:        LGPL
8 Group:          Libraries
9 Group(de):      Libraries
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/libghttp/%{name}-%{version}.tar.gz
13 URL:            http://www.gnome.org/
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Library for making HTTP 1.1 requests.
18
19 %description -l pl
20 Biblioteka funkcji umo¿liwiaj±cych realizacjê protoko³u HTTP 1.1.
21
22 %package devel
23 Summary:        GNOME http client development
24 Summary(pl):    Biblioteki i pliki nag³ówkowe libghttp
25 Group:          Development/Libraries
26 Group(de):      Entwicklung/Libraries
27 Group(fr):      Development/Librairies
28 Group(pl):      Programowanie/Biblioteki
29 Requires:       %{name} = %{version}
30
31 %description devel
32 Libraries and includes files you can use for libghttp development.
33
34 %description -l pl devel
35 Biblioteki i pliki nag³ówkowe potrzebne do programowania z
36 wykorzystaniem libghttp.
37
38 %package static
39 Summary:        GNOME http client static library
40 Summary(pl):    Statyczna biblioteka libghttp
41 Group:          X11/Development/Libraries
42 Group(de):      X11/Entwicklung/Libraries
43 Group(pl):      X11/Programowanie/Biblioteki
44 Requires:       %{name}-devel = %{version}
45
46 %description static
47 GNOME http client static library.
48
49 %description -l pl static
50 Wersja statyczna biblioteki libghttp.
51
52 %prep
53 %setup -q
54
55 %build
56 %configure
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install DESTDIR=$RPM_BUILD_ROOT
63
64 gzip -9nf AUTHORS ChangeLog NEWS README
65
66 %post   -p /sbin/ldconfig
67 %postun -p /sbin/ldconfig
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %attr(755,root,root) %{_libdir}/lib*.so.*.*
75
76 %files devel
77 %defattr(644,root,root,755)
78 %doc {AUTHORS,ChangeLog,NEWS,README}.gz
79 %attr(755,root,root) %{_libdir}/*.sh
80 %attr(755,root,root) %{_libdir}/lib*.so
81 %attr(755,root,root) %{_libdir}/lib*.la
82 %{_includedir}/*
83
84 %files static
85 %defattr(644,root,root,755)
86 %{_libdir}/lib*.a
This page took 0.091511 seconds and 4 git commands to generate.