From 53a1fbeb275d9256a92f2640336a678be5c231e6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 6 Sep 2008 19:05:15 +0000 Subject: [PATCH] fix license tag --- symlinks-LICENSE.txt | 25 +++++++++++++++++++++++++ symlinks.spec | 15 +++++++++++---- 2 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 symlinks-LICENSE.txt diff --git a/symlinks-LICENSE.txt b/symlinks-LICENSE.txt new file mode 100644 index 0000000..ff9cb98 --- /dev/null +++ b/symlinks-LICENSE.txt @@ -0,0 +1,25 @@ +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@pobox.com + diff --git a/symlinks.spec b/symlinks.spec index d6ab7c0..f6f782a 100644 --- a/symlinks.spec +++ b/symlinks.spec @@ -2,10 +2,12 @@ Summary: A utility which maintains a system's symbolic links 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 @@ symlinks on your system. %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 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) +%doc symlinks-LICENSE.txt %{_bindir}/symlinks %{_mandir}/man8/symlinks.8* %changelog +* Sat Sep 6 2008 Tom "spot" Callaway 1.2-32 +- fix license tag + * Mon Feb 11 2008 Tim Waugh 1.2-31 - Rebuild for GCC 4.3.