]> git.pld-linux.org Git - packages/gnome-user-share.git/commitdiff
- based on epittance
authorwrobell <wrobell@pld-linux.org>
Sun, 1 May 2005 23:04:28 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-user-share.spec -> 1.1

gnome-user-share.spec [new file with mode: 0644]

diff --git a/gnome-user-share.spec b/gnome-user-share.spec
new file mode 100644 (file)
index 0000000..403b417
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       An integrated file sharing solution for the GNOME Desktop
+Summary(pl):   Zintegrowane rozwi±zanie do wspó³dzielenia plików dla ¶rodowiska GNOME
+Name:          gnome-user-share
+Version:       0.5
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/0.5/%{name}-%{version}.tar.bz2
+# Source0-md5: 364e7f59ed0c104b33f9d0e25222962e
+BuildRequires: howl-devel
+BuildRequires: libglade2-devel
+BuildRequires: libgnomeui-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An integrated file sharing solution for the GNOME Desktop. It uses
+WebDAV and SMB.
+
+%description -l pl
+Zintegrowane rozwi±zanie do wspó³dzielenia plików dla ¶rodowiska
+GNOME. U¿ywa WebDAV oraz SMB.
+
+%prep
+%setup -q
+
+%build
+export CFLAGS
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install desktop_gnome_file_sharing.schemas
+
+%preun
+%gconf_schema_uninstall desktop_gnome_file_sharing.schemas
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/%{name}
+%{_sysconfdir}/gconf/schemas/desktop_gnome_file_sharing.schemas
+%{_datadir}/%{name}
This page took 0.063994 seconds and 4 git commands to generate.