Autobuild autoformatter for 77396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=23
This commit is contained in:
parent
d3c7d3e53e
commit
eb07ac06a8
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libxslt-python (Version 1.1.26)
|
||||
# spec file for package libxslt-python
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,7 @@ BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libxml2-devel
|
||||
Summary: Python Bindings for libxslt
|
||||
Version: 1.1.26
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT License (or similar)
|
||||
Group: Development/Libraries/Python
|
||||
Source: libxslt-%{version}.tar.bz2
|
||||
@ -68,6 +68,7 @@ make install PYTHON_SITE_PACKAGES=%{py_sitedir} pythondir=%{py_sitedir} DESTDIR=
|
||||
rm -fr $RPM_BUILD_ROOT%{_datadir}/doc
|
||||
# #223696
|
||||
find %{buildroot} -type f -name "*.la" -print -delete
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
10
libxslt.spec
10
libxslt.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libxslt (Version 1.1.26)
|
||||
# spec file for package libxslt
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,9 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libxslt
|
||||
Version: 1.1.26
|
||||
Release: 1
|
||||
Release: 5
|
||||
License: MIT License (or similar)
|
||||
Summary: XSL Transformation Library
|
||||
Group: System/Libraries
|
||||
@ -56,6 +57,7 @@ The package comes with xsltproc, a command line interface to the XSLT
|
||||
engine.
|
||||
|
||||
%package -n %{name}1
|
||||
|
||||
Summary: XSL Transformation Library
|
||||
Provides: libxslt = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
@ -97,6 +99,7 @@ to develop applications that require these.
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch1
|
||||
|
||||
%build
|
||||
autoreconf --force --install
|
||||
%configure --disable-static --with-pic --without-python
|
||||
@ -113,6 +116,7 @@ rm -fr %{buildroot}%{_datadir}/doc
|
||||
install -ma=r '-t%{buildroot}%{_mandir}/man1' '%{SOURCE3}'
|
||||
#kill all "la" files
|
||||
find %{buildroot} -type f -name "*.la" -print -delete
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user