packages: highlight/highlight.spec - pass paths to gui, - move more files t...

gotar gotar at pld-linux.org
Mon Jul 6 03:34:55 CEST 2009


Author: gotar                        Date: Mon Jul  6 01:34:55 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pass paths to gui,
- move more files to gui subpackage,
- added missing BR.

---- Files affected:
packages/highlight:
   highlight.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/highlight/highlight.spec
diff -u packages/highlight/highlight.spec:1.10 packages/highlight/highlight.spec:1.11
--- packages/highlight/highlight.spec:1.10	Mon Jul  6 03:11:34 2009
+++ packages/highlight/highlight.spec	Mon Jul  6 03:34:50 2009
@@ -19,6 +19,7 @@
 BuildRequires:	QtCore-devel
 BuildRequires:	QtGui-devel
 BuildRequires:	qt4-build
+BuildRequires:	qt4-qmake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_sysconfdir	/etc/highlight
@@ -73,7 +74,7 @@
 	CXXFLAGS="%{rpmcxxflags}"
 %{__make} gui \
 	CXX="%{__cxx}" \
-	CXXFLAGS="%{rpmcxxflags}"
+	CXXFLAGS="%{rpmcxxflags} "'$(DEFINES)'
 
 %{?with_apidocs:%{__make} apidocs}
 
@@ -97,7 +98,9 @@
 %doc AUTHORS ChangeLog README README_LANGLIST README_REGEX TODO examples
 %lang(de) %doc README_DE
 %attr(755,root,root) %{_bindir}/%{name}
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/langDefs
+%{_datadir}/%{name}/themes
 %{_mandir}/man1/*
 %dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
@@ -110,6 +113,11 @@
 
 %files gui
 %attr(755,root,root) %{_bindir}/%{name}-gui
+%dir %{_datadir}/%{name}/gui_files
+%dir %{_datadir}/%{name}/gui_files/l10n
+%lang(de) %dir %{_datadir}/%{name}/gui_files/l10n/highlight_de_DE.qm
+%lang(es) %dir %{_datadir}/%{name}/gui_files/l10n/highlight_es_ES.qm
+%{_datadir}/%{name}/gui_files/ext
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.xpm
 
@@ -119,6 +127,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2009/07/06 01:34:50  gotar
+- pass paths to gui,
+- move more files to gui subpackage,
+- added missing BR.
+
 Revision 1.10  2009/07/06 01:11:34  gotar
 - upgraded to 2.10, GPL v2 replaced with GPL v3,
 - added gui subpackage
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/highlight/highlight.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list