rpms/themonospot-base/F-12 import.log, NONE, 1.1 themonospot-base.spec, NONE, 1.1

Armando Basile hman-it at fedoraproject.org
Wed Jan 6 20:52:39 UTC 2010


Author: hman-it

Update of /cvs/pkgs/rpms/themonospot-base/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14845/F-12

Added Files:
	import.log themonospot-base.spec 
Log Message:



--- NEW FILE import.log ---
themonospot-base-0_8_2-4_fc12:F-12:themonospot-base-0.8.2-4.fc12.src.rpm:1262811567


--- NEW FILE themonospot-base.spec ---
Summary   : Base component for themonospot system, parser/editor and content descriptor
Name      : themonospot-base
Version   : 0.8.2
Release   : 4%{?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

%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 %{?_smp_mflags}

%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 Jan 01 2010 Armando Basile <hmandevteam at gmail.com> 0.8.2-4
- changed file permissions for dll assembly after buildroot install

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

* Thu Dec 31 2009 Armando Basile <hmandevteam at 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 at gmail.com> 0.8.2-1
- removed GAC use

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




More information about the fedora-extras-commits mailing list