summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGangHeok Kim <gangheok.kim@samsung.com>2013-09-10 11:36:04 +0900
committerGangHeok Kim <gangheok.kim@samsung.com>2013-09-11 11:43:09 +0900
commit98f2a9fbf41ddb0d4e8ba9c1a037a29a5d9b0f2c (patch)
tree4179236a8bcd47b31974ef0c4c659a21767ed5eb
parentd1115d734050835cdffcda17be99501a9c22e431 (diff)
downloadqpdf-98f2a9fbf41ddb0d4e8ba9c1a037a29a5d9b0f2c.tar.gz
qpdf-98f2a9fbf41ddb0d4e8ba9c1a037a29a5d9b0f2c.tar.bz2
qpdf-98f2a9fbf41ddb0d4e8ba9c1a037a29a5d9b0f2c.zip
Change-Id: I585a856ffa953cae19e5621b3c9e6c0842c79b18
-rw-r--r--packaging/qpdf.changes6
-rw-r--r--packaging/qpdf.manifest6
-rw-r--r--packaging/qpdf.spec5
3 files changed, 11 insertions, 6 deletions
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 <gangheok.kim@samsung.com> Wed, 07 Aug 2013 15:39:24 +0900
+ * Sync with private and rsa
+ -- GangHeok Kim <gangheok.kim@samsung.com> Fri, 14 Dec 2012 14:00:01 +0900
+ * Added spec file and smack manifest file
+ -- GangHeok Kim <gangheok.kim@samsung.com> 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 @@
<manifest>
- <request>
- <domain name="_"/>
- </request>
+ <request>
+ <domain name="_"/>
+ </request>
</manifest>
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