]> git.pld-linux.org Git - packages/libquvi-scripts.git/blob - libquvi-scripts.spec
8b14e9f78796ac5dde8ab199535596bebd059aa8
[packages/libquvi-scripts.git] / libquvi-scripts.spec
1 Summary:        Embedded lua scripts that libquvi uses for parsing the media details
2 Summary(pl.UTF-8):      Skrypty osadzonego lua wykorzystywane przez libquvi do analizy multimediów
3 Name:           libquvi-scripts
4 Version:        0.4.9
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Applications
8 Source0:        http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.xz
9 # Source0-md5:  a7f3dad2e2809857e876726813bba1be
10 URL:            http://quvi.sourceforge.net/
11 BuildRequires:  autoconf >= 2.67
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  rpmbuild(macros) >= 1.446
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xz
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This package contains embedded lua scripts that libquvi uses for
21 parsing the media details.
22
23 %description -l pl.UTF-8
24 Ten pakiet zawiera skrypty osadzonego lua, wykorzystywane przez
25 libquvi przy analizie szczegółów danych multimedialnych.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal} -I m4
32 %{__autoconf}
33 %{__automake}
34 %configure \
35         --disable-silent-rules \
36         --with-nsfw \
37         --with-nlfy
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT \
45         pkgconfigdir=%{_npkgconfigdir}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %{_datadir}/%{name}
54 %{_mandir}/man7/libquvi-scripts.7*
55 %{_npkgconfigdir}/libquvi-scripts.pc
This page took 0.027445 seconds and 2 git commands to generate.