SHA256
3
0
forked from pool/libedit

Autobuild autoformatter for 77512

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libedit?expand=0&rev=11
This commit is contained in:
Sascha Peilicke 2011-08-01 07:44:27 +00:00 committed by Git OBS Bridge
parent aa0fa710ef
commit cdea59fd02

View File

@ -1,7 +1,7 @@
# #
# spec file for package libedit (Version 3.0.snap20100424) # spec file for package libedit
# #
# 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
@ -20,7 +20,7 @@
Name: libedit Name: libedit
Version: 3.0.snap20100424 Version: 3.0.snap20100424
Release: 1 Release: 7
%define pkg_name libedit %define pkg_name libedit
%define pkg_version 20100424-3.0 %define pkg_version 20100424-3.0
# #
@ -56,6 +56,7 @@ Authors:
%package -n %{library_name} %package -n %{library_name}
License: BSD3c License: BSD3c
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Provides: %{pkg_name} = %{version}-%{release} Provides: %{pkg_name} = %{version}-%{release}
@ -102,6 +103,7 @@ Authors:
%{__cp} %{S:1} . %{__cp} %{S:1} .
%patch1 %patch1
%patch2 %patch2
%build %build
NOCONFIGURE=1 autoreconf -fiv NOCONFIGURE=1 autoreconf -fiv
%configure --disable-static --with-pic \ %configure --disable-static --with-pic \
@ -113,6 +115,7 @@ NOCONFIGURE=1 autoreconf -fiv
%install %install
%makeinstall %makeinstall
%__rm "%{buildroot}%{_libdir}"/*.la %__rm "%{buildroot}%{_libdir}"/*.la
%clean %clean
%{?buildroot:%__rm -rf "%{buildroot}"} %{?buildroot:%__rm -rf "%{buildroot}"}