rpms/cnucnu/devel cnucnu.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Tue Jan 12 08:00:22 UTC 2010


Author: jussilehtola

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

Modified Files:
	.cvsignore sources 
Added Files:
	cnucnu.spec import.log 
Log Message:
Imported in Fedora.



--- NEW FILE cnucnu.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%global date 20100110

Name:           cnucnu
Version:        0
Release:        0.3.%{date}%{?dist}
Summary:        Upstream release monitoring with bug reporting
Group:          Development/Tools
License:        GPLv2+
URL:            http://fedoraproject.org/wiki/Upstream_Release_Monitoring
## Tarball got from
# http://fedorapeople.org/gitweb?p=till/public_git/cnucnu.git;a=commit;h=7b50751529ece79992f1dc2bd16c7931929214c3
## get current tarball from
# http://fedorapeople.org/gitweb?p=till/public_git/cnucnu.git;a=snapshot;sf=tgz
Source0:        cnucnu-7b50751529ece79992f1dc2bd16c7931929214c3.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildArch:      noarch

Requires: rpm-python
Requires: python
Requires: python-bugzilla
Requires: python-fedora
Requires: python-genshi
Requires: python-pycurl
Requires: python-twisted-core
Requires: python-twisted-web
Requires: PyYAML

%description
Cnucnu provides an upstream release monitoring service with bugzilla
integration. See more at the project homepage at
http://fedoraproject.org/wiki/Upstream_Release_Monitoring

%prep
%setup -q -n cnucnu

%build
python -c 'import setuptools; execfile("setup.py")' build

%install
rm -rf %{buildroot}
python -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
# Remove .py suffix
mv %{buildroot}/%{_bindir}/cnucnu{.py,}
# Remove interpreter from python libraries
for lib in %{buildroot}%{python_sitelib}/cnucnu/*.py; do
 sed '/#!\/usr\/bin\/python/d' $lib > $lib.new && \
 touch -r $lib $lib.new && \
 mv $lib.new $lib
done
 
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING gpl-2.0.txt gpl-3.0.txt
# For noarch packages: sitelib
%{python_sitelib}/cnucnu/
%{python_sitelib}/cnucnu-*.egg-info
%{_bindir}/cnucnu

%changelog
* Sun Jan 10 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0-0.3.20100110
- Use tgz created by git repository.

* Tue Jan 05 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0-0.2.20100105
- Remove .git files before creating tarball. Update to 20100105.
- Fix release tag.
- Change group to Development/Tools.

* Fri Jan 01 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0-0.1.20100101
- Create spec file based on upstream spec file template.


--- NEW FILE import.log ---
cnucnu-0-0_3_20100110_fc12:HEAD:cnucnu-0-0.3.20100110.fc12.src.rpm:1263283063


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cnucnu/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 Jan 2010 06:31:10 -0000	1.1
+++ .cvsignore	12 Jan 2010 08:00:20 -0000	1.2
@@ -0,0 +1 @@
+cnucnu-7b50751529ece79992f1dc2bd16c7931929214c3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cnucnu/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 Jan 2010 06:31:10 -0000	1.1
+++ sources	12 Jan 2010 08:00:21 -0000	1.2
@@ -0,0 +1 @@
+18c7c5e3fdebaf0600db1aa2b434dd48  cnucnu-7b50751529ece79992f1dc2bd16c7931929214c3.tar.gz



More information about the scm-commits mailing list