2 %define release @PACKAGE_VERSION@
7 Summary: A
command line client and associated assemblies
for Team Foundation.
9 Group: Development
/Libraries
/Other
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
22 BuildRequires
:pkgconfig
23 BuildRequires
:mono
-devel
24 BuildRequires
:file
-devel
25 BuildRequires
:asciidoc
28 BuildRequires
:gtk
-sharp2
29 BuildRequires
:gnome
-vfs
-sharp2
30 BuildRequires
:gtksourceview
-sharp2
34 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.
41 --prefix
=%{_prefix} --enable-highlight \
45 rm -rf $RPM_BUILD_ROOT
49 rm -fr $RPM_BUILD_ROOT
52 %defattr(-, root
, root
, -)
53 %doc INSTALL NEWS README
54 %{_libdir}/mono
/gac
/Microsoft.TeamFoundation
*
55 %{_libdir}/mono
/2.0/Microsoft.TeamFoundation
*
57 %{_libdir}/pkgconfig
/tfs.pc
62 * Wed Sep
19 2007 Joel W. Reed
<joelwreed at gmail
>