source: projects/specs/trunk/a/alsa-oss/alsa-oss-vl.spec @ 12505

Revision 12505, 4.1 KB checked in by tomop, 3 years ago (diff)

updated 6 packages

alsa-lib-1.2.3.2-1

alsa-oss-1.1.8-1

alsa-plugins-1.2.2-1

libproxy-0.4.15-4

python3-3.8.6-1

samba-4.13.0-2

Line 
1Summary:        Advanced Linux Sound Architecture (ALSA) wrapper for OSS
2Name:           alsa-oss
3Version:        1.1.8
4Release:        1%{?_dist_release}
5Group:          multimedia
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9License:        GPLv2+
10URL:            http://www.alsa-project.org/
11Source:         ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-%{version}.tar.bz2
12Patch:          %{name}-1.0.12-aoss.patch
13Patch1:         %{name}-glibc-open.patch
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15BuildRequires:  alsa-lib-devel >= %{version}
16%ifarch x86_64
17BuildRequires:  automake, libtool
18%endif
19Requires:       %{name}-libs = %{version}-%{release}
20
21%description
22This package contains the compatibility library and wrapper script for
23running legacy OSS applications through ALSA. Unlike the kernel
24driver, this has the advantage of supporting DMIX software mixing.
25
26
27%package libs
28Summary:        ALSA/OSS wrapper libraries
29Group:          system
30Requires:       %{name} = %{version}-%{release}
31%description libs
32System libraries for alsa-oss.
33
34
35%package devel
36Summary:        Headers for ALSA wrapper for OSS
37Group:          programming
38Requires:       %{name} = %{version}-%{release}, %{name}-libs = %{version}-%{release}
39%description devel
40Header files for alsa-oss.
41
42
43%debug_package
44
45
46%prep
47%setup -q
48%patch1 -p1
49
50
51%build
52%ifarch x86_64
53autoreconf -f -i
54%endif
55%configure \
56%ifarch x86_64
57        --disable-rpath \
58%endif
59        --disable-static
60%{__make} %{?_smp_mflags}
61
62
63%install
64%{__rm} -rf $RPM_BUILD_ROOT
65%{__make} install DESTDIR=$RPM_BUILD_ROOT
66%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
67
68
69%clean
70%{__rm} -rf $RPM_BUILD_ROOT
71
72
73%post libs -p /sbin/ldconfig
74%postun libs -p /sbin/ldconfig
75
76
77%files
78%defattr(-,root,root,-)
79%license COPYING
80%{_bindir}/aoss
81
82%files libs
83%defattr(-,root,root,-)
84%{_libdir}/*.so.*
85%{_mandir}/man?/*
86
87%files devel
88%defattr(-,root,root,-)
89%doc oss-redir/README
90%{_includedir}/*
91%{_libdir}/*.a
92%{_libdir}/*.so
93
94
95%changelog
96* Fri Oct 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.8-1
97- new upstream release.
98
99* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.28-1
100- new upstream release
101
102* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.25-1
103- new upstream release
104
105* Thu Feb 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.17-1
106- initial build for Vine Linux
107
108* Tue Jul 29 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.17-1
109- New upstream version
110
111* Mon Oct 22 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.0.15-0.1
112- New upstream version
113
114* Thu Aug 16 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.0.14-3
115- License clarification
116- Copied glibc open() workaround from alsa-lib-1.0.14-glibc-open.patch
117
118* Wed Jul 25 2007 Warren Togami <wtogami@redhat.com> 1.0.14-2
119- binutils/gcc bug rebuild (#249435)
120
121* Tue Jul 24 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.0.14-1
122- Updated to match F8 alsa-libs
123- Changed reference to patch filename
124
125* Thu Feb 08 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.0.12-4
126- Split out libraries to -libs subpackage, fixing BZ#221711
127- Implemented changes as recommended by Jason Tibbitts
128- Adjusted aoss patch to allow for 32-bit library use on x86_64
129- Added reference in man page to added functionality
130- Resultant alsa-oss package reports no-binary error (necessary evil, I guess)
131
132* Fri Oct 06 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.0.12-3
133- Added conditionalized rpath fixes for x86_64 (thanks Denis!)
134- Re-added *.a to -devel package
135- Added %%defattr for -devel, added oss-redir/README as %%doc
136
137* Thu Oct 05 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.0.12-2
138- Adding --disable-static to configure
139- Removing *.a from -devel package
140- Adding name and version to patch
141- Removing commented-out autoreconf line
142- Forcibly deleting *.a files in %%install (why didn't it believe me?)
143
144* Tue Oct 03 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.0.12-1
145- Hijacked from stalled review (BZ#187706)
146- Bumped to 1.0.12 for devel branch
147- Removed Req for /sbin/ldconfig (unnecessary when using -p in scriptlets)
148- Added dist tag!
149- Made macros slightly more consistent
150- Deleted .la files in %%install
151
152* Sun Apr  2 2006 Michel Salim <michel.salim@gmail.com> 1.0.11-1.rc3
153- Initial build.
Note: See TracBrowser for help on using the repository browser.