Version 0.5.3

This commit is contained in:
David Lutterkort 2009-09-14 22:16:43 +00:00
parent f7f9caa3ba
commit d111cb9231
3 changed files with 7 additions and 10 deletions

View File

@ -1 +1 @@
augeas-0.5.2.tar.gz
augeas-0.5.3.tar.gz

View File

@ -1,6 +1,6 @@
Name: augeas
Version: 0.5.2
Release: 3%{?dist}
Version: 0.5.3
Release: 1%{?dist}
Summary: A library for changing configuration files
Group: System Environment/Libraries
@ -12,9 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel libselinux-devel
Requires: %{name}-libs = %{version}-%{release}
# This xorg.aug is upstream, but unreleased as of augeas-0.5.2
Source1: xorg.aug
%description
A library for programmatically editing configuration files. Augeas parses
configuration files into a tree structure, which it exposes through its
@ -56,9 +53,6 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
# Replace xorg lens with new version from upstream
install -D %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/dist/xorg.aug
%clean
rm -rf $RPM_BUILD_ROOT
@ -87,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/augeas.pc
%changelog
* Mon Sep 14 2009 David Lutterkort <lutter@redhat.com> - 0.5.3-1
- Remove separate xorg.aug, included in upstream source
* Tue Aug 25 2009 Matthew Booth <mbooth@redhat.com> - 0.5.2-3
- Include new xorg lens from upstream

View File

@ -1 +1 @@
83937c683999d7f53d91df56750e3b66 augeas-0.5.2.tar.gz
7bec933b3f3c01d24955fb5b1fc5aac9 augeas-0.5.3.tar.gz