Commit 13191ab7 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Update rpm specfile

parent da7fa637
...@@ -78,6 +78,9 @@ rm -rf %buildroot ...@@ -78,6 +78,9 @@ rm -rf %buildroot
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Thu Mar 26 2015 Jean-Paul Saman <jpsaman@videolan.org> - 1.3.0
- bugfixes and new descriptors
* Thu Apr 21 2011 Jean-Paul Saman <jpsaman@videolan.org> * Thu Apr 21 2011 Jean-Paul Saman <jpsaman@videolan.org>
- Correctly build rpm package on x86_64 - Correctly build rpm package on x86_64
- Enable debug symbols in build (usefull for %name-debuginfo package) - Enable debug symbols in build (usefull for %name-debuginfo package)
......
...@@ -159,3 +159,7 @@ install-data-local: ...@@ -159,3 +159,7 @@ install-data-local:
install-data-hook: install-data-hook:
mv $(DESTDIR)$(pkgincludedir)/aac_profile.h $(DESTDIR)$(pkgincludedir)/types mv $(DESTDIR)$(pkgincludedir)/aac_profile.h $(DESTDIR)$(pkgincludedir)/types
uninstall-local:
rm -f $(DESTDIR)$(pkgincludedir)/types/aac_profile.h
rmdir $(DESTDIR)$(pkgincludedir)/types
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment