SPECS: pyNeighborhood.spec (NEW) - new

czarny czarny at pld-linux.org
Tue May 8 22:34:43 CEST 2007


Author: czarny                       Date: Tue May  8 20:34:43 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   pyNeighborhood.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pyNeighborhood.spec
diff -u /dev/null SPECS/pyNeighborhood.spec:1.1
--- /dev/null	Tue May  8 22:34:43 2007
+++ SPECS/pyNeighborhood.spec	Tue May  8 22:34:38 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	A GTK+2 GUI for samba tools
+Summary(pl.UTF-8):	Graficzny interfes dla narzędzi samba
+Name:		pyNeighborhood
+Version:	0.4
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications/Networking
+Source0:	http://dl.sourceforge.net/pyNeighborhood/%{name}-%{version}.tar.gz
+# Source0-md5:	1cecae28bb5753f39fb0b6a9a0f5364e
+URL:		http://pyneighbourhood.sourceforge.net
+BuildRequires:	python >= 2.3
+BuildRequires:	which
+Requires:	python >= 2.3
+Requires:	python-pygtk-gtk >= 2.6.0
+Requires:	samba-client >= 3.0.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+pyNeighborhood is GTK+ 2 rewrite of a well-known GTK+ 1 tool
+LinNeighborhood(using pyGTK), so it is the GUI frontend for samba
+tools, such as smbclient, smbmount etc. It's written in Python and
+uses the GTK+ 2 toolkit with pyGTK implementation.
+
+%description -l pl.UTF-8
+pyNeighborhood to przepisane do GTK+ 2 szeroko znane narzędzie
+LinNeighborhood (używając pyGTK), więc jest interfejsem graficznym
+dla narzędzi samby, takich jak smbclient, smbmount etc. Jest napisane
+w Pythonie i używa GTK+ 2 z pyGTK w swojej implementacji.
+
+%prep
+%setup -q
+
+%build
+./configure \
+	--prefix=%{_prefix}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc APPINFO Changelog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/pyNeighborhood.desktop
+%dir %{_datadir}/pyNeighborhood
+%{_datadir}/pyNeighborhood/icons
+%dir %{_datadir}/pyNeighborhood/src
+%{_datadir}/pyNeighborhood/src/*.pyc
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/05/08 20:34:38  czarny
+- new
+
================================================================


More information about the pld-cvs-commit mailing list