]> git.pld-linux.org Git - packages/libxml.git/commitdiff
- back to 1.8.11 (revision 1.48)
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 16 Mar 2001 13:47:51 +0000 (13:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
interested parties know what's going on

Changed files:
    libxml.spec -> 1.50

libxml.spec

index 80e21dada7830801f4d07a8e255e9028ef5e9d02..1ee552e6bf5970f3e29d04133aa59aa78283f2c6 100644 (file)
@@ -1,27 +1,19 @@
 Summary:       libXML library
-Summary(pl):   Biblioteka libxml2
+Summary(pl):   Biblioteka libxml
 Name:          libxml
-Version:       2.3.0
+Version:       1.8.11
 Release:       1
 License:       LGPL
 Group:         Libraries
 Group(de):     Libraries
 Group(fr):     Librairies
 Group(pl):     Biblioteki
-Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/%{name}2-%{version}.tar.gz
-Patch0:                %{name}-remake.patch
+Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/%{name}-%{version}.tar.gz
 URL:           http://xmlsoft.org/
-Requires:      iconv
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: iconv
 BuildRequires: zlib-devel
-BuildRequires: ncurses-devel
-BuildRequires: readline-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 
 %description
 This library allows you to manipulate XML files.
@@ -61,51 +53,37 @@ Static libxml libraries.
 Biblioteka statyczna libxml.
 
 %prep
-%setup -q -n %{name}2-%{version} 
-%patch -p1
+%setup -q
 
 %build
-libtoolize --copy --force
-aclocal
-autoconf
-automake -a -c
 %configure 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_aclocaldir}
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       m4datadir=%{_aclocaldir}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf AUTHORS ChangeLog NEWS README TODO
 
 %clean
-#rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/xmllint
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_mandir}/man1/xmllint.1*
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz doc/{*.{gif,html},html/*}
+%doc {AUTHORS,ChangeLog,NEWS,README,TODO}.gz doc/{*.{gif,html},html/*}
 %attr(755,root,root) %{_bindir}/xml-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/*.sh
-%{_libdir}/pkgconfig/*
-%{_aclocaldir}/*.m4
-%{_includedir}/libxml
-%{_mandir}/man1/xml-config.1*
-%{_mandir}/man4/libxml.4*
+%{_includedir}/gnome-xml
 
 %files static
 %defattr(644,root,root,755)
This page took 0.065419 seconds and 4 git commands to generate.