]> git.pld-linux.org Git - packages/libxslt.git/commitdiff
- fixed install and build requirements
authorwrobell <wrobell@pld-linux.org>
Sat, 9 Feb 2002 15:16:34 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxslt.spec -> 1.34

libxslt.spec

index ce23e0d57482a529b57b9eef0abf4f1bdfb7fc95..3447ffa14d184e800e32d56842eab2491fa57be5 100644 (file)
@@ -1,6 +1,8 @@
 
 %include       /usr/lib/rpm/macros.python
 
+%define lver 2.4.14
+
 Summary:       XSLT processor
 Summary(pl):   Procesor XSLT
 Summary(pt_BR):        Biblioteca que disponibiliza o sistema XSLT do Gnome
@@ -21,12 +23,11 @@ Group(ru):  
 Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       ftp://xmlsoft.org/%{name}-%{version}.tar.gz
 URL:           http://xmlsoft.org/XSLT/
-Requires:      libxml2 >= 2.4.14
-Requires:      python-libxml2 >= 2.4.14
+Requires:      libxml2 >= %{lver}
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libxml2-devel >= 2.4.14
-BuildRequires: python-libxml2 >= 2.4.14
+BuildRequires: libxml2-devel >= %{lver}
+BuildRequires: python-libxml2 >= %{lver}
 BuildRequires: libtool
 BuildRequires: python-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -121,6 +122,7 @@ Group(ja):  
 Group(pl):     Programowanie/Jêzyki/Python
 Group(pt):     Desenvolvimento/Linguagens/Python
 Group(ru):     òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/Python
+Requires:      python-libxml2 = %{lver}
 %requires_eq   python
 
 %description -n python-%{name}
This page took 0.064911 seconds and 4 git commands to generate.