commit littlewizard-examples for openSUSE:Factory

2011-09-15 Thread h_root

Hello community,

here is the log from the commit of package littlewizard-examples for 
openSUSE:Factory
checked in at Thu Sep 15 14:01:06 CEST 2011.




--- littlewizard-examples/littlewizard-examples.changes 2011-09-09 
01:14:12.0 +0200
+++ 
/mounts/work_src_done/STABLE/littlewizard-examples/littlewizard-examples.changes
2011-09-11 23:56:04.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 11 21:51:03 UTC 2011 - kirill.kiril...@gmail.com
+
+- updated license to Public Domain
+
+---

calling whatdependson for head-i586


Old:

  license.txt



Other differences:
--
++ littlewizard-examples.spec ++
--- /var/tmp/diff_new_pack.rdMsWn/_old  2011-09-15 14:01:01.0 +0200
+++ /var/tmp/diff_new_pack.rdMsWn/_new  2011-09-15 14:01:01.0 +0200
@@ -19,13 +19,12 @@
 
 Name:   littlewizard-examples
 Version:20071206
-Release:1
-License:GPLv2+
+Release:3
+License:Public Domain
 Summary:Example files for Little Wizard
 Url:http://littlewizard.sourceforge.net/
 Group:  Development/Tools/IDE
 Source0:examples-%{version}.zip
-Source1:license.txt
 BuildRequires:  unzip
 Requires:   littlewizard
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,16 +47,12 @@
 %install
 mkdir -p %{buildroot}/%{_datadir}/littlewizard/examples
 cp -a * %{buildroot}/%{_datadir}/littlewizard/examples/
-mkdir -p %{buildroot}/%{_docdir}/%{name}
-cp %{SOURCE1} %{buildroot}/%{_docdir}/%{name}
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%dir %{_docdir}/%{name}
-%doc %{_docdir}/%{name}/license.txt
 %dir %{_datadir}/littlewizard
 %dir %{_datadir}/littlewizard/examples
 %{_datadir}/littlewizard/examples







Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit littlewizard-examples for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package littlewizard-examples for 
openSUSE:Factory
checked in at Fri Sep 9 12:10:55 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/littlewizard-examples/littlewizard-examples.changes
2011-09-09 01:14:12.0 +0200
@@ -0,0 +1,9 @@
+---
+Thu Sep  8 23:12:00 UTC 2011 - kirill.kiril...@gmail.com
+
+- added license.txt
+
+---
+Sat Mar 14 14:49:02 MSK 2009 -  kirill.kiril...@gmail.com
+
+- initial version 20071206

calling whatdependson for head-i586


New:

  examples-20071206.zip
  license.txt
  littlewizard-examples.changes
  littlewizard-examples.spec



Other differences:
--
++ littlewizard-examples.spec ++
#
# spec file for package littlewizard-examples
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   littlewizard-examples
Version:20071206
Release:1
License:GPLv2+
Summary:Example files for Little Wizard
Url:http://littlewizard.sourceforge.net/
Group:  Development/Tools/IDE
Source0:examples-%{version}.zip
Source1:license.txt
BuildRequires:  unzip
Requires:   littlewizard
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Little Wizard is created especially for primary school children. It allows to
learn using main elements of present computer languages, including: variables,
expressions, loops, conditions, logical blocks. Every element of language is
represented by an intuitive icon. It allows program Little Wizard without
using keyboard, only mouse.

This package contains example files for Little Wizard.

%prep
%setup -q -n examples-%{version}

%build

%install
mkdir -p %{buildroot}/%{_datadir}/littlewizard/examples
cp -a * %{buildroot}/%{_datadir}/littlewizard/examples/
mkdir -p %{buildroot}/%{_docdir}/%{name}
cp %{SOURCE1} %{buildroot}/%{_docdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/license.txt
%dir %{_datadir}/littlewizard
%dir %{_datadir}/littlewizard/examples
%{_datadir}/littlewizard/examples

%changelog
++ license.txt ++
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We