-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
taglib-extras.spec
54 lines (42 loc) · 1.26 KB
/
taglib-extras.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Summary: Taglib support for other formats
Name: taglib-extras
Version: 1.0.1
Release: 19
Group: Sound
License: LGPLv2
URL: https://websvn.kde.org/trunk/kdesupport/taglib-extras/
Source0: http://www.jefferai.com/taglib-extras/taglib-extras-%{version}.tar.gz
Source100: taglib-extras.rpmlintrc
#Patch1: taglib-1.10.patch
Patch2: https://aur.archlinux.org/cgit/aur.git/plain/taglib-2.0.diff
BuildRequires: cmake
BuildRequires: pkgconfig(taglib)
BuildRequires: pkgconfig(zlib)
%description
Taglib-extras delivers support for reading and editing the meta-data of
audio formats not supported by taglib, including: asf, mp4v2, rmff, wav.
%files
%doc COPYING.LGPL
%{_libdir}/libtag-extras.so.1*
#--------------------------------------------------------------------
%package devel
Summary: Development files for %{name}
Group: Development/C++
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
Requires: pkgconfig(taglib)
%description devel
%{summary}.
%files devel
%{_bindir}/taglib-extras-config
%{_includedir}/taglib-extras/
%{_libdir}/libtag-extras.so
%{_libdir}/pkgconfig/taglib-extras.pc
#--------------------------------------------------------------------
%prep
%autosetup -p1
%build
%{cmake} ..
%make_build
%install
%make_install -C build