Mageia Bugzilla – Attachment 14200 Details for
Bug 32597
texlive-doc install pushed through an automatic update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Changes from the spec on cauldron
lyx.diff (text/plain), 1.37 KB, created by
katnatek
on 2023-12-06 21:31:59 CET
(
hide
)
Description:
Changes from the spec on cauldron
Filename:
MIME Type:
Creator:
katnatek
Created:
2023-12-06 21:31:59 CET
Size:
1.37 KB
patch
obsolete
>Index: SPECS/lyx.spec >=================================================================== >--- SPECS/lyx.spec (revision 2013931) >+++ SPECS/lyx.spec (working copy) >@@ -1,5 +1,7 @@ > %define lyxver %(echo %{version} | cut -d. -f1,2) > >+%define subrel 1 >+ > Name: lyx > Version: 2.3.7 > Release: %mkrel 2 >@@ -8,6 +10,8 @@ > License: GPLv2+ > URL: https://www.lyx.org/ > Source0: https://ftp.lip6.fr/pub/lyx/stable/%{lyxver}.x/%{name}-%{version}-1.tar.xz >+Source1: README.install.urpmi >+ > ## upstreamable patches > # already part of 2.4.x source and fixes > # https://bugzilla.redhat.com/show_bug.cgi?id=1965118 >@@ -59,7 +63,6 @@ > Requires: xdg-utils > > Recommends: biber >-Recommends: texlive-doc > > # Some stuff needed for LyX's documentation: > Recommends: texlive-collection-basic >@@ -147,6 +150,8 @@ > # appdata > install -p -D -m 0644 lib/appdata.xml %{buildroot}%{_metainfodir}/lyx.appdata.xml > >+install -m644 %{SOURCE1} README.install.urpmi >+ > %check > desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop > # tests/test_filetools error bogus ( see https://bugzilla.redhat.com/723938 ) >@@ -161,7 +166,7 @@ > texhash >& /dev/null > > %files -f %{name}.lang >-%doc README{,.*} ANNOUNCE RELEASE-NOTES >+%doc README{,.*} ANNOUNCE RELEASE-NOTES README.install.urpmi > %{_bindir}/%{name} > %{_bindir}/lyxclient > %{_bindir}/tex2lyx
Index: SPECS/lyx.spec =================================================================== --- SPECS/lyx.spec (revision 2013931) +++ SPECS/lyx.spec (working copy) @@ -1,5 +1,7 @@ %define lyxver %(echo %{version} | cut -d. -f1,2) +%define subrel 1 + Name: lyx Version: 2.3.7 Release: %mkrel 2 @@ -8,6 +10,8 @@ License: GPLv2+ URL: https://www.lyx.org/ Source0: https://ftp.lip6.fr/pub/lyx/stable/%{lyxver}.x/%{name}-%{version}-1.tar.xz +Source1: README.install.urpmi + ## upstreamable patches # already part of 2.4.x source and fixes # https://bugzilla.redhat.com/show_bug.cgi?id=1965118 @@ -59,7 +63,6 @@ Requires: xdg-utils Recommends: biber -Recommends: texlive-doc # Some stuff needed for LyX's documentation: Recommends: texlive-collection-basic @@ -147,6 +150,8 @@ # appdata install -p -D -m 0644 lib/appdata.xml %{buildroot}%{_metainfodir}/lyx.appdata.xml +install -m644 %{SOURCE1} README.install.urpmi + %check desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop # tests/test_filetools error bogus ( see https://bugzilla.redhat.com/723938 ) @@ -161,7 +166,7 @@ texhash >& /dev/null %files -f %{name}.lang -%doc README{,.*} ANNOUNCE RELEASE-NOTES +%doc README{,.*} ANNOUNCE RELEASE-NOTES README.install.urpmi %{_bindir}/%{name} %{_bindir}/lyxclient %{_bindir}/tex2lyx
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32597
: 14200 |
14201