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:
commit
f8f370bf13
@ -1 +1,4 @@
|
|||||||
libcelt0-2
|
libcelt0-2
|
||||||
|
celt-devel
|
||||||
|
requires -celt-<targettype>
|
||||||
|
requires "libcelt0-2-<targettype> = <version>"
|
||||||
|
@ -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
|
Fri Sep 9 15:00:31 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: celt
|
Name: celt
|
||||||
@ -62,15 +61,12 @@ autoreconf -f -i
|
|||||||
%configure\
|
%configure\
|
||||||
--disable-static\
|
--disable-static\
|
||||||
--with-pic
|
--with-pic
|
||||||
%{__make} %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%buildroot install
|
make DESTDIR=%buildroot install
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %buildroot
|
|
||||||
|
|
||||||
%post -n libcelt0-2 -p /sbin/ldconfig
|
%post -n libcelt0-2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcelt0-2 -p /sbin/ldconfig
|
%postun -n libcelt0-2 -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user