From a14da1c0431c5a8f94d3af92e5f8c85449b7478d42928b1174a8be7b61018aa1 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 16 Dec 2011 10:13:41 +0000 Subject: [PATCH] Accepting request 96559 from home:Ignotusp OBS-URL: https://build.opensuse.org/request/show/96559 OBS-URL: https://build.opensuse.org/package/show/Publishing/djvu2pdf?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++++ .gitignore | 1 + djvu2pdf-0.9.2.tar.gz | 3 +++ djvu2pdf.changes | 4 +++ djvu2pdf.spec | 58 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 89 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 djvu2pdf-0.9.2.tar.gz create mode 100644 djvu2pdf.changes create mode 100644 djvu2pdf.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/djvu2pdf-0.9.2.tar.gz b/djvu2pdf-0.9.2.tar.gz new file mode 100644 index 0000000..99c36db --- /dev/null +++ b/djvu2pdf-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe86237bf4412934d828dfb5d20fe9b584d584ef65b012a893ec853c1e84a6c +size 3037 diff --git a/djvu2pdf.changes b/djvu2pdf.changes new file mode 100644 index 0000000..073640c --- /dev/null +++ b/djvu2pdf.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Dec 14 09:31:11 UTC 2011 - nlminhtl@gmail.com + +- Intial release diff --git a/djvu2pdf.spec b/djvu2pdf.spec new file mode 100644 index 0000000..90dadf5 --- /dev/null +++ b/djvu2pdf.spec @@ -0,0 +1,58 @@ +# +# spec file for package djvu2pdf + +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +Name: djvu2pdf +Version: 0.9.2 +Release: 1 +License: GPL-2.0+ or LGPL-2.0+ +Summary: Converting Djvu Files to PDF Files +Url: http://0x2a.at/s/projects/djvu2pdf +Group: Productivity/Graphics/Other +Source: http://0x2a.at/site/projects/djvu2pdf/%{name}-%{version}.tar.gz + +Requires: djvulibre +Requires: ghostscript-library + +BuildArch: noarch + +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +A small tool to convert Djvu files to PDF files. Works on Linux, BSD and MacOS. + +%prep +%setup -q + +%build + +%install +mkdir -p $RPM_BUILD_ROOT/%{_bindir} +mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 +install %{name} $RPM_BUILD_ROOT%{_bindir} +install -m 0644 %{name}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1 + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%doc changelog copyright +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1.gz + +%changelog +