Update to 0.6.0

- Remove extra_lib directory from sources, like do gpac-snapshot.sh.
- Add License tag.
- Clean defattr(s).
el8
Sérgio M. Basto 9 years ago
parent 71acd88c9f
commit efa8bba75d

@ -137,6 +137,7 @@ web browsers.
%prep %prep
%setup -q %setup -q
rm -r extra_lib/
# Fix encoding warnings # Fix encoding warnings
cp -p doc/ipmpx_syntax.bt doc/ipmpx_syntax.bt.origine cp -p doc/ipmpx_syntax.bt doc/ipmpx_syntax.bt.origine
iconv -f ISO-8859-1 -t UTF8 doc/ipmpx_syntax.bt.origine > doc/ipmpx_syntax.bt iconv -f ISO-8859-1 -t UTF8 doc/ipmpx_syntax.bt.origine > doc/ipmpx_syntax.bt
@ -260,7 +261,6 @@ rm $RPM_BUILD_ROOT%{_includedir}/gpac/config.h
%files %files
%defattr(-,root,root,-)
%doc AUTHORS BUGS Changelog README.md TODO %doc AUTHORS BUGS Changelog README.md TODO
%license COPYING %license COPYING
%{_bindir}/DashCast %{_bindir}/DashCast
@ -274,14 +274,13 @@ rm $RPM_BUILD_ROOT%{_includedir}/gpac/config.h
%{_mandir}/man1/*.1.* %{_mandir}/man1/*.1.*
%files libs %files libs
%defattr(-,root,root,-)
%{_libdir}/libgpac.so.* %{_libdir}/libgpac.so.*
%{_libdir}/gpac/ %{_libdir}/gpac/
%{?_with_osmo: %{?_with_osmo:
%files -n %{osmo} %files -n %{osmo}
%defattr(-,root,root,-) %doc AUTHORS BUGS README TODO
%doc AUTHORS BUGS COPYING README TODO %lincense COPYING
%{_bindir}/Osmo4 %{_bindir}/Osmo4
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/%{osmo}.xpm %{_datadir}/pixmaps/%{osmo}.xpm
@ -289,29 +288,28 @@ rm $RPM_BUILD_ROOT%{_includedir}/gpac/config.h
%{?_with_mozilla: %{?_with_mozilla:
%files -n mozilla-%{osmo} %files -n mozilla-%{osmo}
%defattr(-,root,root,-)
%{_libdir}/mozilla/plugins/nposmozilla.so %{_libdir}/mozilla/plugins/nposmozilla.so
%{_libdir}/mozilla/components/nposmozilla.xpt %{_libdir}/mozilla/components/nposmozilla.xpt
} }
%files doc %files doc
%defattr(-,root,root,-)
%doc doc/html-libgpac/* %doc doc/html-libgpac/*
%files devel %files devel
%defattr(-,root,root,-)
%doc doc/CODING_STYLE doc/ipmpx_syntax.bt %doc doc/CODING_STYLE doc/ipmpx_syntax.bt
%{_includedir}/gpac/ %{_includedir}/gpac/
%{_libdir}/libgpac.so %{_libdir}/libgpac.so
%files devel-static %files devel-static
%defattr(-,root,root,-)
%{_libdir}/libgpac_static.a %{_libdir}/libgpac_static.a
%changelog %changelog
* Wed Feb 24 2016 Sérgio Basto <sergio@serjux.com> - 0.6.0-1 * Wed Feb 24 2016 Sérgio Basto <sergio@serjux.com> - 0.6.0-1
- Update to 0.6.0 - Update to 0.6.0
- Remove extra_lib directory from sources, like do gpac-snapshot.sh.
- Add License tag.
- Clean defattr(s).
* Sun Oct 11 2015 Michael Kuhn <suraia@ikkoku.de> - 0.5.2-1 * Sun Oct 11 2015 Michael Kuhn <suraia@ikkoku.de> - 0.5.2-1
- Update to 0.5.2. - Update to 0.5.2.

Loading…
Cancel
Save