osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:67, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=23
This commit is contained in:
parent
3be5d738ec
commit
2d81a3406b
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
- force i686 arch on i586
|
- disable %{ix86} build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 29 15:48:14 UTC 2020 - psimons@suse.com
|
Sun Nov 29 15:48:14 UTC 2020 - psimons@suse.com
|
||||||
|
@ -137,12 +137,7 @@ Recommends: lsof
|
|||||||
Recommends: rsync
|
Recommends: rsync
|
||||||
Recommends: ssh
|
Recommends: ssh
|
||||||
Suggests: %{name}-bash-completion
|
Suggests: %{name}-bash-completion
|
||||||
# GHC dont support i586
|
ExcludeArch: %{ix86}
|
||||||
%ifarch %{ix86}
|
|
||||||
ExclusiveArch: i586 i686
|
|
||||||
ExclusiveArch: i686
|
|
||||||
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Git-annex allows managing files with git, without checking the file contents
|
Git-annex allows managing files with git, without checking the file contents
|
||||||
@ -164,13 +159,12 @@ up and use git-annex this way.
|
|||||||
|
|
||||||
%package bash-completion
|
%package bash-completion
|
||||||
Summary: Bash completion for git-annex
|
Summary: Bash completion for git-annex
|
||||||
Group: System/Shells
|
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: bash-completion
|
Requires: bash-completion
|
||||||
Supplements: (%{name} and bash-completion)
|
Supplements: (%{name} and bash-completion)
|
||||||
|
|
||||||
%description bash-completion
|
%description bash-completion
|
||||||
Optional dependency offering bash completion for git-annex})}}
|
Optional dependency offering bash completion for git-annex
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
@ -188,20 +182,12 @@ make DESTDIR=%{buildroot} BUILDER=./Setup install-mans install-completions insta
|
|||||||
rm %{buildroot}%{_datadir}/fish/vendor_completions.d/git-annex.fish
|
rm %{buildroot}%{_datadir}/fish/vendor_completions.d/git-annex.fish
|
||||||
rm %{buildroot}%{_datadir}/zsh/site-functions/_git-annex
|
rm %{buildroot}%{_datadir}/zsh/site-functions/_git-annex
|
||||||
|
|
||||||
%post
|
|
||||||
%desktop_database_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%desktop_database_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYRIGHT
|
%license COPYRIGHT
|
||||||
%doc CHANGELOG NEWS README
|
%doc CHANGELOG NEWS README
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/%{name}-shell
|
%{_bindir}/%{name}-shell
|
||||||
%{_bindir}/git-remote-tor-annex
|
%{_bindir}/git-remote-tor-annex}
|
||||||
%dir %{_datadir}/icons/hicolor
|
%dir %{_datadir}/icons/hicolor
|
||||||
%dir %{_datadir}/icons/hicolor/16x16
|
%dir %{_datadir}/icons/hicolor/16x16
|
||||||
%dir %{_datadir}/icons/hicolor/16x16/apps
|
%dir %{_datadir}/icons/hicolor/16x16/apps
|
||||||
|
Loading…
Reference in New Issue
Block a user