rpms/symlinks/devel symlinks-LICENSE.txt, NONE, 1.1 symlinks.spec, 1.17, 1.18

Tom Callaway spot at fedoraproject.org
Sat Sep 6 19:05:45 UTC 2008


Author: spot

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

Modified Files:
	symlinks.spec 
Added Files:
	symlinks-LICENSE.txt 
Log Message:
fix license tag


--- NEW FILE symlinks-LICENSE.txt ---
From: http://packages.debian.org/changelogs/pool/main/s/symlinks/symlinks_1.2-4.2/symlinks.copyright

Copyright (c) Mark Lord, freely distributable

License clarification as found in Debian Bug #273338:

Hi,

My "symlinks" utility pre-dates the "open source licensing" fad
by a number of years.  Just to clarify, this is 100% freeware,
written entirely by myself.  The intent is to use it to detect
missing/obsolete symlink targets on an installed distro, before
creating the "gold" (or "final") release discs.

Use and distribute and modify as you (or anyone else) sees fit.
There have no formal restrictions or requirements whatsoever
regarding distribution of either binaries or source code,
whether modified or original.

Cheers
--
Mark Lord
Real-Time Remedies Inc.
mlord at pobox.com



Index: symlinks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/symlinks/devel/symlinks.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- symlinks.spec	11 Feb 2008 16:28:35 -0000	1.17
+++ symlinks.spec	6 Sep 2008 19:05:15 -0000	1.18
@@ -2,10 +2,12 @@
 Name: symlinks
 URL: ftp://metalab.unc.edu/pub/Linux/utils/file/
 Version: 1.2
-Release: 31%{?dist}
+Release: 32%{?dist}
 Group: Applications/System
-License: distributable
-Source: ftp://metalab.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz
+License: Copyright only
+Source0: ftp://metalab.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz
+# Taken from http://packages.debian.org/changelogs/pool/main/s/symlinks/symlinks_1.2-4.2/symlinks.copyright
+Source1: symlinks-LICENSE.txt
 Patch0: symlinks-1.2-nostatic.patch
 Patch1: symlinks-1.2-fixman.patch
 Patch2: symlinks-1.2-short.patch
@@ -22,9 +24,10 @@
 
 %prep
 %setup -q
-%patch -p1 -b .nostatic
+%patch0 -p1 -b .nostatic
 %patch1 -p1 -b .fixman
 %patch2 -p1
+cp %{SOURCE1} .
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)" %{?_smp_mflags}
@@ -41,10 +44,14 @@
 
 %files
 %defattr(-,root,root,-)
+%doc symlinks-LICENSE.txt
 %{_bindir}/symlinks
 %{_mandir}/man8/symlinks.8*
 
 %changelog
+* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.2-32
+- fix license tag
+
 * Mon Feb 11 2008 Tim Waugh <twaugh at redhat.com> 1.2-31
 - Rebuild for GCC 4.3.
 




More information about the fedora-extras-commits mailing list