Changeset 1001


Ignore:
Timestamp:
May 11, 2012, 7:01:52 PM (12 years ago)
Author:
joergs
Message:

beautified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • opsi/server/wsusoffline/wsusoffline.spec

    r1000 r1001  
    22# spec file for package [spectemplate]
    33#
    4 # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
     4# Copyright (c) 2012 dass IT GmbH, Cologne, Germany.
    55#
    66# All modifications and additions to the file contributed by third parties
     
    1313# published by the Open Source Initiative.
    1414
    15 # Please submit bugfixes or comments via http://bugs.opensuse.org/
     15# Please submit bugfixes or comments via packager@dass-it.de
    1616#
    1717# norootforbuild
     
    2828
    2929BuildRequires:  unzip
    30 Requires:       xmlstarlet
     30Requires:       cabextract dos2unix md5deep xmlstarlet wget
    3131BuildArch:      noarch
    3232
    3333%description
    34 Using "WSUS Offline Update", you can update any computer running Microsoft Windows and Office safely, quickly and without an Internet connection.
    35 
    36 As licensed under "GNU GPL", you still may download and use the software from this site for free. Nevertheless, your donation would help to keep this state.
    37 
     34"WSUS Offline Update" allows you to download most Microsoft updates and store them localy.
     35This includes Windows, Office and some extensions like dotNet or Powershell.
     36After downloading, they can be installed on any Microsoft Windows system without an  Internet connection.
     37Also unattended/silient installation are possible, so the update be be included easily in a Windows software management system like http://www.opsi.org
    3838
    3939%prep
     
    5050unzip %{name}%{ver}.zip -d $RPM_BUILD_ROOT/var/lib/
    5151chmod a+x $RPM_BUILD_ROOT/%{DEST_DIR}/sh/*
    52 
     52mkdir -p $RPM_BUILD_ROOT/usr/bin/
     53ln -s %{DEST_DIR}/sh/DownloadUpdates.sh $RPM_BUILD_ROOT/usr/bin/wsus-download-updates.sh
     54ln -s %{DEST_DIR}/sh/CreateISOImage.sh $RPM_BUILD_ROOT/usr/bin/wsus-create-iso-image.sh
    5355
    5456%clean
     
    5860%defattr(-,root,root)
    5961%{DEST_DIR}
     62/usr/bin/wsus-*.sh
    6063
    6164
Note: See TracChangeset for help on using the changeset viewer.