source: projects/specs/trunk/lib/libm/libmatecomponentui/libmatecomponentui-vl.spec @ 6679

Revision 6679, 3.2 KB checked in by Takemikaduchi, 12 years ago (diff)

MATE-1.4.0

Line 
1Summary:        User Interface library for MateComponent
2Name:           libmatecomponentui
3Version:        1.4.0
4Release:        1%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          System Environment/Libraries
8URL:            http://mate-desktop.org/
9
10BuildRequires:  mate-common
11BuildRequires:  libmate-devel
12BuildRequires:  libmatecanvas-devel
13BuildRequires:  libmatecomponent-devel
14BuildRequires:  mate-corba-devel
15BuildRequires:  mate-conf-devel
16BuildRequires:  gtk2-devel
17BuildRequires:  libxml2-devel
18BuildRequires:  libSM-devel
19BuildRequires:  popt-devel
20BuildRequires:  libglade2-devel
21BuildRequires:  gtk-doc
22BuildRequires:  autoconf
23BuildRequires:  automake
24
25BuildRoot:      %{_tmppath}/%{name}-%{version}-root
26
27Vendor:         Project Vine
28Distribution:   Vine Linux
29Packager:       Takemikaduchi
30
31
32%description
33MateComponent is a set of language and system independant CORBA interfaces
34for creating reusable components, controls and creating compound
35documents.
36
37The MateComponent distribution includes a Gtk+ based implementation of the
38MateComponent interfaces, enabling developers to create reusable
39components and applications that can be used to form more complex
40documents.
41
42
43%package        devel
44Summary:        Development tools for libmatecomponentui
45Summary(ja):    libmatecomponentui の開発環境
46Group:          Development/Libraries
47Requires:       %{name} = %{version}-%{release}
48Requires:       pkgconfig
49Requires:       mate-corba-devel
50Requires:       libxml2-devel
51
52%description    devel
53Header files and libraries for building a extension library for the
54libmatecomponentui.
55
56
57%package        doc
58Summary:        Documentation for libmatecomponentui
59Summary(ja):    libmatecomponentui 用のドキュメント
60Group:          Documentation
61Requires:       %{name} = %{version}-%{release}
62BuildArch:      noarch
63
64%description    doc
65This package contains documentation for libmatecomponentui.
66
67
68%prep
69%setup -q
70
71
72%build
73(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
74%configure \
75        --disable-static
76
77%{__make} %{?_smp_mflags}
78
79
80%install
81%{__rm} -rf ${RPM_BUILD_ROOT}
82%{__make} install DESTDIR=${RPM_BUILD_ROOT}
83
84find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
85find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
86
87%find_lang %{name}
88
89%clean
90%{__rm} -rf ${RPM_BUILD_ROOT}
91
92%post -p /sbin/ldconfig
93
94%postun -p /sbin/ldconfig
95
96%files -f %{name}.lang
97%defattr(-,root,root,-)
98%doc COPYING COPYING.LIB ChangeLog NEWS README
99%{_bindir}/mate-test-moniker
100%{_bindir}/matecomponent-browser
101%{_libdir}/libmatecomponentui-2.so.*
102%{_libdir}/libglade/2.0/libmatecomponent.so
103%{_libdir}/matecomponent/servers/*.server
104%{_libdir}/matecomponent-2.0/samples/matecomponent-sample-controls-2
105%{_datadir}/applications/matecomponent-browser.desktop
106%{_datadir}/mate-2.0/ui/*.xml
107
108%files devel
109%defattr(-,root,root,-)
110%{_includedir}/libmatecomponentui-2.0
111%{_libdir}/libmatecomponentui-2.so
112%{_libdir}/pkgconfig/libmatecomponentui-2.0.pc
113
114%files doc
115%defattr(-,root,root,-)
116%{_datadir}/gtk-doc/html/libmatecomponentui
117
118
119%changelog
120* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
121- new upstream release
122
123* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
124- new upstream release
125
126* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
127- initial build for Vine Linux
128
Note: See TracBrowser for help on using the repository browser.