]> git.pld-linux.org Git - packages/libxml.git/blob - libxml.spec
- release 2: added using rpm new automation.
[packages/libxml.git] / libxml.spec
1 Summary:        libXML library
2 Summary(pl):    Biblioteka libxml
3 Name:           libxml
4 Version:        1.8.10
5 Release:        2
6 License:        LGPL
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(fr):      Librairies
10 Group(pl):      Biblioteki
11 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/%{name}-%{version}.tar.gz
12 URL:            http://xmlsoft.org/
13 BuildRequires:  zlib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 This library allows you to manipulate XML files.
20
21 %description -l pl
22 Biblioteka libxml umo¿liwia manipulowaie zawarto¶ci± plików XML.
23
24 %package devel
25 Summary:        Header files etc to develop libxml applications
26 Summary(pl):    Pliki nag³ówkowe i inne do libxml
27 Group:          Development/Libraries
28 Group(de):      Entwicklung/Libraries
29 Group(fr):      Development/Librairies
30 Group(pl):      Programowanie/Biblioteki
31 Requires:       %{name} = %{version}
32
33 %description devel
34 Header files etc you can use to develop libxml applications.
35
36 %description -l pl devel
37 Pakiet ten zaziewra pliki nag³ówkowe i inne do libxml niezbêdne przy
38 tworzeniu aplikacji opartych o t± bibliotekê.
39
40 %package static
41 Summary:        Static libxml libraries
42 Summary(pl):    Biblioteka statyczna libxml
43 Group:          Development/Libraries
44 Group(de):      Entwicklung/Libraries
45 Group(fr):      Development/Librairies
46 Group(pl):      Programowanie/Biblioteki
47 Requires:       %{name}-devel = %{version}
48
49 %description static
50 Static libxml libraries.
51
52 %description -l pl static
53 Biblioteka statyczna libxml.
54
55 %prep
56 %setup -q
57
58 %build
59 %configure 
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install DESTDIR=$RPM_BUILD_ROOT
66
67 gzip -9nf AUTHORS ChangeLog NEWS README TODO
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post   -p /sbin/ldconfig
73 %postun -p /sbin/ldconfig
74
75 %files
76 %defattr(644,root,root,755)
77 %attr(755,root,root) %{_libdir}/lib*.so.*.*
78
79 %files devel
80 %defattr(644,root,root,755)
81 %doc {AUTHORS,ChangeLog,NEWS,README,TODO}.gz doc/{*.{gif,html},html/*}
82 %attr(755,root,root) %{_bindir}/xml-config
83 %attr(755,root,root) %{_libdir}/lib*.so
84 %attr(755,root,root) %{_libdir}/lib*.la
85 %attr(755,root,root) %{_libdir}/*.sh
86 %{_includedir}/gnome-xml
87
88 %files static
89 %defattr(644,root,root,755)
90 %{_libdir}/lib*.a
This page took 0.083831 seconds and 4 git commands to generate.