source: projects/specs/trunk/g/gnome-user-share/gnome-user-share-vl.spec @ 7633

Revision 7633, 5.2 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

Line 
1Summary: Gnome user file sharing
2Summary(ja): Gnome ユーザファイル共有
3Name: gnome-user-share
4Version: 3.8.0
5Release: 1%{?_dist_release}
6License: GPL
7Group: System Environment/Libraries
8URL: http://www.gnome.org
9Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/3.8/%{name}-%{version}.tar.xz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12Requires: httpd >= 2.2.0
13Requires: gnome-bluetooth-libs >= 2.28.0
14BuildRequires: avahi-glib-devel >= 0.6 pkgconfig
15BuildRequires: gtk3-devel >= 3.0.0
16BuildRequires: httpd >= 2.2.0
17BuildRequires: libglade2-devel >= 2.0.0
18BuildRequires: desktop-file-utils
19BuildRequires: gettext
20BuildRequires: perl(XML::Parser)
21BuildRequires: libnotify-devel
22BuildRequires: libcanberra-gtk3-devel
23BuildRequires: gnome-bluetooth-devel >= 2.32.0
24BuildRequires: unique3-devel
25BuildRequires: nautilus-devel
26BuildRequires: libSM-devel
27BuildRequires: yelp-tools
28
29Vendor: Project Vine
30Distribution: Vine Linux
31
32%description
33gnome-user-share is a small package that binds together various free
34software projects to bring easy to use user-level file sharing to the
35masses.
36
37%prep
38%setup -q
39
40%build
41%configure
42%__make %{?_smp_mflags}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%__make install DESTDIR=$RPM_BUILD_ROOT
48
49rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
50
51%find_lang %{name} --all-name --with-gnome
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56
57%postun
58glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
59
60%posttrans
61glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
62
63
64%files -f %{name}.lang
65%defattr(-,root,root,-)
66%doc README ChangeLog
67%{_sysconfdir}/xdg/autostart/gnome-user-share.desktop
68%{_libexecdir}/*
69%{_libdir}/nautilus/extensions-3.0/*.so
70%{_datadir}/GConf/gsettings/gnome-user-share.convert
71%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
72%{_datadir}/gnome-user-share
73%{_datadir}/icons/hicolor/*/apps/*
74%{_sysconfdir}/xdg/autostart/gnome-user-share.desktop
75
76%changelog
77* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
78- new upstream release
79
80* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.4-1
81- new upstream release
82- change BuildRequires: yelp-tools instead of gome-doc-utils
83
84* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
85- new upstream release
86
87* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.1-1
88- new upstream release
89
90* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
91- new upstream release
92- change BuildRequires: gtk3-devel instead of gtk2-devel
93- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
94- change BuildRequires: unique3-devel instead of unique-devel
95- add BuildRequires: libSM-devel
96
97* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
98- new upstream release
99
100* Thu Apr 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
101- new upstream release
102- add BuildRequires: nautilus-devel
103
104* Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
105- new upstream release
106- add BuildRequires: libnotify-devel, libcanberra-devel, gnome-bluetooth-devel, unique-devel, gnome-doc-utils
107- add Requires: gnome-bluetooth-libs
108
109* Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11-0vl1
110- initial build for Vine Linux
111
112* Fri Mar 23 2007 Matthias Clasen  <mclasen@redhat.com> - 0.11-2
113- Don't hardwire invisible char (#233676)
114
115* Tue Mar  6 2007 Alexander Larsson <alexl@redhat.com> - 0.11-1
116- Update to 0.11 with xdg-user-dirs support
117
118* Wed Jan 24 2007 Matthias Clasen <mclasen@redhat.com> 0.10-6
119- Add better categories to the desktop file
120
121* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.10-5
122- rebuilt for unwind info generation, broken in gcc-4.1.1-21
123
124* Thu Sep 21 2006 Nalin Dahyabhai <nalin@redhat.com> - 0.10-4
125- add missing BuildRequires: on httpd, so that the configure script can find
126  the binary
127
128* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10-3.1
129- rebuild
130
131* Mon May 29 2006 Alexander Larsson <alexl@redhat.com> - 0.10-3
132- buildrequire gettext and perl-XML-Parser (#193391)
133
134* Thu Apr 20 2006 Matthias Clasen <mclasen@redhat.com> 0.10-2
135- Update to 0.10
136
137* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 0.9-3
138- BuildRequires: gtk2-devel, libglade2-devel, libselinux-devel
139
140* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.2
141- bump again for double-long bug on ppc(64)
142
143* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.1
144- rebuilt for new gcc4.1 snapshot and glibc changes
145
146* Fri Feb  3 2006 Alexander Larsson <alexl@redhat.com> 0.9-2
147- Patch config for apache 2.2
148
149* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
150- rebuilt
151
152* Tue Nov 22 2005 Alexander Larsson <alexl@redhat.com> - 0.9-1
153- New release with avahi 0.6 support
154
155* Mon Nov 14 2005 Alexander Larsson <alexl@redhat.com> - 0.8-1
156- update to 0.8
157
158* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.7-1
159- New version, with desktop file
160
161* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.6-1
162- New version, switch to avahi
163- Handle translations
164
165* Fri Dec  3 2004 Alexander Larsson <alexl@redhat.com> - 0.4-1
166- New version
167
168* Fri Nov 26 2004 Alexander Larsson <alexl@redhat.com> - 0.3-1
169- New version
170
171* Thu Sep  9 2004 Alexander Larsson <alexl@redhat.com> - 0.2-1
172- New version
173
174* Wed Sep  8 2004 Alexander Larsson <alexl@redhat.com> - 0.1-1
175- Initial Build
176
Note: See TracBrowser for help on using the repository browser.