Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 9bae654da6e50b4272cf43f47af96c07 > files > 2

gsf-sharp-0.8.1-1mdv2007.1.src.rpm

%define name gsf-sharp
%define version 0.8.1
%define release %mkrel 1

Summary: GSF C# bindings for mono
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Development/Other
Url: http://www.go-mono.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: mono-devel
BuildRequires: libgsf-devel >= 1.11.0
BuildRequires: gtk-sharp2
BuildRequires: monodoc

%description
GSF# bindings for mono. Useful for reading and writing structured
files (eg MS OLE and Zip).

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
perl -pi -e "s^%_libdir^%_prefix/lib^" %buildroot%_libdir/pkgconfig/*.pc
rm -f %buildroot%_libdir/libgsf*a

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%_prefix/lib/mono/gac/%name
%_prefix/lib/mono/gtk-sharp/%name.dll*
%_libdir/pkgconfig/%name.pc
%_libdir/libgsfglue.so
%_datadir/gapi-2.0/gsf-api.xml


%changelog
* Wed Jan 03 2007 Götz Waschk <waschk@mandriva.org> 0.8.1-1mdv2007.0
+ Revision: 103535
- Import gsf-sharp



* Wed Jan  3 2007 Götz Waschk <waschk@mandriva.org> 0.8.1-1mdv2007.1
- new version

* Thu Jul  6 2006 Götz Waschk <waschk@mandriva.org> 0.8-0.62317.1mdv2007.0
- drop patch
- new snapshot

* Thu Mar  2 2006 Götz Waschk <waschk@mandriva.org> 0.7-0.57499.1mdk
- build with libgsf 1.14.0
- new snapshot

* Fri Jan 13 2006 Götz Waschk <waschk@mandriva.org> 0.7-0.53936.2mdk
- fix build on x86_64

* Mon Dec  5 2005 Götz Waschk <waschk@mandriva.org> 0.7-0.53936.1mdk
- drop patch
- new version

* Tue Oct 11 2005 Götz Waschk <waschk@mandriva.org> 0.4-0.50131.2mdk
- patch for new libgsf

* Fri Oct  7 2005 Götz Waschk <waschk@mandriva.org> 0.4-0.50131.1mdk
- gtk-sharp2
- new version

* Mon May  2 2005 Götz Waschk <waschk@mandriva.org> 0.3-0.43876.1mdk
- fix pkgconfig for x86_64
- new snapshot

* Mon May  2 2005 Götz Waschk <waschk@mandriva.org> 0.3-0.43326.2mdk
- directory fix for x86_64

* Wed Apr 20 2005 Götz Waschk <waschk@mandriva.org> 0.3-0.43326.1mdk
- new version

* Fri Jan 21 2005 Götz Waschk <waschk@linux-mandrake.com> 0-0.39304.1mdk
- initial package