rpms/mono-zeroconf/devel mono-zeroconf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Jan 16 10:49:39 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/mono-zeroconf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20003/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mono-zeroconf.spec 
Log Message:

Initial import 



--- NEW FILE mono-zeroconf.spec ---
Name:           mono-zeroconf
Version:        0.7.3
Release:        3%{?dist}
Summary:        mono-zeroconf namespace
Group:          Development/Languages
License:        GPLv2
URL:            http://banshee-project.org/files/mono-zeroconf
Source0:        %{name}-%{version}.tar.bz2	
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  mono-devel >= 1.2.6, avahi-sharp, monodoc-devel
Requires: monodoc
ExcludeArch: ppc64

%description
Mono.Zeroconf is a cross platform Zero Configuration Networking library
for Mono and .NET.

%package devel
Summary: Development .pc file for mono zeroconf
Group: Documentation
Requires: %{name} = %{version}-%{release} pkgconfig

%description devel
Development file for mono zeroconf

%prep
%setup -q

%build
%configure
make

%install
%{__rm} -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
%{__rm} -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%doc COPYING AUTHORS ChangeLog NEWS README
%{_bindir}/mzclient
%{_libdir}/mono-zeroconf/
%{_libdir}/mono/gac/Mono.Zeroconf
%{_libdir}/mono/mono-zeroconf
%{_libdir}/monodoc/sources/mono-zeroconf*

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/mono-zeroconf.pc

%changelog
* Mon Jan 14 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.3-3
- spec file fix
- add excludearch ppc64

* Fri Jan 04 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.3-2
- spec fixes

* Thu Dec 29 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.3-1
- Initial import for FE


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jan 2008 21:47:45 -0000	1.1
+++ .cvsignore	16 Jan 2008 10:49:04 -0000	1.2
@@ -0,0 +1 @@
+mono-zeroconf-0.7.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jan 2008 21:47:45 -0000	1.1
+++ sources	16 Jan 2008 10:49:04 -0000	1.2
@@ -0,0 +1 @@
+d63ccff9ac8554f24a066a51e244df32  mono-zeroconf-0.7.3.tar.bz2




More information about the fedora-extras-commits mailing list