source: projects/specs/trunk/t/task-xmonad/task-xmonad-vl.spec @ 11994

Revision 11994, 1.2 KB checked in by ara_t, 5 years ago (diff)

task-xmonad: drop xmonad-extras

Line 
1Summary: Virtual package for xmonad install
2Summary(ja): xmonad をインストールするための仮想パッケージ
3Name: task-xmonad
4Version: 1.0.0
5Release: 2%{?_dist_release}
6License: public domain
7Group: User Interface/Desktops
8BuildRoot: %{_tmppath}/%{name}-%{version}-root
9BuildArch: noarch
10
11# Requires: xmonad xmonad-contrib xmonad-extras xmonad-utils
12Requires: xmonad xmonad-contrib xmonad-utils
13Requires: xmobar stalonetray
14Requires: dmenu gmrun
15Requires: xorg-x11-devel
16Requires: libXrandr-devel libXinerama-devel
17
18Conflicts: xmonad-extras
19
20%description
21This is a virtual package to install xmonad system packages.
22If you use apt-get for RPM, This package will install
23all packages related to xmonad automatically.
24
25Summary(ja): xmonad 仮想パッケージ
26%description -l ja
27xmonad を簡単にインストールするための仮想パッケージです。
28apt-get を使ってこのパッケージをインストールすることで、
29関連する xmoand パッケージをすべてインストールすることができます。
30
31
32%files
33
34%changelog
35* Mon Dec 17 2018 Toshiaki Ara <ara_t@384.jp> 1.0.0-2
36- drop BuildRequires: xmonad-extras
37
38* Sat Jan 13 2018 Toshiaki Ara <ara_t@384.jp> 1.0.0-1
39- initial release for VineSeed
40
Note: See TracBrowser for help on using the repository browser.