rpms/augeas/devel augeas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Mon May 5 16:55:58 UTC 2008


Author: lutter

Update of /cvs/pkgs/rpms/augeas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12577/devel

Modified Files:
	.cvsignore sources 
Added Files:
	augeas.spec 
Log Message:
Initial commit



--- NEW FILE augeas.spec ---
Name:           augeas
Version:        0.1.0
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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  readline-devel
Requires:       readline
Requires:       %{name}-libs = %{version}-%{release}

%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.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%package        libs
Summary:        Libraries for %{name}
Group:          System Environment/Libraries

%description    libs
The libraries for %{name}.


%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%post libs -p /sbin/ldconfig

%postun libs -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_bindir}/augtool
%{_bindir}/augparse
%doc %{_mandir}/man1/*

%files libs
%{_datadir}/augeas
%{_libdir}/*.so.*
%doc AUTHORS COPYING NEWS

%files devel
%defattr(-,root,root,-)
%doc
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/augeas.pc

%changelog
* Thu May  1 2008 David Lutterkort <dlutter at redhat.com> - 0.1.0-1
- New version

* Mon Feb 25 2008 David Lutterkort <dlutter at redhat.com> - 0.0.4-1
- Initial specfile


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/augeas/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 May 2008 17:26:24 -0000	1.1
+++ .cvsignore	5 May 2008 16:55:23 -0000	1.2
@@ -0,0 +1 @@
+augeas-0.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/augeas/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 May 2008 17:26:24 -0000	1.1
+++ sources	5 May 2008 16:55:23 -0000	1.2
@@ -0,0 +1 @@
+247c62f954f4231e564b0bb038089730  augeas-0.1.0.tar.gz




More information about the scm-commits mailing list