]> git.pld-linux.org Git - packages/libghttp.git/blob - libghttp.spec
- removed all Group fields translations (oure rpm now can handle translating
[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.9
5 Release:        4
6 Epoch:          1
7 License:        LGPL
8 Group:          Libraries
9 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/libghttp/%{name}-%{version}.tar.gz
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
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ê zapytañ 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 Requires:       %{name} = %{version}
27
28 %description devel
29 Libraries and includes files you can use for libghttp development.
30
31 %description -l pl devel
32 Biblioteki i pliki nag³ówkowe potrzebne do programowania z
33 wykorzystaniem libghttp.
34
35 %package static
36 Summary:        GNOME http client static library
37 Summary(pl):    Statyczna biblioteka libghttp
38 Group:          X11/Development/Libraries
39 Requires:       %{name}-devel = %{version}
40
41 %description static
42 GNOME http client static library.
43
44 %description -l pl static
45 Wersja statyczna biblioteki libghttp.
46
47 %prep
48 %setup -q
49
50 %build
51 libtoolize --copy --force
52 aclocal
53 autoconf
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install DESTDIR=$RPM_BUILD_ROOT
61
62 gzip -9nf AUTHORS ChangeLog NEWS README
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post   -p /sbin/ldconfig
68 %postun -p /sbin/ldconfig
69
70 %files
71 %defattr(644,root,root,755)
72 %attr(755,root,root) %{_libdir}/lib*.so.*.*
73
74 %files devel
75 %defattr(644,root,root,755)
76 %doc *.gz
77 %attr(755,root,root) %{_libdir}/*.sh
78 %attr(755,root,root) %{_libdir}/lib*.so
79 %attr(755,root,root) %{_libdir}/lib*.la
80 %{_includedir}/*
81
82 %files static
83 %defattr(644,root,root,755)
84 %{_libdir}/lib*.a
This page took 0.075812 seconds and 4 git commands to generate.