Accepting request 83090 from multimedia:libs

- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel building
- Add celt-devel to baselibs (forwarded request 83077 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/celt?expand=0&rev=15
This commit is contained in:
Lars Vogdt 2011-09-19 13:55:46 +00:00 committed by Git OBS Bridge
commit f8f370bf13
3 changed files with 11 additions and 5 deletions

View File

@ -1 +1,4 @@
libcelt0-2
celt-devel
requires -celt-<targettype>
requires "libcelt0-2-<targettype> = <version>"

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Sep 17 22:46:10 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel building
- Add celt-devel to baselibs
-------------------------------------------------------------------
Fri Sep 9 15:00:31 UTC 2011 - coolo@suse.com

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: celt
@ -62,15 +61,12 @@ autoreconf -f -i
%configure\
--disable-static\
--with-pic
%{__make} %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
make DESTDIR=%buildroot install
rm -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf %buildroot
%post -n libcelt0-2 -p /sbin/ldconfig
%postun -n libcelt0-2 -p /sbin/ldconfig