]> git.pld-linux.org Git - packages/augeas.git/blobdiff - augeas.spec
- updated to 1.12.0
[packages/augeas.git] / augeas.spec
index 55b3a71e676e01c126fc9c30dfd8eaec4f4cb121..c0aa8b8f1e6c9a0cda3c7f6a1eba5d8ed3dc2d42 100644 (file)
@@ -1,15 +1,17 @@
 Summary:       Augeas - configuration editing tool
 Summary(pl.UTF-8):     Augeas - narzÄ™dzie do modyfikowania konfiguracji
 Name:          augeas
-Version:       0.9.0
+Version:       1.12.0
 Release:       1
 License:       LGPL v2.1+
 Group:         Applications/System
-Source0:       http://augeas.net/download/%{name}-%{version}.tar.gz
-# Source0-md5: 5ef0ce53ce4c75f59ab2523506731084
+Source0:       http://download.augeas.net/%{name}-%{version}.tar.gz
+# Source0-md5: 74f1c7b8550f4e728486091f6b907175
 Patch0:                %{name}-pld_interfaces.patch
-URL:           http://augeas.net
+URL:           http://augeas.net/
 BuildRequires: libselinux-devel
+BuildRequires: libxml2-devel >= 2.0
+BuildRequires: pkgconfig
 BuildRequires: readline-devel
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,6 +44,7 @@ Summary(pl.UTF-8):    Pliki programistyczne augeasa
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      libselinux-devel
+Requires:      libxml2-devel >= 2.0
 
 %description devel
 This package contains the include files used to develop using augeas
@@ -100,10 +103,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/augmatch
 %attr(755,root,root) %{_bindir}/augparse
 %attr(755,root,root) %{_bindir}/augtool
 %attr(755,root,root) %{_bindir}/fadot
 %{_datadir}/augeas
+%{_mandir}/man1/augmatch.1*
 %{_mandir}/man1/augparse.1*
 %{_mandir}/man1/augtool.1*
 
This page took 0.127926 seconds and 4 git commands to generate.