]> git.pld-linux.org Git - packages/gavl.git/blob - gavl.spec
- pl for base, files fixes
[packages/gavl.git] / gavl.spec
1 Summary:        GMerlin Audio Video Library
2 Summary(pl):    Biblioteka audio/video GMerlin
3 Name:           gavl
4 Version:        0.2.4
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
9 # Source0-md5:  ba7989a9344026827b34e797b0a58d87
10 URL:            http://gmerlin.sourceforge.net/gavl_frame.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 GMerlin Audio Video Library.
15
16 %description -l pl
17 Biblioteka audio/video GMerlin.
18
19 %package devel
20 Summary:        Header files for gavl library
21 Summary(pl):    Pliki nag³ówkowe biblioteki gavl
22 Group:          Development/Libraries
23 Requires:       %{name} = %{version}-%{release}
24
25 %description devel
26 This is the package containing the header files for gavl library.
27
28 %description devel -l pl
29 Ten pakiet zawiera pliki nag³ówkowe biblioteki gavl.
30
31 %package static
32 Summary:        Static gavl library
33 Summary(pl):    Statyczna biblioteka gavl
34 Group:          Development/Libraries
35 Requires:       %{name}-devel = %{version}-%{release}
36
37 %description static
38 Static gavl library.
39
40 %description static -l pl
41 Statyczna biblioteka gavl.
42
43 %prep
44 %setup -q
45
46 %build
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %post   -p /sbin/ldconfig
60 %postun -p /sbin/ldconfig
61
62 %files
63 %defattr(644,root,root,755)
64 %attr(755,root,root) %{_libdir}/libgavl.so.*.*.*
65
66 %files devel
67 %defattr(644,root,root,755)
68 %attr(755,root,root) %{_libdir}/libgavl.so
69 %{_libdir}/libgavl.la
70 %{_libdir}/gavl
71 %{_includedir}/gavl
72 %{_pkgconfigdir}/*.pc
73
74 %files static
75 %defattr(644,root,root,755)
76 %{_libdir}/libgavl.a
This page took 0.062011 seconds and 3 git commands to generate.