handle.empty.exclusionlist
[tfs.git] / tfs.spec.in
blob7c9a987e81606e959e48c672cc741d17a07134cd
1 %define name opentf
2 %define release @PACKAGE_VERSION@
4 Name: %name
5 Version: %release
6 Release: 0
7 Summary: A command line client and associated assemblies for Team Foundation.
9 Group: Development/Libraries/Other
10 License: BSD
11 URL:http://code.google.com/p/opentf/
12 Vendor: opentf project
13 Source:%name-@PACKAGE_VERSION@.tar.gz
14 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
16 Requires: mono-core >= 1.2.4
17 Requires: gtk-sharp2 >= 2.10
18 Requires: gnome-vfs-sharp2
19 Requires: gtksourceview-sharp2
20 ExclusiveArch:%{ix86}
22 BuildRequires:pkgconfig
23 BuildRequires:mono-devel
24 BuildRequires:file-devel
25 BuildRequires:asciidoc
26 BuildRequires:xmlto
27 BuildRequires:gtk-sharp2
28 BuildRequires:gnome-vfs-sharp2
29 BuildRequires:gtksourceview-sharp2
30 Prereq:/sbin/ldconfig
32 %description
33 An implementation of the Team Foundation libraries and related client programs for the Mono .Net platform. Team Foundation is a 'collection of collaborative technologies that support a team effort to deliver a product' from Microsoft that includes bug tracking, source control, and other capabilities.
35 %prep
36 %setup
38 %build
39 %configure \
40 --prefix=%{_prefix} --enable-highlight \
41 make
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 %makeinstall
47 %clean
48 rm -fr $RPM_BUILD_ROOT
50 %files
51 %defattr(-, root, root, -)
52 %doc INSTALL NEWS README
53 %{_libdir}/mono/gac/Microsoft.Opentf*
54 %{_libdir}/mono/2.0/Microsoft.Opentf*
55 %{_libdir}/opentf/*
56 %{_libdir}/pkgconfig/tfs.pc
57 %{_mandir}/man1/*
58 %{_bindir}/*
60 %changelog
61 * Wed Sep 19 2007 Joel W. Reed <joelwreed at gmail>
62 - Initial spec file