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