Changeset 1001
- Timestamp:
- May 11, 2012, 7:01:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opsi/server/wsusoffline/wsusoffline.spec
r1000 r1001 2 2 # spec file for package [spectemplate] 3 3 # 4 # Copyright (c) 201 0 SUSE LINUX Products GmbH, Nuernberg, Germany.4 # Copyright (c) 2012 dass IT GmbH, Cologne, Germany. 5 5 # 6 6 # All modifications and additions to the file contributed by third parties … … 13 13 # published by the Open Source Initiative. 14 14 15 # Please submit bugfixes or comments via http://bugs.opensuse.org/15 # Please submit bugfixes or comments via packager@dass-it.de 16 16 # 17 17 # norootforbuild … … 28 28 29 29 BuildRequires: unzip 30 Requires: xmlstarlet30 Requires: cabextract dos2unix md5deep xmlstarlet wget 31 31 BuildArch: noarch 32 32 33 33 %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 A s 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. 35 This includes Windows, Office and some extensions like dotNet or Powershell. 36 After downloading, they can be installed on any Microsoft Windows system without an Internet connection. 37 Also unattended/silient installation are possible, so the update be be included easily in a Windows software management system like http://www.opsi.org 38 38 39 39 %prep … … 50 50 unzip %{name}%{ver}.zip -d $RPM_BUILD_ROOT/var/lib/ 51 51 chmod a+x $RPM_BUILD_ROOT/%{DEST_DIR}/sh/* 52 52 mkdir -p $RPM_BUILD_ROOT/usr/bin/ 53 ln -s %{DEST_DIR}/sh/DownloadUpdates.sh $RPM_BUILD_ROOT/usr/bin/wsus-download-updates.sh 54 ln -s %{DEST_DIR}/sh/CreateISOImage.sh $RPM_BUILD_ROOT/usr/bin/wsus-create-iso-image.sh 53 55 54 56 %clean … … 58 60 %defattr(-,root,root) 59 61 %{DEST_DIR} 62 /usr/bin/wsus-*.sh 60 63 61 64
Note:
See TracChangeset
for help on using the changeset viewer.