]> git.pld-linux.org Git - packages/cvm.git/blame - cvm.spec
- tabs in preamble
[packages/cvm.git] / cvm.spec
CommitLineData
dfe9f35a 1# TODO:
2# - separate -devel package
3# - think how to fix --as-needed this time
4Summary: Credential Validation Modules
04fefc56 5Summary(pl.UTF-8): Moduły uwierzytelniające CVM
dfe9f35a 6Name: cvm
7Version: 0.82
8Release: 0.1
9License: GPL
10Group: Development/Libraries
11Source0: http://untroubled.org/cvm/%{name}-%{version}.tar.gz
12# Source0-md5: c8ce29c3b0ec932ae2d8c0c0eb94915a
13URL: http://untroubled.org/cvm/
14BuildRequires: bglibs-devel
15BuildRequires: libtool
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define filterout_ld -Wl,--as-needed
19
20%description
0ed26bfa
JB
21This package implements the CVM interface as a client
22(cvm-testclient), and as a module (cvm-unix, cvm-pwfile).
dfe9f35a 23
c0e6a3cd 24%description -l pl.UTF-8
65b63475 25Pakiet implementuje interfejs CVM od strony klienta (cvm-testclient) i
c0e6a3cd 26modułów (cvm-unix, cvm-pwfile).
dfe9f35a 27
28%prep
29%setup -q
30
31%build
32echo '%{__cc} %{rpmcflags} -Wall -I%{_includedir}/bglibs' > conf-cc
33echo '%{__cc} %{rpmldflags} -L%{_libdir}/bglibs' > conf-ld
34echo '%{_includedir}/bglibs' > conf-bgincs
35echo '%{_libdir}/bglibs' > conf-bglibs
36echo '%{_prefix}' > conf-home
37echo '%{_bindir}' > conf-bin
38echo '%{_includedir}' > conf-include
39echo '%{_libdir}' > conf-lib
40
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
0ed26bfa
JB
45
46%{__make} install \
47 install_prefix=$RPM_BUILD_ROOT
dfe9f35a 48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc ChangeLog NEWS README TODO
55%attr(755,root,root) %{_bindir}/*
0ed26bfa 56# FIXME: errogenous!
dfe9f35a 57%{_libdir}/*
58%{_includedir}/*
This page took 0.058764 seconds and 4 git commands to generate.