diff --git a/libxvidcore.spec b/libxvidcore.spec index e67fa02..500f8df 100644 --- a/libxvidcore.spec +++ b/libxvidcore.spec @@ -1,5 +1,5 @@ Name: libxvidcore -Version: 1.3.2 +Version: 1.3.3 Release: 1mamba Summary: Free reimplementation of the OpenDivX video codec Group: System/Libraries @@ -46,11 +46,6 @@ popd %makeoldinstall \ -C build/generic -# make a .so symlink to the so.x.x file -pushd %{buildroot}%{_libdir} -%{__ln_s} %{name}.so* %{name}.so -popd - # fixup strange shared library permissions chmod 755 %{buildroot}%{_libdir}/*.so* @@ -63,7 +58,7 @@ chmod 755 %{buildroot}%{_libdir}/*.so* %files %defattr(-, root, root) %{_libdir}/*.so.* -%doc AUTHORS ChangeLog LICENSE README TODO +%doc AUTHORS LICENSE %files devel %defattr(-, root, root) @@ -71,8 +66,12 @@ chmod 755 %{buildroot}%{_libdir}/*.so* %{_libdir}/*.a %{_libdir}/*.so %doc CodingStyle examples/{README,cactus.pgm.bz2,*.c} +%doc ChangeLog README TODO %changelog +* Tue Jun 10 2014 Automatic Build System 1.3.3-1mamba +- automatic version update by autodist + * Sat Dec 01 2012 Automatic Build System 1.3.2-1mamba - automatic version update by autodist