rpms/chromium-bsu/devel chromium-bsu-README.license, NONE, 1.1 chromium-bsu.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede jwrdegoede at fedoraproject.org
Wed May 27 17:20:46 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/chromium-bsu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5286/devel

Modified Files:
	.cvsignore sources 
Added Files:
	chromium-bsu-README.license chromium-bsu.spec import.log 
Log Message:
initial chromium-bsu import



--- NEW FILE chromium-bsu-README.license ---
The license file include with the Chromium BSU 0.9.14 sources tarbal, is
the original Artistic license, which is not acceptable for Fedora. I've
requested upstream to relicense Chromium under the clarified artistic license
and they have agreed, see below for the permission notice.

They have already updated the license text in their source repository (git)
and the clarified artistic text will be the standard license for the next
release.

Delft, 17 may 2009,

Hans de Goede


Subject:
Re: chromium license
From:
"Mark B. Allan" <mallanmba at yahoo.com>
Date:
Mon, 27 Apr 2009 21:10:11 -0700 (PDT)
To:
Hans de Goede <hdegoede at redhat.com>, Paul Wise <pabs3 at bonedaddy.net>

Hi Hans - 

I am willing to relicense Chromium BSU to the Artistic Clarified license. Is there anything that needs to be done apart from changing the verbage in the COPYING file?

Cheers
-Mark


--- On Mon, 4/27/09, Paul Wise <pabs3 at bonedaddy.net> wrote:

> > From: Paul Wise <pabs3 at bonedaddy.net>
> > Subject: Re: chromium license
> > To: "Hans de Goede" <hdegoede at redhat.com>
> > Cc: "Mark B. Allan" <mallanmba at yahoo.com>
> > Date: Monday, April 27, 2009, 7:27 AM
> > On Mon, 2009-04-27 at 16:07 +0200, Hans de Goede wrote:
> > 
>> > > I would very much like to package chromium for Fedora,
> > but there is one
>> > > small problem remaining, the main license for chromium
> > as included in
>> > > the tarbal is the *original* artistic license,
> > unfortunately that has been
>> > > deemed as a bad (troublesome) license by Fedora's
> > legal counsil
>> > > (lawyers != fun). So I wonder if you would be willing
> > to replace the
>> > > license with the clarified version of the artistic
> > license (relicense
>> > > is a big word here, if you do a side by side
> > comparison the differences
>> > > are very minimal).
>> > > 
>> > > You can find the clarified version of the artistic
> > license here:
>> > >
> > https://fedoraproject.org/wiki/Licensing/ArtisticClarified
> > 
> > I'd be happy to re-license the parts of the code I
> > wrote to pretty-much
> > any license, especially if that were the GNU GPLv3.
> > 
> > -- 
> > bye,
> > pabs
> > 
> > http://bonedaddy.net/pabs3/


--- NEW FILE chromium-bsu.spec ---
Name:           chromium-bsu
Version:        0.9.14
Release:        3%{?dist}
Summary:        Fast paced, arcade-style, top-scrolling space shooter
Group:          Amusements/Games
License:        Artistic clarified
URL:            http://chromium-bsu.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:        chromium-bsu-README.license
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  desktop-file-utils SDL-devel alsa-lib-devel libvorbis-devel
BuildRequires:  libpng-devel freealut-devel libglpng-devel ftgl-devel
Requires:       hicolor-icon-theme

%description
You are captain of the cargo ship Chromium B.S.U., responsible for delivering
supplies to our troops on the front line. Your ship has a small fleet of
robotic fighters which you control from the relative safety of the Chromium
vessel. This is an OpenGL-based shoot 'em up game with fine graphics.


%prep
%setup -q
cp -a %{SOURCE1} README.license
iconv -f iso8859-1 -t utf8 NEWS -o NEWS.utf8
touch -r NEWS.utf8 NEWS
mv NEWS.utf8 NEWS


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
cp -a AUTHORS README README.license COPYING NEWS TODO \
  $RPM_BUILD_ROOT%{_docdir}/%{name}
# Put icon in the new fdo location
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_mandir}/man6/%{name}.6.gz


%changelog
* Wed May 27 2009 Hans de Goede <hdegoede at redhat.com> 0.9.14-3
- Fix build errors (#502191)

* Fri May 22 2009 Hans de Goede <hdegoede at redhat.com> 0.9.14-2
- Minor packaging cleanups from review (#502191)

* Sun May 17 2009 Hans de Goede <hdegoede at redhat.com> 0.9.14-1
- Initial Fedora package


--- NEW FILE import.log ---
chromium-bsu-0_9_14-3_fc11:HEAD:chromium-bsu-0.9.14-3.fc11.src.rpm:1243444684


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/chromium-bsu/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 May 2009 15:24:39 -0000	1.1
+++ .cvsignore	27 May 2009 17:20:16 -0000	1.2
@@ -0,0 +1 @@
+chromium-bsu-0.9.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/chromium-bsu/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 May 2009 15:24:39 -0000	1.1
+++ sources	27 May 2009 17:20:16 -0000	1.2
@@ -0,0 +1 @@
+26df69b13e2ca370b6b45ac8e9efddd5  chromium-bsu-0.9.14.tar.gz




More information about the scm-commits mailing list