]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
- added TODO: fix build without libxml2-devel
authorsparky <sparky@pld-linux.org>
Sun, 16 May 2010 01:14:02 +0000 (01:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropped second BR: zlib-devel

Changed files:
    libxml2.spec -> 1.180

libxml2.spec

index 95e2f503c54125ff1b48abbcbbe9e0e2ebe007eb..8965ff843476a2849c198e53177d550f38173c11 100644 (file)
@@ -1,3 +1,5 @@
+# TODO:
+# - fix build without libxml2-devel (python library uses old headers)
 #
 # Conditional build:
 %bcond_without apidocs         # do not build and package API docs
@@ -34,8 +36,8 @@ BuildRequires:        rpmbuild(macros) >= 1.219
 # history support in xmllint is disabled by default
 #BuildRequires:        ncurses-devel
 #BuildRequires:        readline-devel >= 4.2
-Obsoletes:     xml-common
 Requires:      zlib >= 1.2.3.3
+Obsoletes:     xml-common
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -58,7 +60,6 @@ Summary(pt_BR.UTF-8): Bibliotecas e arquivos de inclusão para desenvolvimento d
 Group:         Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      zlib-devel
-%{?with_zlib:BuildRequires:    zlib-devel}
 
 %description devel
 Header files etc you can use to develop libxml2 applications.
This page took 0.425139 seconds and 4 git commands to generate.