]> git.pld-linux.org Git - packages/cpu.git/blob - cpu.spec
- initital
[packages/cpu.git] / cpu.spec
1 Summary:        Change Password Utility
2 Summary(pl):    Narzêdzie do zmiany hase³
3 Name:           cpu
4 Version:        1.4.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 URL:            http://cpu.sourceforge.net/
9 Source0:        http://dl.sourceforge.net/cpu/%{name}-%{version}.tar.bz2
10 Patch0:         %{name}-DESTDIR.patch
11 # Source0-md5:  2d128f82261967d41458800752bc943d
12 BuildRequires:  openldap-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 CPU is an LDAP user management tool written in C and loosely based on
17 FreeBSD's pw(8). The goal of CPU is to be a suitable replacement of
18 the useradd/usermod/userdel utilities for administrators using an LDAP
19 backend and wishing to have a suite of command line tools for doing
20 the administration.
21
22 %description -l pl
23 CPU to narzêdzie do zarz±dzania u¿ytkownikami w LDAP, napisane w C i
24 bazuj±ce na pw(8) z FreeBSD. Celem CPU jest zast±pienie narzêdzi
25 useradd/usermod/userdel, korzystaj±c z LDAP.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %{__libtoolize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT \
43         docdir="../rpm-doc"
44
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_sbindir}/*
52 %attr(755,root,root) %{_libdir}/libcpu*.so.*.*
53 %verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/cpu.conf
54 %doc AUTHORS ChangeLog NEWS README TODO
55 %{_mandir}/man?/*
This page took 0.090555 seconds and 3 git commands to generate.