diff options
-rw-r--r-- | packaging/qpdf.changes | 6 | ||||
-rw-r--r-- | packaging/qpdf.manifest | 6 | ||||
-rw-r--r-- | packaging/qpdf.spec | 5 |
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 |