]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- rel 26; merge debuginfo subpkg back auto/th/filesystem-3_0-26
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 27 Aug 2009 12:44:58 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filesystem.spec -> 1.99

filesystem.spec

index e07d7e3be8f79db20e31875d98f27a1f09e0a5ca..96903596c6b630d063ee42a98691b10e52c0f8b5 100644 (file)
@@ -1,6 +1,3 @@
-#
-# Conditional build:
-%bcond_without debuginfo       # build without debuginfo package
 
 # disable rpm generated debug package, we handle it differently here
 %define                _enable_debug_packages  0
@@ -11,7 +8,7 @@ Summary:       Common directories
 Summary(pl.UTF-8):     Wspólne katalogi
 Name:          filesystem
 Version:       3.0
-Release:       25
+Release:       26
 License:       GPL
 Group:         Base
 BuildRequires: automake
@@ -30,6 +27,7 @@ Provides:     browser-plugins(s390)
 %ifarch sparc64
 Provides:      browser-plugins(sparc)
 %endif
+Obsoletes:     filesystem-debuginfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # directory for "privilege separation" chroot
@@ -45,18 +43,6 @@ programs functionality, but don't require them themselves.
 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
-Summary(pl.UTF-8):     Wspólne katalogi dla plików z informacjami dla debuggera
-Group:         Development/Debug
-
-%description debuginfo
-This package provides common directories for debug information.
-
-%description debuginfo -l pl.UTF-8
-Ten pakiet udostępnia wspólne katalogi dla plików z informacjami dla
-debuggera.
-
 %prep
 %setup -qcT
 
@@ -85,7 +71,6 @@ install -d \
        $RPM_BUILD_ROOT/usr/lib64/initrd
 %endif
 
-%if %{with debuginfo}
 install -d \
        $RPM_BUILD_ROOT/usr/lib/debug/%{_lib} \
        $RPM_BUILD_ROOT/usr/lib/debug%{_libdir} \
@@ -102,7 +87,6 @@ install -d \
 find $RPM_BUILD_ROOT/usr/lib/debug -type d | while read line; do
        echo ${line#$RPM_BUILD_ROOT}
 done > $RPM_BUILD_ROOT/usr/src/debug/%{name}-debuginfo.files
-%endif
 
 # create this for %clean
 tar -cf checkfiles.tar -C $RPM_BUILD_ROOT .
@@ -183,12 +167,9 @@ check_filesystem_dirs
 %dir /usr/lib64/pkgconfig
 %endif
 
-%if %{with debuginfo}
-%files debuginfo
-%defattr(644,root,root,755)
+# debuginfo
 %dir /usr/lib/debug
 /usr/lib/debug/*
 
 %dir /usr/src/debug
 /usr/src/debug/filesystem-debuginfo.files
-%endif
This page took 0.029677 seconds and 4 git commands to generate.