automatic version update by autodist [release 1.3.3-1mamba;Tue Jun 10 2014]

This commit is contained in:
Automatic Build System 2024-01-06 06:14:45 +01:00
parent 917d77f457
commit d5777264b6

View File

@ -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 <autodist@mambasoft.it> 1.3.3-1mamba
- automatic version update by autodist
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
- automatic version update by autodist