]> git.pld-linux.org Git - packages/lv2-units.git/blob - lv2-units.spec
- new
[packages/lv2-units.git] / lv2-units.spec
1 Summary:        LV2 Units extension - units for LV2 values
2 Summary(pl.UTF-8):      Rozszerzenie LV2 Units - jednostki dla wartości LV2
3 Name:           lv2-units
4 Version:        5.4
5 Release:        1
6 License:        ISC
7 Group:          Libraries
8 Source0:        http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
9 # Source0-md5:  5eb0ed26e6fb25e5543150f7fefc71f8
10 URL:            http://lv2plug.in/ns/extensions/units/
11 BuildRequires:  python >= 1:2.6
12 BuildRequires:  python-modules >= 1:2.6
13 Requires:       lv2core >= 6.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 LV2 Units extension defines a number of units for use in audio
18 processing.
19
20 %description -l pl.UTF-8
21 Rozszerzenie LV2 Units definiuje wiele jednostek mających zastosowanie
22 przy przetwarzaniu dźwięku.
23
24 %package devel
25 Summary:        Development files for LV2 Units extension
26 Summary(pl.UTF-8):      Pliki programistyczne rozszerzenia LV2 Units
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}-%{release}
29 Requires:       lv2core-devel >= 6.0
30
31 %description devel
32 Development files for LV2 Units extension.
33
34 %description devel -l pl.UTF-8
35 Pliki programistyczne rozszerzenia LV2 Units.
36
37 %prep
38 %setup -q
39
40 %build
41 ./waf configure \
42         --prefix=%{_prefix} \
43         --libdir=%{_libdir}
44
45 ./waf
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 ./waf install \
51         --destdir=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc NEWS
59 %dir %{_libdir}/lv2/units.lv2
60 %{_libdir}/lv2/units.lv2/lv2-units.doap.ttl
61 %{_libdir}/lv2/units.lv2/units.ttl
62 %{_libdir}/lv2/units.lv2/manifest.ttl
63
64 %files devel
65 %defattr(644,root,root,755)
66 #%{_libdir}/lv2/units.lv2/units.h
67 %{_includedir}/lv2/lv2plug.in/ns/extensions/units
68 %{_pkgconfigdir}/lv2-lv2plug.in-ns-extensions-units.pc
This page took 0.083077 seconds and 3 git commands to generate.