]> git.pld-linux.org Git - packages/dcom98.git/blame - dcom98.spec
- almost raw, based on http://www.james.id.au/specfiles/
[packages/dcom98.git] / dcom98.spec
CommitLineData
b1836464 1# This spec file is released under the GNU General Public License version 2.0
2# (http://www.gnu.org/licenses/gpl.txt).
3#
4# NOTE: Releasing this spec file under the GPL does not alter the licensing of
5# DCOM98 itself. Satisfying the terms of DCOM98's license remains the user's
6# responsibility.
7
8%define ver 1.3
9%define rel 3
10%define _wine_cdrive %{_datadir}/wine
11%define _wine_system %{_wine_cdrive}/windows/system
12
13Summary: Package of DLLs supporting Microsoft's DCOM framework.
14Name: dcom98
15Version: %ver
16Release: %rel
17Vendor: Microsoft
18Source0: http://download.microsoft.com/msdownload/dcom/98/x86/en/%{name}.exe
19Requires: wine, wine-utils
20BuildRequires: wine, cabextract
21Group: System/Libraries
22###### Unknown group!
23License: Distributable
24Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25Url: http://www.microsoft.com/com/tech/DCOM.asp
26ExclusiveArch: %{ix86}
27Obsoletes: dcom
28
29
30%description
31The Distributed Component Object Model (DCOM) is a protocol that
32enables software components to communicate directly over a network in
33a reliable, secure, and efficient manner. Previously called "Network
34OLE," DCOM is designed for use across multiple network transports,
35including Internet protocols such as HTTP. DCOM is based on the Open
36Software Foundation's DCE-RPC spec and will work with both Java
37