forked from pool/libedit
Updating link to change in openSUSE:Factory/libedit revision 11.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libedit?expand=0&rev=ac3472f893903378ce75d51ad3a63256
This commit is contained in:
parent
3baddaf396
commit
af0421feef
@ -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}"}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user