New version
This commit is contained in:
parent
b6ad04810e
commit
b3b1aafc4b
@ -1 +1 @@
|
||||
augeas-0.1.0.tar.gz
|
||||
augeas-0.1.1.tar.gz
|
||||
|
15
augeas.spec
15
augeas.spec
@ -1,16 +1,15 @@
|
||||
Name: augeas
|
||||
Version: 0.1.0
|
||||
Version: 0.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for changing configuration files
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://augeas.net/
|
||||
Source0: http://augeas.net/download/augeas-0.1.0.tar.gz
|
||||
Source0: http://augeas.net/download/augeas-0.1.1.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: readline-devel
|
||||
Requires: readline
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -26,7 +25,8 @@ format and the transformation into a tree.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -67,6 +67,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man1/*
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/augeas
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS COPYING NEWS
|
||||
@ -79,6 +80,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/augeas.pc
|
||||
|
||||
%changelog
|
||||
* Fri May 16 2008 David Lutterkort <dlutter@redhat.com> - 0.1.1-1
|
||||
- New version
|
||||
|
||||
* Fri May 2 2008 David Lutterkort <dlutter@redhat.com> - 0.1.0-2
|
||||
- Fixes according to Fedora review
|
||||
|
||||
* Thu May 1 2008 David Lutterkort <dlutter@redhat.com> - 0.1.0-1
|
||||
- New version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user