rpms/lshell/F-13 import.log, NONE, 1.1 lshell.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Fabian Affolter fab at fedoraproject.org
Sun Jul 4 22:37:44 UTC 2010


Author: fab

Update of /cvs/pkgs/rpms/lshell/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17726/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log lshell.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
lshell-0_9_12-2_fc13:F-13:lshell-0.9.12-2.fc13.src.rpm:1278283042


--- NEW FILE lshell.spec ---
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif


Name:           lshell
Version:        0.9.12
Release:        2%{?dist}
Summary:        Python-based limited Shell

Group:          Applications/System
License:        GPLv3+
URL:            http://ghantoos.org/limited-shell-lshell
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel


%description
lshell provides a limited shell configured per user. The configuration
is done quite simply using a configuration file.


%prep
%setup -q
#Fix permission
chmod -x CHANGES
#Remove shebang
sed -i -e '/^#!\//, 1d' lshellmodule/lshell.py


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
#doc files at the wrong place
rm %{buildroot}%{_defaultdocdir}/lshell/{CHANGES,COPYING,README}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc CHANGES COPYING README
%{_mandir}/man*/*.*
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{python_sitelib}/lshell.py*
%{python_sitelib}/%{name}*.egg-info


%changelog
* Sat Jul 03 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.12-2
- Removed setuptools
- Marked log file as config

* Sun Jun 06 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.12-1
- Added logging support
- Updated macros
- Updated to new upstream version 0.9.12

* Mon Mar 15 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.10-1
- Updated to new upstream version 0.9.10

* Sun Mar 07 2010 Fabian Affolter <fabian at bernewireless.net> - 0.9.9-1
- Removed compression format from man page
- Updated to new upstream version 0.9.9

* Sun Dec 20 2009 Fabian Affolter <fabian at bernewireless.net> - 0.9.8-1
- Updated to new upstream version 0.9.8

* Thu Nov 26 2009 Fabian Affolter <fabian at bernewireless.net> - 0.9.7-1
- Updated to new upstream version 0.9.7

* Fri Aug 14 2009 Fabian Affolter <fabian at bernewireless.net> - 0.9.5-1
- Updated to new upstream version

* Sun Jul 07 2009 Fabian Affolter <fabian at bernewireless.net> - 0.9.4-1
- Updated to new upstream version 0.9.4

* Wed Apr 15 2009 Fabian Affolter <fabian at bernewireless.net> - 0.9.3-1
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lshell/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Jun 2010 22:12:04 -0000	1.1
+++ .cvsignore	4 Jul 2010 22:37:44 -0000	1.2
@@ -0,0 +1 @@
+lshell-0.9.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lshell/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Jun 2010 22:12:05 -0000	1.1
+++ sources	4 Jul 2010 22:37:44 -0000	1.2
@@ -0,0 +1 @@
+c1b958bd1d0bf7885fdc10b7963e6922  lshell-0.9.12.tar.gz



More information about the scm-commits mailing list