.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-a?expand=0&rev=17
This commit is contained in:
parent
aa80a95ea9
commit
9512eb759e
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 12 12:31:15 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- 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
|
Thu Aug 2 13:17:40 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Name: texlive-specs-a
|
|||||||
Version: 2012
|
Version: 2012
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: One spec file for all TeX Live packages
|
Summary: One spec file for all TeX Live packages
|
||||||
License: GPL-2.0
|
License: BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and LGPL-3.0+ and LPPL-1.0 and LPPL-1.3c and OFL-1.1 and SUSE-Public-Domain
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: http://build.opensuse.org/package/show?package=texlive-specs-a&project=Publishing:TeXLive
|
Url: http://build.opensuse.org/package/show?package=texlive-specs-a&project=Publishing:TeXLive
|
||||||
Source0: texlive-specs.tar.xz
|
Source0: texlive-specs.tar.xz
|
||||||
@ -463,7 +463,7 @@ rootdir=$(topdir)/BUILDROOT
|
|||||||
%%.rpm: root=$(rootdir)/$*.noarch
|
%%.rpm: root=$(rootdir)/$*.noarch
|
||||||
%%.rpm: %%.spec
|
%%.rpm: %%.spec
|
||||||
exec > >(exec buffer -s 256k -m 1m -u 10) 2>&1; \
|
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]*
|
rm -rf $(topdir)/BUILD/$*-[0-9]*
|
||||||
|
|
||||||
%if %{defined build_slice}
|
%if %{defined build_slice}
|
||||||
|
Loading…
Reference in New Issue
Block a user