[libdvbpsi-devel] Update rpm specfile
Jean-Paul Saman
git at videolan.org
Thu Mar 26 12:03:57 CET 2015
libdvbpsi | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Thu Mar 26 11:05:14 2015 +0100| [13191ab7e4520c6b13407c5d215ef30669cd0be4] | committer: Jean-Paul Saman
Update rpm specfile
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=13191ab7e4520c6b13407c5d215ef30669cd0be4
---
libdvbpsi.spec.in | 3 +++
src/Makefile.am | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/libdvbpsi.spec.in b/libdvbpsi.spec.in
index ff5bd89..e070c18 100644
--- a/libdvbpsi.spec.in
+++ b/libdvbpsi.spec.in
@@ -78,6 +78,9 @@ rm -rf %buildroot
%{_includedir}/*
%changelog
+* Thu Mar 26 2015 Jean-Paul Saman <jpsaman at videolan.org> - 1.3.0
+- bugfixes and new descriptors
+
* Thu Apr 21 2011 Jean-Paul Saman <jpsaman at videolan.org>
- Correctly build rpm package on x86_64
- Enable debug symbols in build (usefull for %name-debuginfo package)
diff --git a/src/Makefile.am b/src/Makefile.am
index 9b4f7b1..e47715f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -159,3 +159,7 @@ install-data-local:
install-data-hook:
mv $(DESTDIR)$(pkgincludedir)/aac_profile.h $(DESTDIR)$(pkgincludedir)/types
+
+uninstall-local:
+ rm -f $(DESTDIR)$(pkgincludedir)/types/aac_profile.h
+ rmdir $(DESTDIR)$(pkgincludedir)/types
More information about the libdvbpsi-devel
mailing list