]> git.pld-linux.org Git - packages/augeas.git/blame - augeas.spec
- updated to 0.9.0
[packages/augeas.git] / augeas.spec
CommitLineData
b81682b2
JB
1Summary: Augeas - configuration editing tool
2Summary(pl.UTF-8): Augeas - narzędzie do modyfikowania konfiguracji
c7f08c85 3Name: augeas
988a3c17 4Version: 0.9.0
75f109b3 5Release: 1
b81682b2 6License: LGPL v2.1+
c7f08c85 7Group: Applications/System
8Source0: http://augeas.net/download/%{name}-%{version}.tar.gz
988a3c17 9# Source0-md5: 5ef0ce53ce4c75f59ab2523506731084
05cd900c 10Patch0: %{name}-pld_interfaces.patch
c7f08c85 11URL: http://augeas.net
b81682b2 12BuildRequires: libselinux-devel
ea00af9a 13BuildRequires: readline-devel
b81682b2 14Requires: %{name}-libs = %{version}-%{release}
c7f08c85 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
b81682b2
JB
18Augeas is a library and command line tool that focuses on the most
19basic problem in handling Linux configurations programmatically:
20editing actual configuration files in a controlled manner.
c7f08c85 21
22%description -l pl.UTF-8
b81682b2
JB
23Augeas to biblioteka i działające z linii poleceń narzędzie
24skupiające się na najbardziej podstawowym problemie przy programowej
25obsłudze konfiguracji Linuksa: modyfikowaniu w sposób kontrolowany
26właściwych plików konfiguracyjnych.
c7f08c85 27
28%package libs
29Summary: Augeas libraries
30Summary(pl.UTF-8): Biblioteki augeasa
31Group: Libraries
32
33%description libs
34This package contains the augeas libraries.
35
36%description libs -l pl.UTF-8
37Ten pakiet zawiera biblioteki augeasa.
38
39%package devel
40Summary: Augeas development files
41Summary(pl.UTF-8): Pliki programistyczne augeasa
42Group: Development/Libraries
43Requires: %{name}-libs = %{version}-%{release}
b81682b2 44Requires: libselinux-devel
c7f08c85 45
46%description devel
47This package contains the include files used to develop using augeas
48APIs.
49
50%description devel -l pl.UTF-8
51Ten pakiet zawiera pliki nagłówkow służące do programowania z użyciem
52API augeasa.
53
54%package static
b81682b2 55Summary: Augeas static libraries
c7f08c85 56Summary(pl.UTF-8): Statyczne biblioteki augeasa
57Group: Development/Libraries
58Requires: %{name}-devel = %{version}-%{release}
59
60%description static
61This package contains augeas static libraries.
62
63%description static -l pl.UTF-8
64Ten pakiet zawiera statyczne biblioteki augeasa.
65
988a3c17
JB
66%package -n vim-syntax-augeas
67Summary: Augeas syntax rules for Vim
68Summary(pl.UTF-8): Reguły składni Augeasa dla Vima
69Group: Applications/Editors/Vim
70# for _vimdatadir existence
71Requires: vim-rt >= 4:6.3.058-3
72
73%description -n vim-syntax-augeas
74Augeas syntax rules for Vim.
75
76%description -n vim-syntax-augeas -l pl.UTF-8
77Reguły składni Augeasa dla Vima.
78
c7f08c85 79%prep
80%setup -q
05cd900c 81%patch0 -p1
c7f08c85 82
83%build
b81682b2
JB
84%configure \
85 --disable-silent-rules
c7f08c85 86
87%{__make}
88
89%install
90rm -rf $RPM_BUILD_ROOT
91%{__make} install \
92 DESTDIR=$RPM_BUILD_ROOT
93
c7f08c85 94%clean
95rm -rf $RPM_BUILD_ROOT
96
c7f08c85 97%post libs -p /sbin/ldconfig
98%postun libs -p /sbin/ldconfig
99
100%files
101%defattr(644,root,root,755)
b81682b2 102%doc AUTHORS ChangeLog NEWS README
c7f08c85 103%attr(755,root,root) %{_bindir}/augparse
104%attr(755,root,root) %{_bindir}/augtool
105%attr(755,root,root) %{_bindir}/fadot
ea00af9a 106%{_datadir}/augeas
b81682b2
JB
107%{_mandir}/man1/augparse.1*
108%{_mandir}/man1/augtool.1*
c7f08c85 109
110%files libs
111%defattr(644,root,root,755)
112%attr(755,root,root) %{_libdir}/libaugeas.so.*.*.*
113%attr(755,root,root) %ghost %{_libdir}/libaugeas.so.0
114%attr(755,root,root) %{_libdir}/libfa.so.*.*.*
115%attr(755,root,root) %ghost %{_libdir}/libfa.so.1
116
117%files devel
118%defattr(644,root,root,755)
c7f08c85 119%attr(755,root,root) %{_libdir}/libaugeas.so
c7f08c85 120%attr(755,root,root) %{_libdir}/libfa.so
b81682b2
JB
121%{_libdir}/libaugeas.la
122%{_libdir}/libfa.la
123%{_includedir}/augeas.h
124%{_includedir}/fa.h
c7f08c85 125%{_pkgconfigdir}/augeas.pc
126
127%files static
128%defattr(644,root,root,755)
b81682b2
JB
129%attr(755,root,root) %{_libdir}/libaugeas.a
130%attr(755,root,root) %{_libdir}/libfa.a
988a3c17
JB
131
132%files -n vim-syntax-augeas
133%defattr(644,root,root,755)
134%{_datadir}/vim/vimfiles/ftdetect/augeas.vim
135%{_datadir}/vim/vimfiles/syntax/augeas.vim
This page took 0.075869 seconds and 4 git commands to generate.