2009-04-01 23:53:51 +02:00
|
|
|
#
|
2011-01-14 15:21:49 +01:00
|
|
|
# spec file for package augeas
|
2009-04-01 23:53:51 +02:00
|
|
|
#
|
2011-01-14 15:21:49 +01:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2009-04-01 23:53:51 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
|
|
|
|
Name: augeas
|
2011-01-14 15:21:41 +01:00
|
|
|
Version: 0.7.4
|
2010-10-14 00:47:04 +02:00
|
|
|
Release: 1
|
2009-04-01 23:53:51 +02:00
|
|
|
Summary: A library for changing configuration files
|
|
|
|
Group: System/Libraries
|
2009-12-21 14:09:48 +01:00
|
|
|
License: GPLv3+ ; LGPLv2.1+
|
2010-10-14 00:47:04 +02:00
|
|
|
Url: http://augeas.net/
|
2011-01-14 15:21:41 +01:00
|
|
|
Source0: http://augeas.net/download/augeas-%{version}.tar.bz2
|
2010-10-14 00:47:04 +02:00
|
|
|
Patch0: augeas-modprobe-lense.patch
|
2009-04-01 23:53:51 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: glib2-devel readline-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
A library for programmatically editing configuration files. Augeas
|
|
|
|
parses configuration files into a tree structure, which it exposes
|
|
|
|
through its public API. Changes made through the API are written back
|
|
|
|
to the initially read files.
|
|
|
|
|
|
|
|
The transformation works very hard to preserve comments and formatting
|
|
|
|
details. It is controlled by ``lens'' definitions that describe the
|
|
|
|
file format and the transformation into a tree.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
David Lutterkort <dlutter@redhat.com>
|
|
|
|
|
|
|
|
%define __shrlibname lib%{name}0
|
|
|
|
|
|
|
|
%package devel
|
2009-12-21 14:09:48 +01:00
|
|
|
License: GPLv3+ ; LGPLv2.1+
|
2009-04-01 23:53:51 +02:00
|
|
|
Summary: A library for changing configuration files
|
2010-10-14 00:47:04 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2009-04-01 23:53:51 +02:00
|
|
|
Requires: %{__shrlibname} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
A library for programmatically editing configuration files. Augeas
|
|
|
|
parses configuration files into a tree structure, which it exposes
|
|
|
|
through its public API. Changes made through the API are written back
|
|
|
|
to the initially read files.
|
|
|
|
|
|
|
|
The transformation works very hard to preserve comments and formatting
|
|
|
|
details. It is controlled by ``lens'' definitions that describe the
|
|
|
|
file format and the transformation into a tree.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
David Lutterkort <dlutter@redhat.com>
|
|
|
|
|
2010-10-14 00:47:04 +02:00
|
|
|
%package -n %{__shrlibname}
|
|
|
|
|
2011-01-14 15:21:49 +01:00
|
|
|
|
2009-12-21 14:09:48 +01:00
|
|
|
License: GPLv3+ ; LGPLv2.1+
|
2009-04-01 23:53:51 +02:00
|
|
|
Summary: A library for changing configuration files
|
2010-10-14 00:47:04 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2009-04-01 23:53:51 +02:00
|
|
|
Recommends: %{name}-lenses = %{version}
|
|
|
|
|
2010-10-14 00:47:04 +02:00
|
|
|
%description -n %{__shrlibname}
|
2009-04-01 23:53:51 +02:00
|
|
|
A library for programmatically editing configuration files. Augeas
|
|
|
|
parses configuration files into a tree structure, which it exposes
|
|
|
|
through its public API. Changes made through the API are written back
|
|
|
|
to the initially read files.
|
|
|
|
|
|
|
|
The transformation works very hard to preserve comments and formatting
|
|
|
|
details. It is controlled by ``lens'' definitions that describe the
|
|
|
|
file format and the transformation into a tree.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
David Lutterkort <dlutter@redhat.com>
|
|
|
|
|
|
|
|
%package lenses
|
2009-12-21 14:09:48 +01:00
|
|
|
License: GPLv3+ ; LGPLv2.1+
|
2010-10-14 00:47:04 +02:00
|
|
|
Summary: Official set of lenses for use by %{__shrlibname}
|
2009-04-01 23:53:51 +02:00
|
|
|
Group: Development/Libraries/Other
|
|
|
|
Requires: %{__shrlibname} = %{version}
|
|
|
|
|
|
|
|
%description lenses
|
|
|
|
Augeas parses configuration files described in lenses into a tree
|
|
|
|
structure, which it exposes through its public API. Lenses are the
|
|
|
|
building blocks of the file <-> tree transformation. The transformation
|
|
|
|
is controlled by ``lens'' definitions that describe the file format and
|
|
|
|
mapping of its contents into a tree. This package includes the official
|
|
|
|
set of lenses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
David Lutterkort <dlutter@redhat.com>
|
|
|
|
|
|
|
|
%package lense-tests
|
2009-12-21 14:09:48 +01:00
|
|
|
License: GPLv3+ ; LGPLv2.1+
|
2009-04-01 23:53:51 +02:00
|
|
|
Summary: Set of tests for official Augeas lenses
|
|
|
|
Group: Development/Libraries/Other
|
|
|
|
Requires: %{name}-lenses = %{version}
|
|
|
|
|
|
|
|
%description lense-tests
|
|
|
|
Set of tests for official Augeas lenses. These can be used when
|
|
|
|
modifying the official lenses, or when creating new ones.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
David Lutterkort <dlutter@redhat.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-10-14 00:47:04 +02:00
|
|
|
%patch0 -p1
|
2009-04-01 23:53:51 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="-Wno-error $RPM_OPT_FLAGS"
|
|
|
|
%configure --disable-static --datadir=%{_datadir}/%{__shrlibname}
|
2010-10-14 00:47:04 +02:00
|
|
|
%{__make} %_smp_mflags
|
2009-04-01 23:53:51 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
2010-10-14 00:47:04 +02:00
|
|
|
# create symlinks of augeas.vim files to vim/site
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/vim/site/ftdetect; \
|
|
|
|
mkdir $RPM_BUILD_ROOT/usr/share/vim/site/syntax; \
|
|
|
|
ln -s %{_datadir}/%{__shrlibname}/vim/vimfiles/ftdetect/augeas.vim \
|
|
|
|
${RPM_BUILD_ROOT}/usr/share/vim/site/ftdetect/augeas.vim
|
|
|
|
ln -s %{_datadir}/%{__shrlibname}/vim/vimfiles/syntax/augeas.vim \
|
|
|
|
${RPM_BUILD_ROOT}/usr/share/vim/site/syntax/augeas.vim
|
2009-04-01 23:53:51 +02:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2010-10-14 00:47:04 +02:00
|
|
|
%post -n %{__shrlibname}
|
|
|
|
/sbin/ldconfig
|
2009-04-01 23:53:51 +02:00
|
|
|
|
2010-10-14 00:47:04 +02:00
|
|
|
%postun -n %{__shrlibname}
|
|
|
|
/sbin/ldconfig
|
2009-04-01 23:53:51 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/augtool
|
|
|
|
%{_bindir}/augparse
|
2010-10-14 00:47:04 +02:00
|
|
|
%{_bindir}/fadot
|
2009-04-01 23:53:51 +02:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
%doc AUTHORS COPYING NEWS
|
|
|
|
|
2010-10-14 00:47:04 +02:00
|
|
|
%files -n %{__shrlibname}
|
2009-04-01 23:53:51 +02:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/augeas.pc
|
|
|
|
|
|
|
|
%files lenses
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_datadir}/%{__shrlibname}
|
|
|
|
%dir %{_datadir}/%{__shrlibname}/%{name}
|
|
|
|
%dir %{_datadir}/%{__shrlibname}/%{name}/lenses
|
|
|
|
%dir %{_datadir}/%{__shrlibname}/%{name}/lenses/dist
|
|
|
|
%{_datadir}/%{__shrlibname}/%{name}/lenses/dist/*.aug
|
2010-10-14 00:47:04 +02:00
|
|
|
%dir %{_datadir}/vim
|
|
|
|
%dir %{_datadir}/vim/site
|
|
|
|
%dir %{_datadir}/vim/site/ftdetect
|
|
|
|
%{_datadir}/vim/site/ftdetect/augeas.vim
|
|
|
|
%dir %{_datadir}/vim/site/syntax
|
|
|
|
%{_datadir}/vim/site/syntax/augeas.vim
|
|
|
|
%dir %{_datadir}/%{__shrlibname}/vim
|
|
|
|
%dir %{_datadir}/%{__shrlibname}/vim/vimfiles
|
|
|
|
%dir %{_datadir}/%{__shrlibname}/vim/vimfiles/ftdetect
|
|
|
|
%{_datadir}/%{__shrlibname}/vim/vimfiles/ftdetect/augeas.vim
|
|
|
|
%dir %{_datadir}/%{__shrlibname}/vim/vimfiles/syntax
|
|
|
|
%{_datadir}/%{__shrlibname}/vim/vimfiles/syntax/augeas.vim
|
2009-04-01 23:53:51 +02:00
|
|
|
|
|
|
|
%files lense-tests
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_datadir}/%{__shrlibname}/%{name}/lenses/dist/tests
|
|
|
|
%{_datadir}/%{__shrlibname}/%{name}/lenses/dist/tests/*.aug
|
|
|
|
|
|
|
|
%changelog
|