/[packages]/cauldron/themonospot-base/current/SPECS/themonospot-base.spec
ViewVC logotype

Contents of /cauldron/themonospot-base/current/SPECS/themonospot-base.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 676253 - (show annotations) (download)
Mon Sep 15 05:55:17 2014 UTC (9 years, 7 months ago) by tv
File size: 1309 byte(s)
s/uggests:/Recommends:/
1 Summary : Base component for themonospot gui's/console components, parser/editor and content descriptor
2 Name : themonospot-base
3 Version : 0.8.2
4 Release : %mkrel 2
5 License : GPLv2
6 Group : Video/Utilities
7 Source : http://www.integrazioneweb.com/repository/SOURCES/themonospot-base-%{version}.tar.gz
8 URL : http://www.integrazioneweb.com/themonospot
9 BuildRequires: mono-devel
10 Obsoletes: themonospot < 0.8.0
11 # Suggest principal plugins
12 Recommends: themonospot-plugin-avi > 0.1.0
13 Recommends: themonospot-plugin-mkv > 0.1.0
14
15 %description
16 themonospot-base is core package of themonospot suite. It install:
17 - themonospot-base mono assembly (use from other gui applications)
18 - themonospot-plugin-interface (use to write plugins)
19 - themonospot-plugin-manager (use to load plugins at runtime)
20 - xml language files
21
22
23 %package devel
24 Summary: Development files for themonospot-base
25 Group: Development/C#
26 Requires: %{name} = %{version}-%{release}
27
28 %description devel
29 Development files for themonospot-base
30
31 %prep
32 %setup -q
33
34 %build
35 %configure2_5x
36 %make
37
38 %install
39 %makeinstall_std
40 chmod 0755 %{buildroot}%{_libdir}/themonospot/*.dll
41
42 %files
43 %doc themonospot-base/readme themonospot-base/copying.gpl
44 %{_libdir}/themonospot
45 %{_datadir}/themonospot
46
47 %files devel
48 %{_libdir}/pkgconfig/*

  ViewVC Help
Powered by ViewVC 1.1.30