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