Projects
Multimedia
rsound
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
rsound.spec
Changed
@@ -20,7 +20,6 @@ Summary: Multi-platform, simple PCM audio server and client Source: https://github.com/downloads/Themaister/RSound/rsound-1.1.tar.gz Patch1: rsound-lib64.patch -Patch2: rsound-no_jack_free.patch URL: https://github.com/Themaister/RSound Group: System/Sound Daemons License: GPL-3.0+ @@ -53,6 +52,7 @@ %package -n librsound-devel Summary: Multi-platform, simple PCM audio server and client Group: Development/Libraries/C and C++ +Obsoletes: librsound-devel-static Requires: librsound%{soname} = %{version} %description -n librsound-devel @@ -60,24 +60,11 @@ This package contains the development environment. -%package -n librsound-devel-static -Summary: Multi-platform, simple PCM audio server and client -Group: Development/Libraries/C and C++ -Requires: librsound-devel = %{version} - -%description -n librsound-devel-static -RSound is a multi-platform, simple PCM audio server and client. - -This package contains the static libraries. - %prep %setup -q %if %{_lib}==lib64 %patch1 %endif -%if 0%{?suse_version} < 1140 -%patch2 -%endif %build ./configure \ @@ -105,13 +92,12 @@ %install %makeinstall +find %{buildroot} -type f -name "*.la" -delete -print +find %{buildroot} -type f -name "*.a" -delete -print %post -n librsound%{soname} -p /sbin/ldconfig %postun -n librsound%{soname} -p /sbin/ldconfig -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING DOCUMENTATION README @@ -131,8 +117,4 @@ %{_libdir}/librsound.so %{_libdir}/pkgconfig/rsound.pc -%files -n librsound-devel-static -%defattr(-,root,root) -%{_libdir}/librsound.a - %changelog
View file
rsound-no_jack_free.patch
Deleted
@@ -1,20 +0,0 @@ ---- src/drivers/jack.c.orig 2012-07-20 01:16:17.636149494 +0200 -+++ src/drivers/jack.c 2012-07-20 01:16:39.232148724 +0200 -@@ -209,7 +209,7 @@ - } - - -- jack_free(jports); -+ free(jports); - for (int i = 0; i < num_parsed_ports; i++) - free(dest_ports[i]); - return 0; -@@ -219,7 +219,7 @@ - free(dest_ports[i]); - - if (jports != NULL) -- jack_free(jports); -+ free(jports); - return -1; - } -
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.