]> git.pld-linux.org Git - packages/expat.git/blob - expat.spec
- updated to 1.95.3 (many bug fixes)
[packages/expat.git] / expat.spec
1 Summary:        XML 1.0 parser
2 Summary(pl):    Parser XML 1.0
3 Summary(pt_BR): Biblioteca XML expat
4 Name:           expat
5 Version:        1.95.3
6 Release:        1
7 License:        Thai Open Source Software Center Ltd (distributable)
8 Group:          Applications/Publishing/XML
9 Source0:        ftp://download.sourceforge.net/pub/sourceforge/expat/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-DESTDIR.patch
11 URL:            http://expat.sourceforge.net/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 Obsoletes:      libexpat1_95
14
15 %description
16 Expat is an XML parser written in C. It aims to be fully conforming.
17 It is currently not a validating XML parser.
18
19 %description -l pl
20 Expat to parser XML napisany w jêzyku C.
21
22 %description -l pt_BR
23 Esta é a biblioteca, em C, XML expat, de James Clark. É um analisador
24 orientado a fluxo de informações que pede o uso de handlers para lidar
25 com a estrutura que o analisador encontrar no documento.
26
27 %package devel
28 Summary:        Expat header files
29 Summary(es):    Archivos de inclusión del expat
30 Summary(pl):    Pliki nag³ówkowe do biblioteki expat
31 Summary(pt_BR): Arquivos de inclusão do expat
32 Group:          Development/Libraries
33 Requires:       %{name} = %{version}
34 Obsoletes:      libexpat1_95-devel
35
36 %description devel
37 Expat header files.
38
39 %description devel -l es
40 Archivos de inclusión del expat.
41
42 %description devel -l pl
43 Pliki nag³ówkowe do biblioteki expat.
44
45 %description devel -l pt_BR
46 Arquivos de inclusão do expat.
47
48 %package static
49 Summary:        Expat static library
50 Summary(pl):    Biblioteka statyczna expat
51 Summary(pt_BR): Bibliotecas estáticas para desenvolvimento com a biblioteca expat
52 Group:          Development/Libraries
53 Requires:       %{name} = %{version}
54
55 %description static
56 Expat static library.
57
58 %description static -l pl
59 Biblioteka statyczna expat.
60
61 %description static -l pt_BR
62 Bibliotecas estáticas para desenvolvimento com a biblioteca expat.
63
64 %prep
65 %setup -q
66 %patch0 -p1
67
68 %build
69 %configure
70
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install DESTDIR=$RPM_BUILD_ROOT
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post   -p /sbin/ldconfig
82 %postun -p /sbin/ldconfig
83
84 %files
85 %defattr(644,root,root,755)
86 %attr(755,root,root) %{_libdir}/lib*.so.*.*
87 %attr(755,root,root) %{_bindir}/*
88 %{_mandir}/man1/*
89
90 %files devel
91 %defattr(644,root,root,755)
92 %doc Changes COPYING README doc/{reference.html,style.css}
93 %attr(755,root,root) %{_libdir}/lib*.so
94 %attr(755,root,root) %{_libdir}/lib*.la
95 %{_includedir}/*
96
97 %files static
98 %defattr(644,root,root,755)
99 %{_libdir}/lib*.a
This page took 0.082232 seconds and 3 git commands to generate.