rpms/SAASound/F-9 SAASound-3.2-fixweaksymbol.patch, NONE, 1.1 SAASound.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Apr 28 16:55:42 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/SAASound/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16924

Modified Files:
	.cvsignore sources 
Added Files:
	SAASound-3.2-fixweaksymbol.patch SAASound.spec 
Log Message:
* Thu Apr 17 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 3.2-5
- Some small cleanups as preperation for Fedora submission
- Change (correct) License tag to: BSD


SAASound-3.2-fixweaksymbol.patch:

--- NEW FILE SAASound-3.2-fixweaksymbol.patch ---
--- SAASound-3.2/src/Makefile.am.orig	2004-03-08 03:25:52.000000000 +0000
+++ SAASound-3.2/src/Makefile.am	2007-06-11 01:06:54.000000000 +0100
@@ -9,3 +9,5 @@
 libSAASound_la_LDFLAGS = 	\
         -release $(LT_RELEASE)	\
 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libSAASound_la_LIBADD = -lstdc++
+
--- SAASound-3.2/src/Makefile.in~	2008-04-17 14:20:18.000000000 +0200
+++ SAASound-3.2/src/Makefile.in	2008-04-17 14:20:18.000000000 +0200
@@ -160,7 +160,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(lib_LTLIBRARIES)
 
-libSAASound_la_LIBADD =
+libSAASound_la_LIBADD = -lstdc++
 am__objects_1 = SAAAmp.lo SAAEnv.lo SAAFreq.lo SAANoise.lo SAAImpl.lo \
 	SAASndC.lo
 am_libSAASound_la_OBJECTS = $(am__objects_1)


--- NEW FILE SAASound.spec ---
Name:           SAASound
Version:        3.2
Release:        5%{?dist}
Summary:        Phillips SAA 1099 sound chip emulator library
Group:          System Environment/Libraries
License:        BSD
URL:            http://simonowen.com/sam/saasound
Source0:        http://simonowen.com/sam/saasound/%{name}-%{version}.tar.gz
Patch0:         SAASound-3.2-fixweaksymbol.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Provides:       saasound = %{version}-%{release}

%description
Phillips SAA 1099 sound chip emulator library


%package devel
Summary:        Development files for SAASound
Group:          Development/Libraries
Requires:       SAASound = %{version}-%{release}
Provides:       saasound-devel = %{version}-%{release}

%description devel
Development files for SAASound


%prep
%setup -q
%patch0 -p1


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc LICENCE README
%{_libdir}/*.so.*


%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_includedir}/*.h


%changelog
* Thu Apr 17 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 3.2-5
- Some small cleanups as preperation for Fedora submission
- Change (correct) License tag to: BSD

* Mon Jun 11 2007 Ian Chapman <packages at amiga-hardware.com> 3.2-4%{?dist}
- Dropped old obsoletes/provides, shouldn't be needed anymore
- Added patch to fix undefined-non-weak-symbol warnings

* Mon May 29 2006 Ian Chapman <packages at amiga-hardware.com> 3.2-3%{?dist}
- Added %%{version}-%%{release} to provides
- Added lowercase provides alias in preparation for probable policy change
- Removed superfluous documentation from devel package

* Sun May 07 2006 Ian Chapman <packages at amiga-hardware.com> 3.2-2.iss
- Altered spec file to better follow Fedora Core guidelines
- Package renamed to match upstream
- Static library and libtool libraries removed

* Mon Feb 28 2005 Ian Chapman <packages at amiga-hardware.com> 3.2-1.iss
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/SAASound/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Apr 2008 16:42:49 -0000	1.1
+++ .cvsignore	28 Apr 2008 16:55:07 -0000	1.2
@@ -0,0 +1 @@
+SAASound-3.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/SAASound/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Apr 2008 16:42:49 -0000	1.1
+++ sources	28 Apr 2008 16:55:07 -0000	1.2
@@ -0,0 +1 @@
+6a1e45f3f8958be6cfe88872cec3763f  SAASound-3.2.tar.gz




More information about the fedora-extras-commits mailing list