Accepting request 65995 from home:coolo:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/65995 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=16
This commit is contained in:
parent
4cf964c400
commit
7d1ad11953
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 4 19:25:12 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
- add baselibs.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 11 08:10:34 UTC 2011 - dmacvicar@suse.de
|
Tue Jan 11 08:10:34 UTC 2011 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
31
augeas.spec
31
augeas.spec
@ -26,6 +26,7 @@ Group: System/Libraries
|
|||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPLv3+ ; LGPLv2.1+
|
||||||
Url: http://augeas.net/
|
Url: http://augeas.net/
|
||||||
Source0: http://augeas.net/download/augeas-%{version}.tar.bz2
|
Source0: http://augeas.net/download/augeas-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
Patch0: augeas-modprobe-lense.patch
|
Patch0: augeas-modprobe-lense.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: glib2-devel readline-devel
|
BuildRequires: glib2-devel readline-devel
|
||||||
@ -40,12 +41,6 @@ The transformation works very hard to preserve comments and formatting
|
|||||||
details. It is controlled by ``lens'' definitions that describe the
|
details. It is controlled by ``lens'' definitions that describe the
|
||||||
file format and the transformation into a tree.
|
file format and the transformation into a tree.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
David Lutterkort <dlutter@redhat.com>
|
|
||||||
|
|
||||||
%define __shrlibname lib%{name}0
|
%define __shrlibname lib%{name}0
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -64,12 +59,6 @@ The transformation works very hard to preserve comments and formatting
|
|||||||
details. It is controlled by ``lens'' definitions that describe the
|
details. It is controlled by ``lens'' definitions that describe the
|
||||||
file format and the transformation into a tree.
|
file format and the transformation into a tree.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
David Lutterkort <dlutter@redhat.com>
|
|
||||||
|
|
||||||
%package -n %{__shrlibname}
|
%package -n %{__shrlibname}
|
||||||
|
|
||||||
|
|
||||||
@ -88,12 +77,6 @@ The transformation works very hard to preserve comments and formatting
|
|||||||
details. It is controlled by ``lens'' definitions that describe the
|
details. It is controlled by ``lens'' definitions that describe the
|
||||||
file format and the transformation into a tree.
|
file format and the transformation into a tree.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
David Lutterkort <dlutter@redhat.com>
|
|
||||||
|
|
||||||
%package lenses
|
%package lenses
|
||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPLv3+ ; LGPLv2.1+
|
||||||
Summary: Official set of lenses for use by %{__shrlibname}
|
Summary: Official set of lenses for use by %{__shrlibname}
|
||||||
@ -108,12 +91,6 @@ is controlled by ``lens'' definitions that describe the file format and
|
|||||||
mapping of its contents into a tree. This package includes the official
|
mapping of its contents into a tree. This package includes the official
|
||||||
set of lenses.
|
set of lenses.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
David Lutterkort <dlutter@redhat.com>
|
|
||||||
|
|
||||||
%package lense-tests
|
%package lense-tests
|
||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPLv3+ ; LGPLv2.1+
|
||||||
Summary: Set of tests for official Augeas lenses
|
Summary: Set of tests for official Augeas lenses
|
||||||
@ -124,12 +101,6 @@ Requires: %{name}-lenses = %{version}
|
|||||||
Set of tests for official Augeas lenses. These can be used when
|
Set of tests for official Augeas lenses. These can be used when
|
||||||
modifying the official lenses, or when creating new ones.
|
modifying the official lenses, or when creating new ones.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
David Lutterkort <dlutter@redhat.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
libaugeas0
|
Loading…
Reference in New Issue
Block a user