Accepting request 83077 from home:jengelh:bl-c

- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel building
- Add celt-devel to baselibs

OBS-URL: https://build.opensuse.org/request/show/83077
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/celt?expand=0&rev=31
This commit is contained in:
Ismail Dönmez 2011-09-18 18:26:51 +00:00 committed by Git OBS Bridge
parent aeef000d76
commit b12089bf2b
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