This commit is contained in:
parent
60bda26a2e
commit
ceeefbd5ce
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 17:17:27 CEST 2009 - tiwai@suse.de
|
||||
|
||||
- added progs sub-packabe (bnc#443543)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 12:43:22 CET 2008 - tiwai@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsamplerate (Version 0.1.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@ Name: libsamplerate
|
||||
BuildRequires: pkgconfig
|
||||
Summary: A Sample Rate Converter Library
|
||||
Version: 0.1.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 or later
|
||||
Group: System/Libraries
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -59,6 +59,20 @@ to develop applications that require these.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Erik de Castro Lopo <erikd@mega-nerd.com>
|
||||
|
||||
%package progs
|
||||
License: GPL v2 or later
|
||||
Summary: Example Programs for libsamplerate
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
|
||||
%description progs
|
||||
This package includes the example programs for libsamplerate.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Erik de Castro Lopo <erikd@mega-nerd.com>
|
||||
@ -76,8 +90,6 @@ make %{?jobs:-j %jobs}
|
||||
make DESTDIR="$RPM_BUILD_ROOT" install
|
||||
# remove unneeded files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
# remove example binaries
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
# remove document Makefiles
|
||||
rm -f doc/Makefile*
|
||||
|
||||
@ -99,7 +111,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files progs
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 23 2009 tiwai@suse.de
|
||||
- added progs sub-packabe (bnc#443543)
|
||||
* Wed Nov 12 2008 tiwai@suse.de
|
||||
- fixed misc build errors: remove unnecessary Makefiles in doc and
|
||||
fixed package summary
|
||||
|
Loading…
x
Reference in New Issue
Block a user