]> git.pld-linux.org Git - packages/gnome-user-share.git/blame - gnome-user-share.spec
- finish updated to 0.31; fix previous commit msg
[packages/gnome-user-share.git] / gnome-user-share.spec
CommitLineData
0731d48d 1Summary: An integrated file sharing solution for the GNOME Desktop
5cdf88bf 2Summary(pl.UTF-8): Zintegrowane rozwiązanie do współdzielenia plików dla środowiska GNOME
0731d48d 3Name: gnome-user-share
bdef15ba 4Version: 0.31
36d9c48f 5Release: 1
0731d48d 6License: GPL v2
7Group: X11/Applications
bdef15ba
AG
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/0.31/%{name}-%{version}.tar.bz2
9# Source0-md5: 81d2b3d6c0694e5669330d8ad5c8a4b0
36d9c48f 10BuildRequires: avahi-glib-devel
0731d48d 11BuildRequires: libglade2-devel
12BuildRequires: libgnomeui-devel
f89af1ec 13BuildRequires: rpmbuild(macros) >= 1.198
1be5279b 14Requires(post,preun): GConf2
36d9c48f 15Requires: apache-mod_dav
16Requires: apache-mod_auth_digest
17Requires: apache-mod_authz_groupfile
0731d48d 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21An integrated file sharing solution for the GNOME Desktop. It uses
786989aa 22WebDAV.
0731d48d 23
ff496372
JR
24%description -l pl.UTF-8
25Zintegrowane rozwiązanie do współdzielenia plików dla środowiska
26GNOME. Używa WebDAV.
0731d48d 27
28%prep
29%setup -q
30
31%build
0731d48d 32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%find_lang %{name}
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%post
47%gconf_schema_install desktop_gnome_file_sharing.schemas
48
49%preun
50%gconf_schema_uninstall desktop_gnome_file_sharing.schemas
51
52%files -f %{name}.lang
53%defattr(644,root,root,755)
54%doc AUTHORS ChangeLog NEWS README
55%attr(755,root,root) %{_bindir}/*
56%attr(755,root,root) %{_libdir}/%{name}
57%{_sysconfdir}/gconf/schemas/desktop_gnome_file_sharing.schemas
549df9d3 58%{_sysconfdir}/xdg/autostart/%{name}.desktop
b669ff33 59%{_desktopdir}/*.desktop
0731d48d 60%{_datadir}/%{name}
549df9d3 61%{_iconsdir}/*/*/*/*.png
This page took 0.072782 seconds and 4 git commands to generate.