1
0
Dr. Werner Fink 2012-09-12 14:02:23 +00:00 committed by Git OBS Bridge
parent 3861b6e1d9
commit 5eda03ea7c
2 changed files with 12 additions and 7 deletions

View File

@ -1,10 +1,15 @@
-------------------------------------------------------------------
Mon Aug 27 12:44:33 UTC 2012 - cfarrell@suse.com
Wed Sep 12 12:31:15 UTC 2012 - werner@suse.de
- license update: LPPL-1.3 and LPPL-1.2 and LPPL-1.0 and GPL-2.0+ and
LGPL-3.0+ and Apache-2.0 and OFL-1.1
Reflect all of the licenses of the various components in the spec file
license (in the absence of subpackage specific licensing)
- Use disturl for rpmbuild runs
- Aggregate licenses for meta spec file automatically
-------------------------------------------------------------------
Wed Aug 29 11:00:26 UTC 2012 - cfarrell@suse.com
- license update: GPL-2.0+ and LPPL-1.3c and GPL-3.0+ and MPL-1.1 and
LPPL-1.0 and OFL-1.1 and Apache-2.0
Aggregate licenses for spec file without subpackages
-------------------------------------------------------------------
Thu Aug 2 13:17:40 UTC 2012 - werner@suse.de

View File

@ -31,7 +31,7 @@ Name: texlive-specs-u
Version: 2012
Release: 0
Summary: One spec file for all TeX Live packages
License: LPPL-1.3 and LPPL-1.2 and LPPL-1.0 and GPL-2.0+ and LGPL-3.0+ and Apache-2.0 and OFL-1.1
License: Apache-1.0 and GPL-2.0+ and LGPL-2.1+ and LPPL-1.0 and OFL-1.1 and SUSE-Public-Domain
Group: Development/Tools/Building
Url: http://build.opensuse.org/package/show?package=texlive-specs-u&project=Publishing:TeXLive
Source0: texlive-specs.tar.xz
@ -233,7 +233,7 @@ rootdir=$(topdir)/BUILDROOT
%%.rpm: root=$(rootdir)/$*.noarch
%%.rpm: %%.spec
exec > >(exec buffer -s 256k -m 1m -u 10) 2>&1; \
rpmbuild -ba --buildroot $(root) --define '_srcdefattr (-,root,root)' --define 'rlobs %release' $< && \
rpmbuild -ba --buildroot $(root) --define '_srcdefattr (-,root,root)' --define 'rlobs %release' %{?disturl:--define 'disturl %disturl'} $< && \
rm -rf $(topdir)/BUILD/$*-[0-9]*
%if %{defined build_slice}