~ubuntu-branches/ubuntu/hardy/libxslt/hardy-security

« back to all changes in this revision

Viewing changes to libxslt.spec

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-19 14:47:49 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071119144749-fev916fklb1jpa8r
Tags: upstream-1.1.22
ImportĀ upstreamĀ versionĀ 1.1.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Summary: Library providing the GNOME XSLT engine
2
2
Name: libxslt
3
 
Version: 1.1.21
 
3
Version: 1.1.22
4
4
Release: 1
5
5
License: MIT
6
6
Group: Development/Libraries
24
24
%package devel
25
25
Summary: Libraries, includes, etc. to embed the GNOME XSLT engine
26
26
Group: Development/Libraries
27
 
Requires: libxslt = %{version}
28
 
Requires: libxml2-devel >= 2.5.6
 
27
Requires: libxslt = %{version}-%{release}
 
28
Requires: libxml2-devel >= 2.6.27
29
29
Requires: libgcrypt-devel
30
30
Requires: pkgconfig
31
31
 
38
38
%package python
39
39
Summary: Python bindings for the libxslt library
40
40
Group: Development/Libraries
41
 
Requires: libxslt = %{version}
 
41
Requires: libxslt = %{version}-%{release}
42
42
Requires: libxml2 >= 2.6.27
43
43
Requires: libxml2-python >= 2.6.27
44
 
Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
 
44
Requires: python
45
45
 
46
46
%description python
47
47
The libxslt-python package contains a module that permits applications
121
121
%doc python/tests/*.xsl
122
122
 
123
123
%changelog
124
 
* Tue Jun 12 2007 Daniel Veillard <veillard@redhat.com>
125
 
- upstream release 1.1.21 see http://xmlsoft.org/XSLT/news.html
 
124
* Thu Aug 23 2007 Daniel Veillard <veillard@redhat.com>
 
125
- upstream release 1.1.22 see http://xmlsoft.org/XSLT/news.html