rpms/scribes-templates/devel COPYING.Fedora, NONE, 1.1 scribes-templates.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Fri Oct 20 00:44:52 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/scribes-templates/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9021/devel

Modified Files:
	.cvsignore sources 
Added Files:
	COPYING.Fedora scribes-templates.spec 
Log Message:
auto-import scribes-templates-20061017-2 on branch devel from scribes-templates-20061017-2.src.rpm
Initial import (review and approval in bug #211242)


--- NEW FILE COPYING.Fedora ---
The contents of this package are released under the terms of the GPLv2, as
stated by Mystilleef (the Scribes upstream maintainer) in the following 
email:

Message-ID: <9605403b0610170337r4bd5e28cu5442e2f15d401467 at mail.gmail.com>
Date: Tue, 17 Oct 2006 06:37:03 -0400
From: Mystilleef <mystilleef at gmail.com>
To: "Peter Gordon" <peter at thecodergeek.com>
Subject: Re: Scribes Templates Tarball Versioning
In-Reply-To: <453472D8.2090606 at thecodergeek.com>

Hello Peter,

Scribes cannot automatically import templates. Users have to download
them and import them manually. Yes, the templates are all GPL.

Thanks

On 10/17/06, Peter Gordon <peter at thecodergeek.com> wrote:
> One more thing!
>
> These are all GPL'd, I presume? Would you please add a COPYING file or similar
> to the tarball to make that explicitly clear?
>
> Thanks, and sorry for bugging you about this so much! ^_^
>
> --
> Peter Gordon (codergeek42)


--- NEW FILE scribes-templates.spec ---
Name:		scribes-templates
Version:	20061017
Release:	2%{?dist}
Summary:	Templates ("Snippets") for the Scribes text editor
Group:		Applications/Editors
# Though the tarball does not mention it explicitly, Mystilleef (the upstream
# maintainer of Scribes) did state that these are GPL in an email message to
# me on 2006-10-17, a copy of which is contained in COPYING.Fedora. Future
# versions should contain an explicit COPYING file.
License:	GPL
URL:		http://scribes.sourceforge.net/template.html

Source0:	http://scribes.sourceforge.net/templates-%{version}.tar.bz2
Source1:	COPYING.Fedora

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
BuildArch:	noarch

# Scribes' template system was rewritten, so these will not work with earlier
# versions, and it needs scribes installed so that the parent directory in
# %%datadir will not be left unowned.
Requires:	scribes >= 0.2.9.87


%description
Scribes is a simple and sleek text editor for the the GNOME desktop. It focuses
on keeping the working environment free from distractions, and providing strong
automation of mundane, repetitive tasks. One of its greatest features is a
dynamic templating system (popularly called Snippets) to automate the creation
of various types of files following the same general format. This package
contains a collection of various pre-made templates for Scribes.


%prep
%setup -q -n "templates"
install -p -m 0644 %{SOURCE1} .

%build
# Nothing to build...


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/scribes/templates
install -p -m 0644 *-templates.xml %{buildroot}%{_datadir}/scribes/templates/


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc COPYING.Fedora
%{_datadir}/scribes/templates/


%changelog
* Wed Oct 18 2006 Peter Gordon <peter at thecodergeek.com> - 20061017-2
- Make install invocations in %%install and %%prep keep timestamps ("-p")
- Remove empty %%pre/%%preun/%%post/%%postun
- (Thanks to Mamoru Tasaka in bug #211242)
 

* Tue Oct 17 2006 Peter Gordon <peter at thecodergeek.com> - 20061017-1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scribes-templates/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Oct 2006 00:44:01 -0000	1.1
+++ .cvsignore	20 Oct 2006 00:44:22 -0000	1.2
@@ -0,0 +1 @@
+templates-20061017.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scribes-templates/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Oct 2006 00:44:01 -0000	1.1
+++ sources	20 Oct 2006 00:44:22 -0000	1.2
@@ -0,0 +1 @@
+881f13d77207bdcc1fd959a283f220bb  templates-20061017.tar.bz2




More information about the scm-commits mailing list