Accepting request 98743 from devel:libraries:c_c++
Tutorial contains GPL-2.0+ code. Either split this off into a subpackage or add GPL-2.0+ as an aggregation to the main licence tag (forwarded request 98717 from babelworx) OBS-URL: https://build.opensuse.org/request/show/98743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=34
This commit is contained in:
commit
769b73354b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 21 15:49:42 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 2 15:09:50 UTC 2011 - idonmez@novell.com
|
Tue Aug 2 15:09:50 UTC 2011 - idonmez@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxslt-python
|
# spec file for package libxslt-python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,19 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: libxslt-python
|
Name: libxslt-python
|
||||||
BuildRequires: libxml2-python python-devel
|
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: libxml2-python
|
||||||
|
BuildRequires: python-devel
|
||||||
Summary: Python Bindings for libxslt
|
Summary: Python Bindings for libxslt
|
||||||
Version: 1.1.26
|
License: MIT
|
||||||
Release: 6
|
|
||||||
License: MIT License (or similar)
|
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
Version: 1.1.26
|
||||||
|
Release: 0
|
||||||
Source: libxslt-%{version}.tar.bz2
|
Source: libxslt-%{version}.tar.bz2
|
||||||
# Uncomment to save space:
|
# Uncomment to save space:
|
||||||
#NoSource: 0
|
#NoSource: 0
|
||||||
@ -74,9 +72,6 @@ rm -rf %{buildroot}/%{_bindir}/* %{buildroot}/%{_libdir}/lib** %{buildroot}/%{_i
|
|||||||
rm -rf %{buildroot}/%{_mandir}/* %{buildroot}/%{_libdir}/pkgconfig/*
|
rm -rf %{buildroot}/%{_mandir}/* %{buildroot}/%{_libdir}/pkgconfig/*
|
||||||
rm -rf %{buildroot}/%{_libdir}/xsltConf.sh %{buildroot}/%{_datadir}/aclocal/libxslt.m4
|
rm -rf %{buildroot}/%{_libdir}/xsltConf.sh %{buildroot}/%{_datadir}/aclocal/libxslt.m4
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{py_sitedir}/*
|
%{py_sitedir}/*
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 10:17:35 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
- Tutorial contains GPL-2.0+ code. Either split this off into a subpackage or
|
||||||
|
add GPL-2.0+ as an aggregation to the main licence tag
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 3 17:29:03 UTC 2011 - agraf@suse.com
|
||||||
|
|
||||||
|
- don't run make check in QEMU builds - breaks due to massive threading
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 21 15:49:37 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 20 06:25:40 UTC 2011 - coolo@suse.com
|
Sun Nov 20 06:25:40 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
19
libxslt.spec
19
libxslt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxslt
|
# spec file for package libxslt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,18 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libxslt
|
Name: libxslt
|
||||||
Version: 1.1.26
|
Version: 1.1.26
|
||||||
Release: 13
|
Release: 0
|
||||||
License: MIT License (or similar)
|
|
||||||
Summary: XSL Transformation Library
|
Summary: XSL Transformation Library
|
||||||
|
License: MIT and GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libtool pkg-config
|
BuildRequires: libtool
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libxslt-64bit
|
Obsoletes: libxslt-64bit
|
||||||
@ -59,6 +58,7 @@ engine.
|
|||||||
%package -n libxslt1
|
%package -n libxslt1
|
||||||
|
|
||||||
Summary: XSL Transformation Library
|
Summary: XSL Transformation Library
|
||||||
|
License: MIT and GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: libxslt = %{version}
|
Provides: libxslt = %{version}
|
||||||
Obsoletes: libxslt <= %{version}
|
Obsoletes: libxslt <= %{version}
|
||||||
@ -81,8 +81,8 @@ The package comes with xsltproc, a command line interface to the XSLT
|
|||||||
engine.
|
engine.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -109,7 +109,9 @@ autoreconf --force --install
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if ! 0%{?qemu_user_space_build}
|
||||||
make check
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -123,9 +125,6 @@ install -ma=r '-t%{buildroot}%{_mandir}/man1' '%{SOURCE3}'
|
|||||||
#kill all "la" files
|
#kill all "la" files
|
||||||
find %{buildroot} -type f -name "*.la" -print -delete
|
find %{buildroot} -type f -name "*.la" -print -delete
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -n %{name}1 -p /sbin/ldconfig
|
%post -n %{name}1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{name}1 -p /sbin/ldconfig
|
%postun -n %{name}1 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user