]> git.pld-linux.org Git - packages/libgnomeuimm.git/blob - libgnomeuimm.spec
- merged from DEVEL and updated to 2.6.0
[packages/libgnomeuimm.git] / libgnomeuimm.spec
1 Summary:        C++ wrappers for libgnomeui
2 Summary(pl):    Interfejsy C++ dla libgnomeui
3 Name:           libgnomeuimm
4 Version:        2.6.0
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  88cef74f116ba3272d1cec46f6566d85
10 URL:            http://www.gnome.org/
11 BuildRequires:  gconfmm-devel >= 2.6.0
12 BuildRequires:  gnome-vfsmm-devel >= 2.6.0
13 # "We would need libbonobuimm to support Bonobo::Dock, but it's not worth the bother"
14 #BuildRequires: libbonobouimm-devel >= 1.3.6
15 BuildRequires:  libglademm-devel >= 2.4.0
16 BuildRequires:  libgnomecanvasmm-devel >= 2.6.0
17 BuildRequires:  libgnomemm-devel >= 2.6.0
18 BuildRequires:  libgnomeui-devel >= 2.6.0
19 BuildRequires:  pkgconfig
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 C++ wrappers for libgnomeui.
24
25 %description -l pl
26 Interfejsy C++ dla libgnomeui.
27
28 %package devel
29 Summary:        Devel files for libgnomeuimm
30 Summary(pl):    Pliki nag³ówkowe dla libgnomeuimm
31 Group:          Development/Libraries
32 Requires:       %{name} = %{version}-%{release}
33 Requires:       gconfmm-devel >= 2.6.0
34 Requires:       gnome-vfsmm-devel >= 2.6.0
35 Requires:       libglademm-devel >= 2.4.0
36 Requires:       libgnomecanvasmm-devel >= 2.6.0
37 Requires:       libgnomemm-devel >= 2.6.0
38 Requires:       libgnomeui-devel >= 2.6.0
39
40 %description devel
41 Devel files for libgnomeuimm.
42
43 %description devel -l pl
44 Pliki nag³ówkowe dla libgnomeuimm.
45
46 %package static
47 Summary:        libgnomeuimm static library
48 Summary(pl):    Biblioteka statyczna libgnomeuimm
49 Group:          Development/Libraries
50 Requires:       %{name}-devel = %{version}-%{release}
51
52 %description static
53 libgnomeuimm static library.
54
55 %description static -l pl
56 Biblioteka statyczna libgnomeuimm.
57
58 %prep
59 %setup -q
60
61 %build
62 %configure \
63         --enable-static
64
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %{__make} install \
71         DESTDIR=$RPM_BUILD_ROOT
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %post   -p /sbin/ldconfig
77 %postun -p /sbin/ldconfig
78
79 %files
80 %defattr(644,root,root,755)
81 %doc AUTHORS ChangeLog NEWS TODO
82 %attr(755,root,root) %{_libdir}/libgnomeuimm*.so.*.*.*
83
84 %files devel
85 %defattr(644,root,root,755)
86 %attr(755,root,root) %{_libdir}/libgnomeuimm*.so
87 %{_libdir}/libgnomeuimm*.la
88 %{_libdir}/%{name}-2.6
89 %{_includedir}/%{name}-2.6
90 %{_pkgconfigdir}/%{name}-2.6.pc
91
92 %files static
93 %defattr(644,root,root,755)
94 %{_libdir}/libgnomeuimm*.a
This page took 0.035592 seconds and 4 git commands to generate.