SPECS: svgalib.spec - adapter, kernel related macros

glen glen at pld-linux.org
Thu Jul 3 15:52:02 CEST 2008


Author: glen                         Date: Thu Jul  3 13:52:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapter, kernel related macros

---- Files affected:
SPECS:
   svgalib.spec (1.212 -> 1.213) 

---- Diffs:

================================================================
Index: SPECS/svgalib.spec
diff -u SPECS/svgalib.spec:1.212 SPECS/svgalib.spec:1.213
--- SPECS/svgalib.spec:1.212	Wed Jul  2 22:44:02 2008
+++ SPECS/svgalib.spec	Thu Jul  3 15:51:56 2008
@@ -5,13 +5,19 @@
 %bcond_without	kernel		# don't build kernel modules
 %bcond_without	userspace	# don't build userspace packages
 
+%if %{without kernel}
+%undefine	with_dist_kernel
+%endif
 %if "%{_alt_kernel}" != "%{nil}"
 %undefine	with_userspace
 %endif
+%if %{without userspace}
+# nothing to be placed to debuginfo package
+%define		_enable_debug_packages	0
+%endif
 
-%define	pname	svgalib
-%define	rel	34
-
+%define		pname	svgalib
+%define		rel		34
 Summary:	Library for full screen [S]VGA graphics
 Summary(de.UTF-8):	Library für Vollbildschirm-[S]VGA-Grafiken
 Summary(es.UTF-8):	Biblioteca para gráficos en pantalla llena [S]VGA
@@ -379,6 +385,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.213  2008/07/03 13:51:56  glen
+- adapter, kernel related macros
+
 Revision 1.212  2008/07/02 20:44:02  arekm
 - release 34
 
@@ -743,7 +752,7 @@
 - massive attack s/pld.org.pl/pld-linux.org/
 
 Revision 1.100  2003/05/15 20:54:05  trojan
-- fixed depmod in %%post and %%postun when build with _without_dist_kernel
+- fixed depmod in %post and %postun when build with _without_dist_kernel
 
 Revision 1.99  2003/05/14 14:42:44  qboosh
 - added depmod options so modules can be installed for kernel other than running
@@ -854,7 +863,7 @@
   Group field using gettext).
 
 Revision 1.70  2002/02/20 13:14:34  wiget
-typo
+- typo
 
 Revision 1.69  2002/02/11 01:23:13  kloczek
 - adapterized.
@@ -863,7 +872,7 @@
 - rel. 6. (for 2.2.20-10 and 2.4)
 
 Revision 1.67  2002/01/18 02:15:05  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.66  2002/01/09 22:55:06  kloczek
 - release 5.
@@ -920,7 +929,7 @@
 
 Revision 1.50  2001/08/15 20:23:36  saq
 - -helper-{smp,up} subpackage renamed to -helper
-- using %%_kernelsrcdir
+- using %_kernelsrcdir
 - release 2
 - STB
 
@@ -932,11 +941,11 @@
 - 1.9.11, updated stderr patch
 
 Revision 1.47  2001/07/29 16:40:18  qboosh
-- %%_kernel24 definition is back
+- %_kernel24 definition is back
 
 Revision 1.46  2001/07/26 16:50:25  saq
 - don't use macros not available in standard rpm. Define them in the spec.
-(_kernel_ver, _kernel24)
+  (_kernel_ver, _kernel24)
 
 Revision 1.45  2001/07/24 12:38:06  saq
 - added svgalib-kernver.patch
@@ -945,9 +954,9 @@
 A group commit:
 - %define _kernel_ver and _kernel24 removed (already in rpm.macros)
 - kernel modules get a @%{_kernel_ver} release suffix and conflict wrong
-kernel version
+  kernel version
 - other packages get a @%{_kernel_series} release suffix and conflict
-wrong kernel series
+  wrong kernel series
 - need a rebuilt RPM to build these
 
 Revision 1.43  2001/05/26 17:27:44  qboosh
@@ -955,7 +964,7 @@
 - updated pld, DESTDIR and stderr patches, removed obsolete kernel-2.4 patch
 
 Revision 1.42  2001/05/02 21:51:29  qboosh
-- adapterized and made spec %%debug ready or added using %%rpm*flags macros
+- adapterized and made spec %debug ready or added using %rpm*flags macros
 
 Revision 1.41  2001/03/19 10:35:05  kloczek
 - cosmetics.
@@ -970,13 +979,13 @@
 - release 4
 
 Revision 1.38  2001/01/25 20:03:51  misiek
-Massive attack. We use -O0 instead -O flags while debug enabled.
+- Massive attack. We use -O0 instead -O flags while debug enabled.
 
 Revision 1.37  2001/01/22 13:08:26  kloczek
 - release 3: rebuild for kernel 2.2.18.
 
 Revision 1.36  2000/12/23 00:48:47  michuz
-- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
+- changed %{!?debug:...}%{?debug...} to %{?debug:...}%{!?debug...}
   (now it's more C like)
 
 Revision 1.35  2000/10/04 21:00:15  kloczek
@@ -984,7 +993,7 @@
 - added BuildRequires: kernel-headers = 2.2.17 and also added abilities for
   conditional build without this rule when no_dist_kernel variable is used,
 - adapterized ad added using new rpm automation suit,
-- spec is now %%{debug} ready.[A
+- spec is now %{debug} ready.[A
 
 Revision 1.34  2000/07/27 17:46:35  baggins
 - updated to 1.9.5
@@ -993,7 +1002,7 @@
 - updated to 1.9.4
 
 Revision 1.32  2000/06/09 07:24:00  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.31  2000/04/25 16:16:48  baggins
 - release++
@@ -1029,16 +1038,7 @@
 - cosmetics
 
 Revision 1.24  1999/07/29 09:19:55  misiek
-new spec/updated specs
+- new spec/updated specs
 
 Revision 1.23  1999/07/12 23:06:15  kloczek
 - added using CVS keywords in %changelog (for automating them).
-
-* Mon May 24 1999 Piotr Czerwiński <pius at pld.org.pl>
-  [1.3.1-6]
-- package is FHS 2.0 compliant,
-- spec file based on RH version,
-- modified for PLD use by me,
-  Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>,
-  Wojtek Ślusarczyk <wojtek at shadow.eu.org>
-  and Michał Zalewski <lcamtuf at dione.ids.pl>.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/svgalib.spec?r1=1.212&r2=1.213&f=u



More information about the pld-cvs-commit mailing list