Author: pluto                        Date: Fri Jun 30 22:12:08 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- debuginfo subpackage added, release 4.1.

---- Files affected:
SPECS:
   filesystem.spec (1.58 -> 1.59) 

---- Diffs:

================================================================
Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.58 SPECS/filesystem.spec:1.59
--- SPECS/filesystem.spec:1.58  Wed Jun 28 07:08:31 2006
+++ SPECS/filesystem.spec       Sat Jul  1 00:12:01 2006
@@ -1,10 +1,15 @@
 # $Revision$, $Date$
+#
 # TODO: move here from FHS.spec all dirs not covered by FHS, update descs
+#
+
+%define                _enable_debug_packages  0
+
 Summary:       Common directories
 Summary(pl):   Wspólne katalogi
 Name:          filesystem
 Version:       3.0
-Release:       4
+Release:       4.1
 License:       GPL
 Group:         Base
 Requires:      FHS >= 2.3-14.2
@@ -18,13 +23,23 @@
 Ten pakiet zawiera wspólne katalogi dla pakietów rozszerzających
 funkcjonalność programów, ale nie wymagających ich.
 
+%package debuginfo
+Summary:       Common directories for debug information
+Group:         Development/Debug
+Requires:      %{name} = %{version}-%{release}
+
+%description debuginfo
+This package provides common directories for debug information.
+
 %prep
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT/etc/{sysconfig,xdg} \
-       
$RPM_BUILD_ROOT/usr/share/{sounds,pixmaps,icons,wm-properties,xsessions,wallpapers,themes/Default,pkgconfig}
 \
+       
$RPM_BUILD_ROOT%{_prefix}/share/{sounds,pixmaps,icons,wm-properties,xsessions,wallpapers,themes/Default,pkgconfig}
 \
+       $RPM_BUILD_ROOT%{_prefix}/lib/debug \
+       $RPM_BUILD_ROOT%{_usrsrc}/debug \
        $RPM_BUILD_ROOT{%{_aclocaldir},%{_pkgconfigdir}}
 
 %if "%{_lib}" != "lib"
@@ -64,12 +79,20 @@
 %dir /usr/share/wm-properties
 %dir /usr/share/xsessions
 
+%files debuginfo
+%defattr(644,root,root,755)
+%dir %{_prefix}/lib/debug
+%dir %{_usrsrc}/debug
+
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59  2006/06/30 22:12:01  pluto
+- debuginfo subpackage added, release 4.1.
+
 Revision 1.58  2006/06/28 05:08:31  freetz
 - removed bogus debug dirs, rel.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/filesystem.spec?r1=1.58&r2=1.59&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to