Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
x264
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 8
[-]
[+]
Changed
x264.spec
@@ -8,7 +8,7 @@ %define svncomp 20071225 Name: %{binname} -Summary: A free h264/avc encoder - encoder binary. +Summary: A free h264/avc encoder - encoder binary Version: 0.0svn%{svn} Release: 0.pm.2 License: GNU General Public License (GPL) @@ -82,7 +82,7 @@ %package -n %{realname}-devel -Summary: Libraries and include file for the x264 encoder. +Summary: Libraries and include file for the x264 encoder Group: Development/Libraries/C and C++ Requires: %{realname}-%{soname} = %{version}-%{release} Requires: %{buildrequires} @@ -131,6 +131,18 @@ %clean %__rm -rf "%{buildroot}" +%post -n %{realname}-%{soname} +/sbin/ldconfig + +%postun -n %{realname}-%{soname} +/sbin/ldconfig + +%post -n %{realname}-%{sonamecomp} +/sbin/ldconfig + +%postun -n %{realname}-%{sonamecomp} +/sbin/ldconfig + %files %defattr(-,root,root) %doc doc/*.txt