SPECS: emacsen-gnus-pkg.spec - unified, avoid packaging info/dir

qboosh qboosh at pld-linux.org
Sun Jan 27 14:25:07 CET 2008


Author: qboosh                       Date: Sun Jan 27 13:25:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unified, avoid packaging info/dir

---- Files affected:
SPECS:
   emacsen-gnus-pkg.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/emacsen-gnus-pkg.spec
diff -u SPECS/emacsen-gnus-pkg.spec:1.11 SPECS/emacsen-gnus-pkg.spec:1.12
--- SPECS/emacsen-gnus-pkg.spec:1.11	Sun Jan 27 14:06:28 2008
+++ SPECS/emacsen-gnus-pkg.spec	Sun Jan 27 14:25:01 2008
@@ -1,7 +1,10 @@
 # $Revision$, $Date$
+#
+# Conditional build:
 %bcond_without	xemacs	# Build without XEmacs support
 %bcond_without	emacs	# Build without GNU Emacs support
 %bcond_without	pdf_doc	# Don't build PDF documentation
+#
 %define		_the_name gnus
 Summary:	An Emacs/XEmacs newsreader and mail client
 Summary(pl.UTF-8):	Czytnik grup dyskusyjnych i klient poczty dla Emacsa/XEmacsa
@@ -61,8 +64,8 @@
 Summary(pl.UTF-8):	Kod elisp Gnusa dla GNU Emacsa
 Group:		Applications/Networking
 Requires:	%{name} = %{version}-%{release}
+%requires_eq	emacs
 Provides:	gnus-elisp-code = %{version}-%{release}
-%requires_eq emacs
 
 %description emacs
 This package contains compiled elisp files needed to run Gnus on GNU Emacs
@@ -87,6 +90,7 @@
 Summary(pl.UTF-8):	Kod elisp Gnusa dla XEmacsa
 Group:		Applications/Networking
 Requires:	%{name} = %{version}-%{release}
+%requires_eq	xemacs
 Requires:	xemacs-mail-lib-pkg
 Requires:	xemacs-eterm-pkg
 Requires:	xemacs-sh-script-pkg
@@ -96,7 +100,6 @@
 Requires:	xemacs-mailcrypt-pkg
 Requires:	xemacs-fsf-compat-pkg
 Provides:	gnus-elisp-code = %{version}-%{release}
-%requires_eq xemacs
 
 %description xemacs
 This package contains compiled elisp files needed to run Gnus on XEmacs
@@ -145,7 +148,8 @@
 %{__make} -C texi pdf
 %endif
 
-%{__make} DESTDIR=$(pwd)/DUMMY install
+%{__make} install \
+	DESTDIR=$(pwd)/DUMMY
 %{__make} distclean
 %endif
 
@@ -160,7 +164,8 @@
 %{__make} -C texi pdf
 %endif
 
-%{__make} DESTDIR=$(pwd)/DUMMY install
+%{__make} install \
+	DESTDIR=$(pwd)/DUMMY
 %endif
 
 %install
@@ -176,7 +181,7 @@
 %defattr(644,root,root,755)
 %doc ChangeLog GNUS-NEWS README todo contrib
 %{_datadir}/%{_the_name}
-%{_infodir}/*
+%{_infodir}/*.info*
 
 %if %{with emacs}
 %files emacs
@@ -213,6 +218,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008-01-27 13:25:01  qboosh
+- unified, avoid packaging info/dir
+
 Revision 1.11  2008-01-27 13:06:28  glen
 - too much copy paste; rel 6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/emacsen-gnus-pkg.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list