rpms/fedora-devshell/F-10 fedora-devshell.spec, NONE, 1.1 sources, 1.1, 1.2

Yaakov Meir Nemoy ynemoy at fedoraproject.org
Mon May 4 04:27:57 UTC 2009


Author: ynemoy

Update of /cvs/pkgs/rpms/fedora-devshell/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32521

Modified Files:
	sources 
Added Files:
	fedora-devshell.spec 
Log Message:
Branch F-10



--- 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



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fedora-devshell/F-10/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:27:26 -0000	1.2
@@ -0,0 +1 @@
+4cfe5a20d8a228dd832bcdc536e57808  fedora-devshell-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list