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