Sophie

Sophie

distrib > Fedora > 16 > i386 > media > os-src > by-pkgid > 4c82b6876dc4bc3bf1bc020ae3de0f6e > files > 2

themonospot-base-0.8.2-7.fc16.src.rpm

Summary   : Base component for themonospot system, parser/editor and content descriptor
Name      : themonospot-base
Version   : 0.8.2
Release   : 7%{?dist}
License   : GPLv2
Group     : Applications/Multimedia
Source    : http://www.integrazioneweb.com/repository/SOURCES/themonospot-base-%{version}.tar.gz
BuildRoot : %{_tmppath}/%{name}-%{version}-%{release}-root
URL       : http://www.integrazioneweb.com/themonospot

%define debug_package %{nil}

BuildRequires: mono-devel

Obsoletes: themonospot < 0.8.0

# Mono only available on these:
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x

%description
themonospot-base is core package for themonospot system. It install:
    - themonospot-base mono assembly (use from other gui applications)
    - themonospot-plugin-interface (use to write plugins)
    - themonospot-plugin-manager (use to load plugins at runtime)
    - xml language files


%package devel
Summary: Development files for themonospot-base
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}



%description devel
Development files for themonospot-base 


%prep
%setup -q

%build
%configure
make

%install
rm -fr %{buildroot}
make DESTDIR=%{buildroot} install
chmod 0755 %{buildroot}%{_libdir}/themonospot/*.dll

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc themonospot-base/readme themonospot-base/copying.gpl
%{_libdir}/themonospot/
%{_datadir}/themonospot/


%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/* 


%changelog
* Fri Apr 29 2011 Dan Horák <dan[at]danny.cz> - 0.8.2-7
- updated the supported arch list

* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Sun Mar 14 2010 Armando Basile <hmandevteam@gmail.com> 0.8.2-5
- removed %{?_smp_mflags} from make command, parallel make sometimes fails

* Fri Jan 01 2010 Armando Basile <hmandevteam@gmail.com> 0.8.2-4
- changed file permissions for dll assembly after buildroot install

* Fri Jan 01 2010 Armando Basile <hmandevteam@gmail.com> 0.8.2-3
- added versioning to Obsoletes
- fixed description

* Thu Dec 31 2009 Armando Basile <hmandevteam@gmail.com> 0.8.2-2
- added mono-devel as BuildRequires (to detect mono dependency automatically)
- removed mono-core from BuildRequires and Requires
- removed pkgconfig from BuildRequires
- added themonospot to Obsoletes

* Wed Dec 30 2009 Armando Basile <hmandevteam@gmail.com> 0.8.2-1
- removed GAC use

* Mon Dec 14 2009 Armando Basile <hmandevteam@gmail.com> 0.8.1-3
- first release of new base component