New version
This commit is contained in:
parent
2ad130f068
commit
5deff4725a
@ -1 +1 @@
|
|||||||
augeas-0.6.0.tar.gz
|
augeas-0.7.0.tar.gz
|
||||||
|
10
augeas.spec
10
augeas.spec
@ -1,6 +1,6 @@
|
|||||||
Name: augeas
|
Name: augeas
|
||||||
Version: 0.6.0
|
Version: 0.7.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for changing configuration files
|
Summary: A library for changing configuration files
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -12,8 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: readline-devel libselinux-devel
|
BuildRequires: readline-devel libselinux-devel
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
Patch0: vim-ftdetect-syntax.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library for programmatically editing configuration files. Augeas parses
|
A library for programmatically editing configuration files. Augeas parses
|
||||||
configuration files into a tree structure, which it exposes through its
|
configuration files into a tree structure, which it exposes through its
|
||||||
@ -45,7 +43,6 @@ The libraries for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -86,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/augeas.pc
|
%{_libdir}/pkgconfig/augeas.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 14 2010 David Lutterkort <lutter@redhat.com> - 0.7.0-1
|
||||||
|
- Remove patch vim-ftdetect-syntax.patch. It's upstream
|
||||||
|
|
||||||
* Tue Dec 15 2009 David Lutterkort <lutter@redhat.com> - 0.6.0-2
|
* Tue Dec 15 2009 David Lutterkort <lutter@redhat.com> - 0.6.0-2
|
||||||
- Fix ftdetect file for vim
|
- Fix ftdetect file for vim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user