source: projects/specs/trunk/g/gnome-vfs2-extras/gnome-vfs2-extras-vl.spec @ 521

Revision 521, 3.0 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: Extra modules for version 2 of the GNOME virtual file-system
4Name:           gnome-vfs2-extras
5Version:        0.99.11
6Release:        0vl3
7License:        GPL
8Group:          System Environment/Libraries
9Source:         gnome-vfs-extras-%{version}.tar.bz2
10
11URL:            http://www.gnome.org/
12BuildRoot:      /var/tmp/%{name}-root
13
14Requires:       gnome-vfs2 >= 2.4.1
15Requires:       samba-libsmbclient >= 3.0.7
16BuildPrereq:    gnome-vfs2-devel >= 2.4.1
17BuildPrereq:    samba-libsmbclient >= 3.0.7
18
19%description
20GNOME VFS is the GNOME virtual file system. It is the foundation of the
21Nautilus file manager. This package contains some extra modules for
22version 2 of GNOME VFS that for various reasons are not distributed with
23the core gnome-vfs package. Amongst other things it includes a samba
24based smb network browser.
25
26%prep
27%setup -q -n gnome-vfs-extras-%{version}
28
29%build
30%configure
31
32make
33
34%install
35rm -fr %{buildroot}
36
37%makeinstall
38%clean
39rm -fr %{buildroot}
40
41%files
42%defattr(-, root, root)
43
44%doc AUTHORS COPYING ChangeLog NEWS README
45%config %{_sysconfdir}/gnome-vfs-2.0/modules/extra-modules.conf
46%{_libdir}/gnome-vfs-2.0/modules/*.so
47%{_datadir}/gnome/network/*.desktop
48%{_datadir}/locale/*/LC_MESSAGES/*.mo
49
50%changelog
51* Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.11-0vl3
52- rebuild with samba-3.0.7
53
54* Thu Feb  5 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.11-0vl2
55- add BuildPrereq: libsmbclient
56- s/Copyright/License/
57
58* Sat Jan 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.11-0vl1
59- new upstream release
60- add Requires: libsmbclient
61
62* Wed Dec 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.10-0vl3
63- rebuild with new toolchain
64
65* Thu May 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.10-0vl2
66- add missing desktop-files
67- add ja.po
68
69* Wed May 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.10-0vl1
70- new upstream release
71
72* Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.8-0vl1
73- new upstream release
74
75* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.5-0vl1
76- build for Vine Linux
77
78* Tue Sep  3 2002 Alexander Larsson <alexl@redhat.com>
79- Update to 0.99.5, fixes #70873
80
81* Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
82- Update to 0.99.3, fixes #70873
83
84* Fri Aug  9 2002 Alexander Larsson <alexl@redhat.com>
85- Update to 0.99.2
86
87* Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
88- Create a gnome-vfs2-extras package with version 0.99
89
90* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
91- automated rebuild
92
93* Thu May 23 2002 Tim Powers <timp@redhat.com>
94- automated rebuild
95
96* Wed Mar 27 2002 Havoc Pennington <hp@redhat.com>
97- 0.2.0, fixes #61669
98
99* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com> 0.1.2-1
100- New release
101
102* Tue Jul  3 2001 Alexander Larsson <alexl@redhat.com>
103- Release 2. Removed the vendor and distribution tags from
104- the specfile.
105
106* Wed Jun  7 2001 Alexander Larsson <alexl@redhat.com>
107- Don't build on IA64
108
109* Wed Jun  6 2001 Alexander Larsson <alexl@redhat.com>
110- Initial version
Note: See TracBrowser for help on using the repository browser.