Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory 
checked in at 2012-03-07 20:10:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pdf2djvu (Old)
 and      /work/SRC/openSUSE:Factory/.pdf2djvu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdf2djvu", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/pdf2djvu/pdf2djvu.changes        2012-02-01 
11:53:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pdf2djvu.new/pdf2djvu.changes   2012-03-07 
20:10:07.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 28 09:52:18 UTC 2012 - [email protected]
+
+- Split off language package.
+- Use pkgconfig(*) build dependencies.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pdf2djvu.spec ++++++
--- /var/tmp/diff_new_pack.japgXQ/_old  2012-03-07 20:10:08.000000000 +0100
+++ /var/tmp/diff_new_pack.japgXQ/_new  2012-03-07 20:10:08.000000000 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           pdf2djvu
 Version:        0.7.12
 Release:        0
@@ -25,13 +26,14 @@
 Source0:        http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz
 BuildRequires:  djvulibre
 BuildRequires:  gcc-c++
-BuildRequires:  libGraphicsMagick++-devel
-BuildRequires:  libdjvulibre-devel
-BuildRequires:  libpoppler-devel
-BuildRequires:  libxslt-devel
+BuildRequires:  pkgconfig(GraphicsMagick++)
+BuildRequires:  pkgconfig(ddjvuapi)
+BuildRequires:  pkgconfig(libxslt)
+BuildRequires:  pkgconfig(poppler)
 # Requires to run tests correctly.
 BuildRequires:  ghostscript-fonts-std
 Requires:       djvulibre
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,6 +41,8 @@
 graphics, text layer, hyperlinks, document outline (bookmarks) and
 metadata.
 
+%lang_package
+
 %prep
 %setup -q
 
@@ -48,17 +52,21 @@
 
 %install
 %make_install
-%find_lang %{name}
+%find_lang %{name} --with-man
 
 %check
 make test
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 %doc COPYING doc/changelog doc/cjk.txt doc/credits.txt
 %doc doc/djvudigital.txt
 %{_bindir}/%{name}
 %doc %{_mandir}/man?/*
-%doc %{_mandir}/??
+
+%files lang -f %{name}.lang
+%defattr(-,root,root,-)
+%doc %dir %{_mandir}/??
+%doc %dir %{_mandir}/??/man1
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to