rpms/rubygem-syntax/EL-5 import.log, NONE, 1.1 rubygem-syntax.spec, NONE, 1.1 syntax-LICENSE, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel lkundrak at fedoraproject.org
Mon Jul 13 09:00:25 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/rubygem-syntax/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15803/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rubygem-syntax.spec syntax-LICENSE 
Log Message:
Initial import


--- NEW FILE import.log ---
rubygem-syntax-1_0_0-2_fc11:EL-5:rubygem-syntax-1.0.0-2.fc11.src.rpm:1247475578


--- NEW FILE rubygem-syntax.spec ---
%global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global gemname syntax
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}

Summary:        Ruby library for performing simple syntax highlighting
Name:           rubygem-%{gemname}
Version:        1.0.0
Release:        2%{?dist}
Group:          Development/Languages
License:        Public Domain
URL:            http://syntax.rubyforge.org/
Source0:        http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
Source1:        %{gemname}-LICENSE
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       ruby(abi) = 1.8
Requires:       rubygems
BuildRequires:  rubygems
BuildArch:      noarch
Provides:       rubygem(%{gemname}) = %{version}

%description
Syntax is a lexical analysis framework. It supports pluggable syntax
modules, and comes with modules for Ruby, XML, and YAML.


%prep
install -pm 0644 %{SOURCE1} LICENSE


%build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{gemdir}
gem install --local --install-dir $RPM_BUILD_ROOT%{gemdir} \
        --force --rdoc %{SOURCE0}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{geminstdir}/
%doc %{gemdir}/doc/%{gemname}-%{version}
%{gemdir}/cache/%{gemname}-%{version}.gem
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
%doc LICENSE


%changelog
* Mon Jul 08 2009 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> - 1.0.0-2
- Bring tests back
- Depend on ruby(abi)
- Replace defines with globals

* Fri Jul 05 2009 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> - 1.0.0-1
- Package generated by gem2rpm
- Don't ship tests
- Fix up License


--- NEW FILE syntax-LICENSE ---
>From jamis.buck at gmail.com Sun Jun  7 04:58:44 2009
Date: Sat, 6 Jun 2009 17:39:01 -0600
Message-ID: <7f98661a0906061639s6f19b33emeb58c3da81ce9d5b at mail.gmail.com>
Subject: Re: syntax licensing
From: Jamis Buck <jamis at 37signals.com>
To: Lubomir Rintel <lkundrak at v3.sk>
Content-Transfer-Encoding: 8bit

Lubomir,

The syntax gem that I wrote is no longer being maintained, and has
been wholly deprecated in favor of the (much nicer) CodeRay library
(http://coderay.rubychan.de/).

That said, if you are still interested in packaging the syntax gem,
you may use this email as notice of it's being placed in the public
domain.

"The syntax library is hereby placed into the public domain by its
author, Jamis Buck."

- Jamis

On Sat, Jun 6, 2009 at 5:16 PM, Lubomir Rintel<lkundrak at v3.sk> wrote:
> Hi,
>
> I have packaged your syntax rubygem (as dependency of newgem) for Fedora
> [1] operating system. Unfortunatelly, I can't submit it for review for
> inclusion since we could not determine what license is it distributed
> under and therefore can't tell whether we can distribute it at all.
>
> I'll be very thankful if you could clarify the licensing conditions,
> ideally by shipping the file with full text of license and referring to
> it from comments in the source files.
>
> [1] http://fedoraproject.org/
>
> Thanks,
> Lubomir Rintel
>
> --
> "Excuse all the blood" -- Dead
>
>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-syntax/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 Jul 2009 17:18:33 -0000	1.1
+++ .cvsignore	13 Jul 2009 08:59:54 -0000	1.2
@@ -0,0 +1 @@
+syntax-1.0.0.gem


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-syntax/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 Jul 2009 17:18:33 -0000	1.1
+++ sources	13 Jul 2009 08:59:54 -0000	1.2
@@ -0,0 +1 @@
+d9d2eabc03bc937adfa00e35f228f9a8  syntax-1.0.0.gem




More information about the fedora-extras-commits mailing list