summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-07-22 14:54:52 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-07-22 14:54:52 +0200
commit5fea8c42414304a694bbdc69f56dd4b2e380d6d5 (patch)
tree597740d100cfcfd44c552f6e108f59f1fcb6cbc1
parent0ea8793e47651f470bd740940c951bb8e13d099e (diff)
downloadgroff-5fea8c42414304a694bbdc69f56dd4b2e380d6d5.tar.gz
groff-5fea8c42414304a694bbdc69f56dd4b2e380d6d5.tar.xz
groff-5fea8c42414304a694bbdc69f56dd4b2e380d6d5.zip
Removed separate BSD and MIT license files
They are already included in the upstream tarball.
-rw-r--r--BSD28
-rw-r--r--MIT19
-rw-r--r--groff.spec13
3 files changed, 6 insertions, 54 deletions
diff --git a/BSD b/BSD
deleted file mode 100644
index 42755b0..0000000
--- a/BSD
+++ /dev/null
@@ -1,28 +0,0 @@
-Copyright (c) 1991, 1993
-The Regents of the University of California. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. [Deleted. See
- ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change]
-4. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
diff --git a/MIT b/MIT
deleted file mode 100644
index c5371c7..0000000
--- a/MIT
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 1989 Massachusetts Institute of Technology
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/groff.spec b/groff.spec
index a41a2df..d40fbf7 100644
--- a/groff.spec
+++ b/groff.spec
@@ -3,14 +3,11 @@
Summary: A document formatting system
Name: groff
Version: 1.22.2
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv3+ and GFDL and BSD and MIT
Group: Applications/Publishing
URL: http://www.gnu.org/software/groff/
Source: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
-# Licenses in separate files
-Source1: BSD
-Source2: MIT
# resolves: #530788
Patch0: 0001-missing-groff-x11-info-message-when-gxditview-not-fo.patch
@@ -103,8 +100,6 @@ for file in NEWS src/devices/grolbp/grolbp.man doc/{groff.info*,webpage.ms} \
mv "${file}_" "$file"
done
-%{__cp} %{SOURCE1} %{SOURCE2} .
-
%build
%configure \
--docdir=%{_docdir}/%{name}-%{version} \
@@ -235,7 +230,7 @@ fi
%{_infodir}/groff.info*
%files base
-%doc BUG-REPORT COPYING FDL LICENSES MORE.STUFF NEWS PROBLEMS BSD MIT
+%doc BUG-REPORT COPYING FDL LICENSES MORE.STUFF NEWS PROBLEMS
# configuration
%dir %{_sysconfdir}/groff/
%config(noreplace) %{_sysconfdir}/groff/*
@@ -402,6 +397,10 @@ fi
%doc %{_docdir}/%{name}-%{version}/pdf/
%changelog
+* Mon Jul 22 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-5
+- removed BSD and MIT license files - the text is already included
+ in the upstream tarball
+
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.22.2-4
- Perl 5.18 rebuild