use DMIT (modified MIT) as a license for the stylesheets (#988715)
This commit is contained in:
parent
063f1a10d1
commit
a7f422055a
@ -1,11 +1,11 @@
|
||||
Name: docbook-style-dsssl
|
||||
Version: 1.79
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Norman Walsh's modular stylesheets for DocBook
|
||||
|
||||
License: Copyright only
|
||||
License: DMIT
|
||||
URL: http://docbook.sourceforge.net/
|
||||
|
||||
Requires: docbook-dtds
|
||||
@ -14,8 +14,6 @@ Requires: sgml-common
|
||||
Requires(post): sgml-common
|
||||
Requires(preun): sgml-common
|
||||
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildArch: noarch
|
||||
Source0: http://prdownloads.sourceforge.net/docbook/docbook-dsssl-%{version}.tar.gz
|
||||
Source1: %{name}.Makefile
|
||||
@ -33,19 +31,12 @@ cp %{SOURCE1} Makefile
|
||||
|
||||
%build
|
||||
|
||||
|
||||
%install
|
||||
DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install BINDIR=$DESTDIR/usr/bin DESTDIR=$DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets-%{version} MANDIR=$DESTDIR%{_mandir}
|
||||
cd ..
|
||||
ln -s dsssl-stylesheets-%{version} $DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr (-,root,root,-)
|
||||
%doc BUGS README ChangeLog WhatsNew
|
||||
@ -74,6 +65,10 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Mon Jul 29 2013 Ondrej Vasik <ovasik@redhat.com> - 1.79-17
|
||||
- use DMIT (modified MIT) as a license for the
|
||||
stylesheets (#988715)
|
||||
|
||||
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.79-16
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user