]> git.pld-linux.org Git - packages/sysconftool.git/blame_incremental - sysconftool.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/sysconftool.git] / sysconftool.spec
... / ...
CommitLineData
1Summary: Macros for aclocal to install configuration files
2Summary(pl.UTF-8): Makra dla aclocal do instalacji plików konfiguracyjnych
3Name: sysconftool
4Version: 0.17
5Release: 1
6License: GPL v3 with OpenSSL exception
7Group: Development/Building
8Source0: http://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
9# Source0-md5: 768f331596549864e2f2934497e94a39
10URL: http://www.courier-mta.org/sysconftool/
11BuildRequires: autoconf >= 2.50
12BuildRequires: automake
13BuildRequires: perl-base
14BuildRequires: rpm-perlprov
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19sysconftool is a development utility that helps to install application
20configuration files. sysconftool allows an existing application to be
21upgraded without losing the older version's configuration settings.
22
23%description -l pl.UTF-8
24sysconftool jest narzędziem, które pomaga instalować pliki
25konfiguracyjne aplikacji. sysconftool pozwala na uaktualnienie
26istniejących aplikacji bez utraty starszych wersji plików
27konfiguracyjnych.
28
29%prep
30%setup -q
31
32%build
33%{__aclocal}
34%{__autoconf}
35%{__automake}
36%configure
37
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc AUTHORS COPYING ChangeLog NEWS
52%attr(755,root,root) %{_bindir}/sysconftoolcheck
53%attr(755,root,root) %{_bindir}/sysconftoolize
54%dir %{_datadir}/sysconftool
55%attr(755,root,root) %{_datadir}/sysconftool/sysconftool
56%attr(755,root,root) %{_datadir}/sysconftool/sysconftoolcheck
57%attr(755,root,root) %{_datadir}/sysconftool/sysconftoolize.pl
58%{_datadir}/sysconftool/sysconftoolize.am
59%{_mandir}/man1/sysconftool.1*
60%{_mandir}/man1/sysconftoolcheck.1*
61%{_mandir}/man7/sysconftool.7*
62%{_aclocaldir}/sysconftool.m4
This page took 0.04165 seconds and 4 git commands to generate.