]> git.pld-linux.org Git - packages/libquvi-scripts.git/blob - libquvi-scripts.spec
- updated to 0.9.20131130 (note: new .pc file version)
[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.9.20131130
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:  46ddfd887260a515199c2e1ba8c46d8a
10 URL:            http://quvi.sourceforge.net/
11 BuildRequires:  asciidoc
12 BuildRequires:  autoconf >= 2.69
13 BuildRequires:  automake >= 1:1.11.1
14 BuildRequires:  libtool >= 2:2.2.6
15 BuildRequires:  rpmbuild(macros) >= 1.446
16 BuildRequires:  tar >= 1:1.22
17 BuildRequires:  xz
18 # build process and tests aren't noarch, but built package is
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This package contains embedded lua scripts that libquvi uses for
24 parsing the media details.
25
26 %description -l pl.UTF-8
27 Ten pakiet zawiera skrypty osadzonego lua, wykorzystywane przez
28 libquvi przy analizie szczegółów danych multimedialnych.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__libtoolize}
35 %{__aclocal} -I m4
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure \
40 %if "%{_gnu}" != "-gnux32"
41         --build=%{_host} \
42         --host=%{_host} \
43 %endif
44         --disable-silent-rules \
45         --with-nsfw \
46         --with-nlfy
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT \
54         pkgconfigdir=%{_npkgconfigdir}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README
62 %{_datadir}/%{name}
63 %{_mandir}/man7/libquvi-scripts.7*
64 %{_mandir}/man7/quvi-modules.7*
65 %{_mandir}/man7/quvi-modules-3rdparty.7*
66 %{_npkgconfigdir}/libquvi-scripts-0.9.pc
This page took 0.061029 seconds and 4 git commands to generate.