SPECS: pangopdf.spec - separated viewer to kill qt dep in base

qboosh qboosh at pld-linux.org
Fri Oct 21 22:05:53 CEST 2005


Author: qboosh                       Date: Fri Oct 21 20:05:53 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separated viewer to kill qt dep in base

---- Files affected:
SPECS:
   pangopdf.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/pangopdf.spec
diff -u SPECS/pangopdf.spec:1.20 SPECS/pangopdf.spec:1.21
--- SPECS/pangopdf.spec:1.20	Fri Oct 21 21:58:17 2005
+++ SPECS/pangopdf.spec	Fri Oct 21 22:05:48 2005
@@ -77,6 +77,20 @@
 Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
 używających bibliotek pangopdf.
 
+%package viewer
+Summary:	pangopdf and Qt based UTF-8 file viewer
+Summary(pl):	Przeglądarka plików UTF-8 oparta na pangopdf i Qt
+Group:		X11/Applications
+Requires:	%{name} = %{version}-%{release}
+
+%description viewer
+Example program to view a UTF-8 encoding file using Pango to render
+result.
+
+%description viewer -l pl
+Przykładowy program do oglądania plików w kodowaniu UTF-8 przy użyciu
+Pango do wyświetlania wyników.
+
 %prep
 %setup -q
 
@@ -114,7 +128,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS* ChangeLog* NEWS* README* TODO
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/pangopdf-querymodules
 %dir %{_sysconfdir}/pangopdf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pangopdf/pangox.aliases
 %dir %{_libdir}/pangopdf
@@ -133,12 +147,21 @@
 %{_includedir}/pangopdf
 %{_gtkdocdir}/pangopdf
 
+%if %{with qt}
+%files viewer
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pango-viewer
+%endif
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/10/21 20:05:48  qboosh
+- separated viewer to kill qt dep in base
+
 Revision 1.20  2005/10/21 19:58:17  qboosh
 - fixed qt usage
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pangopdf.spec?r1=1.20&r2=1.21&f=u




More information about the pld-cvs-commit mailing list