]> git.pld-linux.org Git - packages/expat.git/blobdiff - expat.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/expat.git] / expat.spec
index 61b39b7505b19c64ce9e4af85bc1c3b6592d2bb9..4b0537b12b6064bf433f71b3ba425a858657669b 100644 (file)
@@ -1,62 +1,94 @@
 Summary:       XML 1.0 parser
+Summary(es):   expat XML library
 Summary(pl):   XML 1.0 parser
+Summary(pt_BR):        Biblioteca XML expat
 Name:          expat
-Version:       1.95.0
-Release:       1
+Version:       1.95.2
+Release:       3
 License:       Thai Open Source Software Center Ltd (distributable)
 Group:         Applications/Publishing/XML
-Group(pl):     Aplikacje/Publikowanie/XML
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/expat/%{name}-%{version}.tar.gz
+Patch0:                %{name}-ac_fix.patch
 URL:           http://expat.sourceforge.net/
-##Provides:    xmlmf
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     libexpat1_95
 
 %description
-Expat is an XML parser written in C. It aims to be fully
-conforming. It is currently not a validating XML parser.
+Expat is an XML parser written in C. It aims to be fully conforming.
+It is currently not a validating XML parser.
+
+%description -l es
+This is James Clark's expat XML parser library in C. It is a stream
+oriented parser that requires setting handlers to deal with the
+structure that the parser discovers in the document.
 
 %description -l pl
 Expat to parser XML napisany w jêzyku C.
 
+%description -l pt_BR
+Esta é a biblioteca, em C, XML expat, de James Clark. É um analisador
+orientado a fluxo de informações que pede o uso de handlers para lidar
+com a estrutura que o analisador encontrar no documento.
+
 %package devel
 Summary:       Expat header files
+Summary(es):   Archivos de inclusión del expat
 Summary(pl):   Pliki nag³ówkowe do biblioteki expat
+Summary(pt_BR):        Arquivos de inclusão do expat
 Group:         Development/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
+Obsoletes:     libexpat1_95-devel
 
 %description devel
 Expat header files.
 
-%description -l pl devel
+%description devel -l es
+Archivos de inclusión del expat
+
+%description devel -l pl
 Pliki nag³ówkowe do biblioteki expat.
 
+%description devel -l pt_BR
+Arquivos de inclusão do expat
+
 %package static
 Summary:       Expat static library
-Summary(pl):   Bioblioteka statyczna expat
+Summary(es):   Expat static libs
+Summary(pl):   Biblioteka statyczna expat
+Summary(pt_BR):        Bibliotecas estáticas para desenvolvimento com a biblioteca expat
 Group:         Development/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
 
 %description static
 Expat static library.
 
-%description -l pl static
+%description static -l es
+Expat static libs
+
+%description static -l pl
 Bioblioteka statyczna expat.
 
+%description static -l pt_BR
+Bibliotecas estáticas para desenvolvimento com a biblioteca expat
+
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+libtoolize --copy --force
+aclocal
+autoconf
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf Changes COPYING README
 
This page took 0.045956 seconds and 4 git commands to generate.