From 98f2a9fbf41ddb0d4e8ba9c1a037a29a5d9b0f2c Mon Sep 17 00:00:00 2001 From: GangHeok Kim Date: Tue, 10 Sep 2013 11:36:04 +0900 Subject: Fixed build error that debug files are not included in package Change-Id: I585a856ffa953cae19e5621b3c9e6c0842c79b18 --- packaging/qpdf.changes | 6 ++++++ packaging/qpdf.manifest | 6 +++--- packaging/qpdf.spec | 5 ++--- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 packaging/qpdf.changes diff --git a/packaging/qpdf.changes b/packaging/qpdf.changes new file mode 100644 index 0000000..6096280 --- /dev/null +++ b/packaging/qpdf.changes @@ -0,0 +1,6 @@ + -- GangHeok Kim Wed, 07 Aug 2013 15:39:24 +0900 + * Sync with private and rsa + -- GangHeok Kim Fri, 14 Dec 2012 14:00:01 +0900 + * Added spec file and smack manifest file + -- GangHeok Kim Fri, 14 Dec 2012 13:57:51 +0900 + * Ported qpdf initially diff --git a/packaging/qpdf.manifest b/packaging/qpdf.manifest index 017d22d..97e8c31 100644 --- a/packaging/qpdf.manifest +++ b/packaging/qpdf.manifest @@ -1,5 +1,5 @@ - - - + + + diff --git a/packaging/qpdf.spec b/packaging/qpdf.spec index 3018929..93e421b 100644 --- a/packaging/qpdf.spec +++ b/packaging/qpdf.spec @@ -60,14 +60,13 @@ rm -rf %{buildroot}/%{_datadir}/doc/qpdf %files %manifest %{name}.manifest -%defattr(-,root,root) %license Artistic-2.0 -%exclude %{_bindir}/* +%{_bindir}/* +%exclude %{_mandir}/man1/* %{_libdir}/libqpdf*.so.* %files devel %manifest %{name}.manifest -%defattr(-,root,root) %{_includedir}/* %{_libdir}/libqpdf*.so %{_libdir}/pkgconfig/*.pc -- cgit v1.2.3