]> git.pld-linux.org Git - packages/clalsadrv.git/blob - clalsadrv.spec
- {%post,%postun} -p /sbin/ldconfig added
[packages/clalsadrv.git] / clalsadrv.spec
1 Summary:        clalsadrv library
2 Summary(pl):    Biblioteka clalsadrv
3 Name:           clalsadrv
4 Version:        1.0.1
5 Release:        0.2
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://ftp.debian.org/debian/pool/main/c/%{name}/%{name}_%{version}.orig.tar.gz
9 # Source0-md5:  2f693c52173aac55dcb35dcfca79df91
10 URL:            http://packages.qa.debian.org/c/clalsadrv.html
11 BuildRequires:  sed >= 4.0
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 clalsadrv library
16
17 %description -l pl
18 Biblioteka clalsadrv
19
20 %package devel
21 Summary:        Header files for clalsadrv library
22 Summary(pl):    Pliki nag³ówkowe biblioteki clalsadrv
23 Group:          Development/Libraries
24 Requires:       %{name} = %{version}-%{release}
25
26 %description devel
27 Header files for clalsadrv library.
28
29 %description devel -l pl
30 Pliki nag³ówkowe biblioteki clalsadrv.
31
32 %prep
33 %setup -q
34
35 %build
36 %{__make}
37
38 %install
39 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
40
41 %makeinstall CLALSADRV_LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
42         CLALSADRV_INCDIR=$RPM_BUILD_ROOT%{_includedir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post   -p /sbin/ldconfig
48 %postun -p /sbin/ldconfig
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS COPYING
53 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
54
55 %files devel
56 %defattr(644,root,root,755)
57 %{_includedir}/*.h
This page took 0.069969 seconds and 3 git commands to generate.