fix license tag

This commit is contained in:
Tom Callaway 2008-09-06 19:05:15 +00:00
parent 291603fc6e
commit 53a1fbeb27
2 changed files with 36 additions and 4 deletions

25
symlinks-LICENSE.txt Normal file
View File

@ -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

View File

@ -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 <tcallawa@redhat.com> 1.2-32
- fix license tag
* Mon Feb 11 2008 Tim Waugh <twaugh@redhat.com> 1.2-31
- Rebuild for GCC 4.3.