]> git.pld-linux.org Git - packages/libgnomeuimm.git/blob - libgnomeuimm.spec
- updated to 1.3.17
[packages/libgnomeuimm.git] / libgnomeuimm.spec
1 Summary:        C++ wrappers for libgnomeui
2 Summary(pl):    Interfejsy C++ dla libgnomeui
3 Name:           libgnomeuimm
4 Version:        1.3.17
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/1.3/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d1a7401da06fc5bdd91d498f884df0b3
10 Patch0:         %{name}-gcc33.patch
11 URL:            http://www.gnome.org/
12 BuildRequires:  gconfmm-devel >= 2.0.1-2
13 BuildRequires:  gtkmm-devel >= 2.2.6
14 BuildRequires:  libbonobouimm-devel >= 1.3.6
15 BuildRequires:  libglademm-devel >= 2.1.0
16 Buildrequires:  libgnomecanvasmm-devel >= 2.0.1
17 BuildRequires:  libgnomemm-devel >= 1.3.10-2
18 BuildRequires:  libgnomeui-devel >= 2.3.6
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 C++ wrappers for libgnomeui.
23
24 %description -l pl
25 Interfejsy C++ dla libgnomeui.
26
27 %package devel
28 Summary:        Devel files for libgnomeuimm
29 Summary(pl):    Pliki nag³ówkowe dla libgnomeuimm
30 Group:          Development/Libraries
31 Requires:       %{name} = %{version}
32
33 %description devel
34 Devel files for libgnomeuimm.
35
36 %description devel -l pl
37 Pliki nag³ówkowe dla libgnomeuimm.
38
39 %package static
40 Summary:        libgnomecanvasmm static library
41 Summary(pl):    Biblioteka statyczna libgnomeuimm
42 Group:          Development/Libraries
43 Requires:       %{name}-devel = %{version}
44
45 %description static
46 libgnomeuimm static library.
47
48 %description static -l pl
49 Biblioteka statyczna libgnomeuimm.
50
51 %prep
52 %setup -q
53 %patch0 -p1
54
55 %build
56 %configure \
57         --enable-static=yes
58
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files
74 %defattr(644,root,root,755)
75 %attr(755,root,root) %{_libdir}/libgnomeuimm*.so.*.*.*
76
77 %files devel
78 %defattr(644,root,root,755)
79 %{_includedir}/%{name}-2.0
80 %{_libdir}/libgnomeuimm*.la
81 %{_libdir}/libgnomeuimm*.so
82 %{_libdir}/%{name}-2.0
83 %{_pkgconfigdir}/%{name}-2.0.pc
84
85 %files static
86 %defattr(644,root,root,755)
87 %{_libdir}/libgnomeuimm*.a
This page took 0.069182 seconds and 4 git commands to generate.