]> git.pld-linux.org Git - packages/flac.git/blame - flac.spec
- new URLs, updated to 1.3.0
[packages/flac.git] / flac.spec
CommitLineData
51cc0dde 1#
2# Conditional build:
ec1aa008
KK
3%bcond_without static_libs # don't build static library
4%bcond_without xmms # don't build XMMS plugin
5f0f203e 5
029ad246 6Summary: Free Lossless Audio Codec
3caef61b 7Summary(pl.UTF-8): Free Lossless Audio Codec - Wolnodostępny bezstratny kodek audio
27b8e245 8Name: flac
e7c3645f
JB
9Version: 1.3.0
10Release: 1
11License: BSD (libFLAC/libFLAC++), GPL v2+ (programs and plugins)
27b8e245 12Group: Libraries
e7c3645f
JB
13Source0: http://downloads.xiph.org/releases/flac/%{name}-%{version}.tar.xz
14# Source0-md5: 13b5c214cee8373464d3d65dee362cdd
15URL: http://xiph.org/flac/
16BuildRequires: autoconf >= 2.60
17BuildRequires: automake >= 1:1.11
94159bd9 18# for AM_ICONV
6ca2e66f 19BuildRequires: gettext-devel
61361cc3 20BuildRequires: libogg-devel >= 2:1.0
8c896b25 21BuildRequires: libstdc++-devel
e7c3645f 22BuildRequires: libtool >= 2:2
d878a8f5 23%{?with_xmms:BuildRequires: rpmbuild(macros) >= 1.125}
e7c3645f 24BuildRequires: tar >= 1:1.22
d878a8f5 25%{?with_xmms:BuildRequires: xmms-devel >= 0.9.5.1}
e7c3645f 26BuildRequires: xz
27b8e245 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a77945de 28
27b8e245 29%description
30FLAC is an Open Source lossless audio codec developed by Josh Coalson.
31
7eefc9db
JR
32%description -l pl.UTF-8
33FLAC jest bezstratnym kodekiem audio z otwartymi źródłami, rozwijanym
14d1df27 34przez Josha Coalsona.
27b8e245 35
36%package devel
a77945de 37Summary: FLAC - development files
3caef61b 38Summary(pl.UTF-8): FLAC - pliki nagłówkowe
94159bd9 39License: BSD
27b8e245 40Group: Development/Libraries
4cae232c 41Requires: %{name} = %{version}-%{release}
94159bd9
JB
42Requires: libogg-devel >= 2:1.0
43# for -c++ only
44#Requires: libstdc++-devel
27b8e245 45
46%description devel
d878a8f5 47The package contains the development header files for FLAC libraries.
27b8e245 48
7eefc9db
JR
49%description devel -l pl.UTF-8
50Ten pakiet zawiera pliki nagłówkowe bibliotek FLAC.
27b8e245 51
52%package static
a77945de 53Summary: FLAC - static libraries
3caef61b 54Summary(pl.UTF-8): FLAC - biblioteki statyczne
94159bd9 55License: BSD
27b8e245 56Group: Development/Libraries
4cae232c 57Requires: %{name}-devel = %{version}-%{release}
27b8e245 58
59%description static
d878a8f5 60The package contains FLAC static libraries.
27b8e245 61
7eefc9db 62%description static -l pl.UTF-8
d878a8f5 63Ten pakiet zawiera biblioteki statyczne FLAC.
27b8e245 64
ef4d7dd5
JB
65%package c++
66Summary: FLAC++ - C++ API for FLAC codec
67Summary(pl.UTF-8): FLAC++ - API C++ do kodeka FLAC
68Group: Libraries
69Requires: %{name} = %{version}-%{release}
70
71%description c++
72FLAC++ - C++ API for FLAC codec.
73
74%description c++ -l pl.UTF-8
75FLAC++ - API C++ do kodeka FLAC.
76
77%package c++-devel
78Summary: Header files for FLAC++ library
79Summary(pl.UTF-8): Pliki nagłówkowe biblioteki FLAC++
80Group: Development/Libraries
81Requires: %{name}-c++ = %{version}-%{release}
82Requires: %{name}-devel = %{version}-%{release}
83
84%description c++-devel
85Header files for FLAC++ library.
86
87%description c++-devel -l pl.UTF-8
88Pliki nagłówkowe biblioteki FLAC++.
89
90%package c++-static
91Summary: Static FLAC++ library
92Summary(pl.UTF-8): Statyczna biblioteka FLAC++
93Group: Development/Libraries
94Requires: %{name}-c++-devel = %{version}-%{release}
95
96%description c++-static
97Static FLAC++ library.
98
99%description c++-static -l pl.UTF-8
100Statyczna biblioteka FLAC++.
101
27b8e245 102%package -n xmms-input-flac
029ad246 103Summary: Free Lossless Audio Codec - XMMS plugin
3caef61b 104Summary(pl.UTF-8): Wtyczka FLAC dla XMMS
94159bd9 105License: GPL v2+
27b8e245 106Group: Libraries
4cae232c 107Requires: %{name} = %{version}-%{release}
e7c3645f 108Requires: xmms >= 0.9.5.1
27b8e245 109
110%description -n xmms-input-flac
111FLAC input plugin for XMMS.
112
7eefc9db
JR
113%description -n xmms-input-flac -l pl.UTF-8
114Wtyczka dla XMMS umożliwiająca odtwarzanie plików w formacie FLAC.
27b8e245 115
116%prep
117%setup -q
94159bd9 118
5f0f203e 119%{__rm} m4/ogg.m4
1193aa41 120
27b8e245 121%build
27b8e245 122%{__libtoolize}
4406e427 123%{__aclocal} -I m4
27b8e245 124%{__autoconf}
94159bd9 125%{__autoheader}
27b8e245 126%{__automake}
ec1aa008 127%configure \
e7c3645f
JB
128 --disable-silent-rules \
129 %{?with_static_libs:--enable-static} \
130 %{!?with_xmms:--disable-xmms-plugin}
f06c2744 131
27b8e245 132%{__make}
133
134%install
135rm -rf $RPM_BUILD_ROOT
136
dd43a64f 137%{__make} install \
138 DESTDIR=$RPM_BUILD_ROOT
27b8e245 139
87900f4c 140# no makefiles in doc dirs
e7c3645f
JB
141%{__rm} doc/html/{Makefile*,images/Makefile*,images/hw/Makefile*,ru/Makefile*}
142%{__rm} $RPM_BUILD_ROOT%{xmms_input_plugindir}/*.la
143%if %{with static_libs}
144%{__rm} $RPM_BUILD_ROOT%{xmms_input_plugindir}/*.a
145%endif
87900f4c 146
27b8e245 147%clean
dd43a64f 148rm -rf $RPM_BUILD_ROOT
27b8e245 149
150%post -p /sbin/ldconfig
151%postun -p /sbin/ldconfig
152
ef4d7dd5
JB
153%post c++ -p /sbin/ldconfig
154%postun c++ -p /sbin/ldconfig
155
27b8e245 156%files
27b8e245 157%defattr(644,root,root,755)
94159bd9 158%doc AUTHORS COPYING.Xiph README doc/html/{*.html,images}
87900f4c 159%lang(ru) %doc doc/html/ru
94159bd9
JB
160%attr(755,root,root) %{_bindir}/flac
161%attr(755,root,root) %{_bindir}/metaflac
162%attr(755,root,root) %{_libdir}/libFLAC.so.*.*.*
4406e427 163%attr(755,root,root) %ghost %{_libdir}/libFLAC.so.8
94159bd9
JB
164%{_mandir}/man1/flac.1*
165%{_mandir}/man1/metaflac.1*
27b8e245 166
167%files devel
168%defattr(644,root,root,755)
94159bd9 169%attr(755,root,root) %{_libdir}/libFLAC.so
94159bd9 170%{_libdir}/libFLAC.la
94159bd9 171%{_includedir}/FLAC
3730ca3f 172%{_pkgconfigdir}/flac.pc
94159bd9 173%{_aclocaldir}/libFLAC.m4
27b8e245 174
ec1aa008 175%if %{with static_libs}
27b8e245 176%files static
177%defattr(644,root,root,755)
94159bd9 178%{_libdir}/libFLAC.a
ef4d7dd5
JB
179%endif
180
181%files c++
182%defattr(644,root,root,755)
183%attr(755,root,root) %{_libdir}/libFLAC++.so.*.*.*
4406e427 184%attr(755,root,root) %ghost %{_libdir}/libFLAC++.so.6
ef4d7dd5
JB
185
186%files c++-devel
187%defattr(644,root,root,755)
188%attr(755,root,root) %{_libdir}/libFLAC++.so
189%{_libdir}/libFLAC++.la
190%{_includedir}/FLAC++
191%{_pkgconfigdir}/flac++.pc
192%{_aclocaldir}/libFLAC++.m4
193
194%if %{with static_libs}
195%files c++-static
196%defattr(644,root,root,755)
94159bd9 197%{_libdir}/libFLAC++.a
ec1aa008 198%endif
27b8e245 199
d878a8f5 200%if %{with xmms}
27b8e245 201%files -n xmms-input-flac
202%defattr(644,root,root,755)
94159bd9 203%attr(755,root,root) %{xmms_input_plugindir}/libxmms-flac.so
51cc0dde 204%endif
This page took 0.06045 seconds and 4 git commands to generate.