source: projects/specs/tags/6_0_REL/g/gnome-vfs-extras/gnome-vfs-extras-vl.spec @ 521

Revision 521, 1.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1# Note that this is NOT a relocatable package
2
3Summary: The GNOME virtual file-system extra modules.
4Name:           gnome-vfs-extras
5Version:        0.2.0
6Release:        0vl2
7License:        GPL
8Group:          System Environment/Libraries
9Source:         %{name}-%{version}.tar.bz2
10
11URL:            http://www.gnome.org/
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13Requires:       gnome-vfs >= 1.0.3
14
15BuildRequires:  glib-devel >= 1.2.9
16BuildRequires:  gnome-libs-devel >= 1.2.8
17BuildRequires:  gnome-vfs-devel >= 1.0.3
18BuildRequires:  readline-devel
19
20
21%description
22GNOME VFS is the GNOME virtual file system. It is the foundation of the
23Nautilus file manager. This package contains some extra modules that for
24various reasons are not distributed with the core gnome-vfs package.
25Amongst other things it includes a samba based smb network browser.
26
27
28%prep
29%setup -q
30
31
32%build
33%configure
34
35make
36
37
38%install
39rm -fr %{buildroot}
40
41%makeinstall
42
43
44%clean
45rm -fr %{buildroot}
46
47
48%files
49%defattr(-, root, root)
50
51%doc AUTHORS COPYING ChangeLog NEWS README
52%config %{_sysconfdir}/vfs/modules/extra-modules.conf
53%{_libdir}/vfs/modules/*.so
54
55
56%changelog
57* Mon Jul 21 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-0vl2
58- rebuild and moved docdir to /usr/share/doc
59- s/Copyright/License/
60
61* Wed Apr 23 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-0vl1
62- update to 0.2.0
63- rebuild with new toolchains
64
65* Sat Nov 24 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.1.3-1vl1
66- based on 0.1.3-1 from Rawhide and rebuilt for Vine
67- modified spec (BuildRequires et al.)
68
69* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com> 0.1.2-1
70- New release
71
72* Tue Jul  3 2001 Alexander Larsson <alexl@redhat.com>
73- Release 2. Removed the vendor and distribution tags from
74- the specfile.
75
76* Wed Jun  7 2001 Alexander Larsson <alexl@redhat.com>
77- Don't build on IA64
78
79* Wed Jun  6 2001 Alexander Larsson <alexl@redhat.com>
80- Initial version
Note: See TracBrowser for help on using the repository browser.