Autobuild autoformatter for 77396

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=23
This commit is contained in:
Sascha Peilicke 2011-07-29 08:35:20 +00:00 committed by Git OBS Bridge
parent d3c7d3e53e
commit eb07ac06a8
2 changed files with 11 additions and 6 deletions

View File

@ -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 # 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
@ -25,7 +25,7 @@ BuildRequires: libgpg-error-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
Summary: Python Bindings for libxslt Summary: Python Bindings for libxslt
Version: 1.1.26 Version: 1.1.26
Release: 1 Release: 2
License: MIT License (or similar) License: MIT License (or similar)
Group: Development/Libraries/Python Group: Development/Libraries/Python
Source: libxslt-%{version}.tar.bz2 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 rm -fr $RPM_BUILD_ROOT%{_datadir}/doc
# #223696 # #223696
find %{buildroot} -type f -name "*.la" -print -delete find %{buildroot} -type f -name "*.la" -print -delete
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT

View File

@ -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 # 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
@ -16,9 +16,10 @@
# #
Name: libxslt Name: libxslt
Version: 1.1.26 Version: 1.1.26
Release: 1 Release: 5
License: MIT License (or similar) License: MIT License (or similar)
Summary: XSL Transformation Library Summary: XSL Transformation Library
Group: System/Libraries Group: System/Libraries
@ -56,6 +57,7 @@ The package comes with xsltproc, a command line interface to the XSLT
engine. engine.
%package -n %{name}1 %package -n %{name}1
Summary: XSL Transformation Library Summary: XSL Transformation Library
Provides: libxslt = %{version} Provides: libxslt = %{version}
Obsoletes: %{name} < %{version} Obsoletes: %{name} < %{version}
@ -97,6 +99,7 @@ to develop applications that require these.
%setup -q %setup -q
%patch0 %patch0
%patch1 %patch1
%build %build
autoreconf --force --install autoreconf --force --install
%configure --disable-static --with-pic --without-python %configure --disable-static --with-pic --without-python
@ -113,6 +116,7 @@ rm -fr %{buildroot}%{_datadir}/doc
install -ma=r '-t%{buildroot}%{_mandir}/man1' '%{SOURCE3}' 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 %clean
rm -rf %{buildroot} rm -rf %{buildroot}