]> git.pld-linux.org Git - packages/gnome-vfs2.git/blob - gnome-vfs2.spec
- fixed path in source URL
[packages/gnome-vfs2.git] / gnome-vfs2.spec
1 Summary:        GNOME2 - virtual file system
2 Summary(pl):    GNOME2 - wirtualny system plików
3 Name:           gnome-vfs2
4 Version:        1.9.15
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        ftp://ftp.gnome.org:/pub/GNOME/pre-gnome2/sources/gnome-vfs/gnome-vfs-%{version}.tar.bz2
9 URL:            http://www.gnome.org/
10 BuildRequires:  GConf2-devel >= 1.1.10
11 BuildRequires:  ORBit2-devel >= 2.3.108
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  bonobo-activation-devel >= 0.9.8
15 BuildRequires:  bzip2-devel
16 BuildRequires:  fam-devel
17 BuildRequires:  gettext-devel
18 BuildRequires:  glib2-devel >= 2.0.2
19 BuildRequires:  gnome-mime-data-devel >= 1.0.8
20 BuildRequires:  libbonobo-devel >= 0.116.0
21 BuildRequires:  libtool >= 1.4.2-10
22 BuildRequires:  libxml2-devel
23 BuildRequires:  openssl-devel
24 BuildRequires:  zlib-devel
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %define         _prefix         /usr/X11R6
28 %define         _mandir         %{_prefix}/man
29 %define         _sysconfdir     /etc/X11/GNOME2
30
31 %description
32 GNOME2 Virtual File System library.
33
34 %description -l pl
35 Biblioteka Wirtualnego Systemu Plików GNOME2.
36
37 %package devel
38 Summary:        gnome-vfs2 - header files
39 Summary(pl):    gnome-vfs2 - pliki nag³ówkowe
40 Group:          X11/Development/Libraries
41 Requires:       %{name} = %{version}
42
43 %description devel
44 This package contains header files for gnome-vfs2 library.
45
46 %description devel -l pl
47 Pakiet ten zawiera pliki nag³ówkowe biblioteki gnome-vfs2.
48
49 %package static
50 Summary:        gnome-vfs2 - static libraries
51 Summary(pl):    gnome-vfs2 - biblioteki statyczne
52 Group:          X11/Development/Libraries
53 Requires:       %{name}-devel = %{version}
54
55 %description static
56 This package contains static gnome-vfs2 libraries.
57
58 %description static -l pl
59 Pakiet ten zawiera biblioteki statyczne gnome-vfs2.
60
61 %prep
62 %setup -q -n gnome-vfs-%{version}
63
64 %build
65 #rm -f missing acinclude.m4
66 libtoolize --copy --force
67 #aclocal
68 autoconf
69 #automake -a -c -f
70 %configure \
71         --disable-gtk-doc
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT \
79         pkgconfigdir=%{_pkgconfigdir}
80
81 gzip -9nf AUTHORS ChangeLog NEWS README
82
83 %find_lang gnome-vfs-2.0
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %post   -p /sbin/ldconfig
89 %postun -p /sbin/ldconfig
90
91 %files -f gnome-vfs-2.0.lang
92 %defattr(644,root,root,755)
93 %doc *.gz
94 #%{_datadir}/gtk-doc/html/gnome-vfs-2.0
95 %{_sysconfdir}/gnome-vfs-2.0
96 %attr(755,root,root) %{_libdir}/*.so.*.*
97 %dir %{_libdir}/gnome-vfs-2.0
98 %dir %{_libdir}/gnome-vfs-2.0/modules
99 %attr(755,root,root) %{_libdir}/gnome-vfs-2.0/modules/*.??
100 %attr(755,root,root) %{_libdir}/vfs
101 %{_libdir}/bonobo/servers/*
102 %{_libdir}/bonobo/monikers/*.??
103
104 %files devel
105 %defattr(644,root,root,755)
106 %attr(755,root,root) %{_libdir}/*.so
107 %attr(755,root,root) %{_libdir}/*.la
108 %{_includedir}/gnome-vfs-2.0
109 %{_includedir}/gnome-vfs-module-2.0
110 %{_libdir}/gnome-vfs-2.0/include
111 %{_pkgconfigdir}/*.pc
112
113 %files static
114 %defattr(644,root,root,755)
115 %{_libdir}/lib*.a
116 %{_libdir}/gnome-vfs-2.0/modules/*.a
This page took 0.202961 seconds and 4 git commands to generate.