]> git.pld-linux.org Git - packages/gnome-vfsmm.git/blob - gnome-vfsmm.spec
- release 3 (by relup.sh)
[packages/gnome-vfsmm.git] / gnome-vfsmm.spec
1 Summary:        C++ wrappers for gnome-vfs
2 Summary(pl.UTF-8):      Interfejsy C++ dla gnome-vfs
3 Name:           gnome-vfsmm
4 Version:        2.26.0
5 Release:        3
6 License:        LGPL v2+
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/2.26/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d27d34b6a8722c557366729071c1baab
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  doxygen
14 BuildRequires:  glibmm-devel >= 2.14.0
15 BuildRequires:  gnome-vfs2-devel >= 2.24.0
16 BuildRequires:  graphviz
17 BuildRequires:  libtool >= 2:1.4d
18 BuildRequires:  pkgconfig
19 Requires:       glibmm >= 2.14.0
20 Requires:       gnome-vfs2-libs >= 2.24.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 C++ wrappers for gnome-vfs.
25
26 %description -l pl.UTF-8
27 Interfejsy C++ dla gnome-vfs.
28
29 %package devel
30 Summary:        Devel files for gnome-vfsmm
31 Summary(pl.UTF-8):      Pliki nagłówkowe dla gnome-vfsmm
32 Group:          Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34 Requires:       glibmm-devel >= 2.14.0
35 Requires:       gnome-vfs2-devel >= 2.24.0
36
37 %description devel
38 Devel files for gnome-vfsmm.
39
40 %description devel -l pl.UTF-8
41 Pliki nagłówkowe dla gnome-vfsmm.
42
43 %package static
44 Summary:        gnome-vfsmm static library
45 Summary(pl.UTF-8):      Biblioteka statyczna gnome-vfsmm
46 Group:          Development/Libraries
47 Requires:       %{name}-devel = %{version}-%{release}
48
49 %description static
50 gnome-vfsmm static library.
51
52 %description static -l pl.UTF-8
53 Biblioteka statyczna gnome-vfsmm.
54
55 %prep
56 %setup -q
57
58 %build
59 %{__libtoolize}
60 %{__aclocal} -I scripts
61 %{__autoconf}
62 %{__automake}
63 %configure \
64         --enable-static=yes
65
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %post   -p /sbin/ldconfig
80 %postun -p /sbin/ldconfig
81
82 %files
83 %defattr(644,root,root,755)
84 %doc AUTHORS ChangeLog NEWS README TODO
85 %attr(755,root,root) %{_libdir}/libgnomevfsmm-2.6.so.*.*.*
86 %attr(755,root,root) %ghost %{_libdir}/libgnomevfsmm-2.6.so.1
87
88 %files devel
89 %defattr(644,root,root,755)
90 %attr(755,root,root) %{_libdir}/libgnomevfsmm-2.6.so
91 %{_includedir}/%{name}-2.6
92 %{_libdir}/%{name}-2.6
93 %{_pkgconfigdir}/%{name}-2.6.pc
94
95 %files static
96 %defattr(644,root,root,755)
97 %{_libdir}/libgnomevfsmm-2.6.a
This page took 0.073243 seconds and 3 git commands to generate.