rpms/fedora-devshell/devel fedora-devshell.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Yaakov Meir Nemoy ynemoy at fedoraproject.org
Mon May 4 04:03:05 UTC 2009


Author: ynemoy

Update of /cvs/pkgs/rpms/fedora-devshell/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29338/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fedora-devshell.spec import.log 
Log Message:
Initial import into devel



--- NEW FILE fedora-devshell.spec ---
# sitelib for noarch packages
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           fedora-devshell
Version:        0.1.1
Release:        1%{?dist}
Summary:        Fedora Developer's Toolbox

Group:          Development/Languages
License:        GPLv2
URL:            https://fedorahosted.org/%{name}/
Source0:        https://fedorahosted.org/releases/f/e/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools-devel, python-dateutil
BuildRequires:  python-configobj, rpm-python

%description
Fedora Devshell is a developers toolbox for creating packages and developing 
software for Fedora. It aims to simplify the process of creating and 
maintaining packages in the Fedora repositories, and simplify the workflow 
between other Fedora components.

%prep
%setup -q -n %{name}-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/ports
%{_bindir}/devshell
%doc LICENSE TODO PKG-INFO
# For noarch packages: sitelib
%{python_sitelib}/devshell/
%{python_sitelib}/fedora_devshell-*.egg-info


%changelog
* Fri May  1 2009 Yaakov M. Nemoy <devshell at hexago.nl> - 0.1.1-1
- new upstream
- fixes license
- includes upstream URL
- adds PKG-INFO to docs
- more specific file entries for python_sitelib
- upstream removes extraneous shebangs from some scripts

* Thu Apr 30 2009 Yaakov M. Nemoy <devshell at hexago.nl> - 0.1.0-1
- creation



--- NEW FILE import.log ---
fedora-devshell-0_1_1-1_fc10:HEAD:fedora-devshell-0.1.1-1.fc10.src.rpm:1241409767


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fedora-devshell/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2009 03:47:51 -0000	1.1
+++ .cvsignore	4 May 2009 04:02:34 -0000	1.2
@@ -0,0 +1 @@
+fedora-devshell-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fedora-devshell/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2009 03:47:51 -0000	1.1
+++ sources	4 May 2009 04:02:35 -0000	1.2
@@ -0,0 +1 @@
+4cfe5a20d8a228dd832bcdc536e57808  fedora-devshell-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list