Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-10-03 09:48:12 +0400
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-10-03 09:48:12 +0400
commitf398c65cf96dbb81933da2b96f697c6f0ce735fb (patch)
tree2b1b492caccde817f0a4be6112e4ee8721a7c4d4 /Speex.spec.in
parent4ad1575dbe8a556028aa92a49ac7809bb569223a (diff)
Added a devel package and man pages to installation
git-svn-id: http://svn.xiph.org/trunk/speex@3972 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'Speex.spec.in')
-rw-r--r--Speex.spec.in32
1 files changed, 24 insertions, 8 deletions
diff --git a/Speex.spec.in b/Speex.spec.in
index dfa9c3d..190282b 100644
--- a/Speex.spec.in
+++ b/Speex.spec.in
@@ -21,7 +21,18 @@ Vorbis which targets general audio) signals and providing good narrowband
and wideband quality. This project aims to be complementary to the Vorbis
codec.
+%package devel
+Summary: Speex development files
+Group: Development/Libraries
+Requires: %{name} = %{version}
+
+%description devel
+Speex development files.
+
%changelog
+* Thu Oct 03 2002 Jean-Marc Valin
+- Added devel package inspired from PLD spec file
+
* Tue Jul 30 2002 Fredrik Rambris <boost@users.sourceforge.net> 0.5.2
- Added buildroot and docdir and ldconfig. Makes it builadble by non-roots
and also doesn't write to actual library paths when building.
@@ -42,11 +53,16 @@ make DESTDIR=$RPM_BUILD_ROOT install
%postun -p /sbin/ldconfig
%files
-%defattr(-, root, root)
-%doc AUTHORS COPYING NEWS TODO README
-/usr/lib/libspeex*
-/usr/bin/speexenc
-/usr/bin/speexdec
-/usr/include/speex.h
-/usr/include/speex_bits.h
-/usr/include/speex_header.h
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+/usr/share/man/man1/speexenc.1*
+/usr/share/man/man1/speexdec.1*
+%attr(755,root,root) %{_bindir}/speex*
+%attr(755,root,root) %{_libdir}/libspeex*.so
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libspeex*.la
+%{_includedir}/speex*.h
+%{_libdir}/libspeex*.a
+