Accepting request 55263 from multimedia:libs
Accepted submit request 55263 from user elvigia OBS-URL: https://build.opensuse.org/request/show/55263 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libass?expand=0&rev=11
This commit is contained in:
commit
425a16a7ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c
|
||||
size 297004
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 20:09:08 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- fix -devel package dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 10 23:58:47 UTC 2010 - reddwarf@opensuse.org
|
||||
|
||||
|
13
libass.spec
13
libass.spec
@ -48,9 +48,6 @@ Portable Library for SSA/ASS Subtitles Rendering.
|
||||
License: GPLv2+
|
||||
Summary: Portable Library for SSA/ASS Subtitles Rendering
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: enca-devel
|
||||
Requires: fontconfig-devel
|
||||
Requires: freetype2-devel
|
||||
Requires: glibc-devel
|
||||
Requires: libass4 = %{version}
|
||||
|
||||
@ -61,15 +58,17 @@ This package is needed if you want to develop / compile against libASS.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure\
|
||||
--disable-static \
|
||||
--disable-shave
|
||||
%{__make} %{?_smp_mflags} V=1
|
||||
%configure --disable-silent-rules \
|
||||
--disable-static
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__make} DESTDIR='%{buildroot}' install
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%post -n libass4 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libass4 -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user