"Fossies" - the Fresh Open Source Software Archive

Member "dconf-0.5.1/dconf.spec" (30 Jul 2006, 2077 Bytes) of package /linux/privat/old/dconf-0.5.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) RPM Spec source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # $Id$
    2 # Authority: dag
    3 # Upstream: Dag Wieers <dag@wieers.com>
    4 
    5 Summary: Create a system's hardware and software configuration snapshot
    6 Name: dconf
    7 Version: 0.5.1
    8 Release: 1
    9 License: GPL
   10 Group: System Environment/Base
   11 URL: http://dag.wieers.com/home-made/dconf/
   12 
   13 Source: http://dag.wieers.com/home-made/dconf/dconf-%{version}.tar.bz2
   14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
   15 
   16 BuildArch: noarch
   17 BuildRequires: python
   18 Requires: python
   19 
   20 %description
   21 Dconf is a tool to collect a system's hardware and software configuration.
   22 It allows to take your system configuration with you on the road, compare
   23 identical systems (like nodes in a cluster) to troubleshoot HW or SW
   24 problems.
   25 
   26 Dconf is also useful in projects where you have to manage changes as a
   27 team. Dconf can send out system changes to a list of email addresses so
   28 that they can be revised and discussed in group.
   29 
   30 You can customize your dconf configuration for specific needs, like making
   31 a profile of your laptop's hardware or copy specific software configuration
   32 files to send out or compare with other systems.
   33 
   34 %prep
   35 %setup
   36 
   37 %build
   38 
   39 %install
   40 %{__rm} -rf %{buildroot}
   41 %{__make} install install-redhat DESTDIR="%{buildroot}"
   42 
   43 %postun
   44 if [ $1 -eq 0 ]; then
   45     %{__rm} -f /etc/cron.*/dconf
   46 fi
   47 
   48 %clean
   49 %{__rm} -rf %{buildroot}
   50 
   51 %files
   52 %defattr(-, root, root, 0755)
   53 %doc AUTHORS ChangeLog COPYING README THANKS TODO config/ scripts/
   54 %doc %{_mandir}/man1/dconf.1*
   55 %config %{_sysconfdir}/dconf.conf
   56 %config(noreplace) %{_sysconfdir}/dconf-custom.conf
   57 %{_bindir}/dconf
   58 %{_localstatedir}/log/dconf/
   59 
   60 %changelog
   61 * Sun Jul 30 2006 Dag Wieers <dag@wieers.com> - 0.5.1-1
   62 - Updated to release 0.5.1.
   63 
   64 * Fri Sep 09 2005 Dag Wieers <dag@wieers.com> - 0.5.0-1
   65 - Updated to release 0.5.0.
   66 
   67 * Wed Jun 22 2005 Dag Wieers <dag@wieers.com> - 0.4.2-1
   68 - Updated to release 0.4.2.
   69 
   70 * Wed Nov 24 2004 Dag Wieers <dag@wieers.com> - 0.4.1-1
   71 - Updated to release 0.4.1.
   72 
   73 * Sun Nov 21 2004 Dag Wieers <dag@wieers.com> - 0.4-1
   74 - Updated to release 0.4.
   75 
   76 * Sun Oct 24 2004 Dag Wieers <dag@wieers.com> - 0.3-1
   77 - Updated to release 0.3.