|
Lines 3-9
Link Here
|
| 3 |
|
3 |
|
| 4 |
Name: fvwm-themes |
4 |
Name: fvwm-themes |
| 5 |
Version: 0.7.0 |
5 |
Version: 0.7.0 |
| 6 |
Release: alt1 |
6 |
Release: alt1.1 |
| 7 |
|
7 |
|
| 8 |
Summary: FVWM Themes, configuration framework for FVWM |
8 |
Summary: FVWM Themes, configuration framework for FVWM |
| 9 |
Summary(ru_RU.UTF-8): Ð¢ÐµÐ¼Ñ Ð´Ð»Ñ Ð¾ÐºÐ¾Ð½Ð½Ð¾Ð³Ð¾ менеджеÑа FVWM |
9 |
Summary(ru_RU.UTF-8): Ð¢ÐµÐ¼Ñ Ð´Ð»Ñ Ð¾ÐºÐ¾Ð½Ð½Ð¾Ð³Ð¾ менеджеÑа FVWM |
|
Lines 22-29
Requires: fvwm-perl >= %{get_version fvw
Link Here
|
| 22 |
Requires: perl >= 5.004 |
22 |
Requires: perl >= 5.004 |
| 23 |
Requires: m4 |
23 |
Requires: m4 |
| 24 |
|
24 |
|
| 25 |
# Automatically added by buildreq on Wed Jul 21 2004 |
25 |
# required due to /usr/X11R6 -> /usr relocation |
| 26 |
BuildRequires: XFree86-devel XFree86-utils fvwm-base fvwm-perl menu |
26 |
Requires: fvwm-base >= 2.5.14-alt1 |
|
|
27 |
BuildPreReq: fvwm-base >= 2.5.14-alt1 |
| 28 |
|
| 29 |
BuildPreReq: fvwm-perl |
| 30 |
|
| 31 |
# Automatically added by buildreq on Sat Dec 17 2005 |
| 32 |
BuildRequires: fvwm-base menu xorg-x11-devel xorg-x11-utils |
| 27 |
|
33 |
|
| 28 |
%description |
34 |
%description |
| 29 |
FVWM Themes is a powerful configuration framework for FVWM, |
35 |
FVWM Themes is a powerful configuration framework for FVWM, |
|
Lines 39-45
FVWM Themes ÑвлÑеÑÑÑ Ð¼Ð¾ÑнÑÐ
Link Here
|
| 39 |
Summary: Extra FVWM Themes |
45 |
Summary: Extra FVWM Themes |
| 40 |
Summary(ru_RU.UTF-8): ÐополниÑелÑнÑе ÑÐµÐ¼Ñ Ð´Ð»Ñ FVWM |
46 |
Summary(ru_RU.UTF-8): ÐополниÑелÑнÑе ÑÐµÐ¼Ñ Ð´Ð»Ñ FVWM |
| 41 |
Group: Graphical desktop/FVWM based |
47 |
Group: Graphical desktop/FVWM based |
| 42 |
Requires: %name = %version |
48 |
Requires: %name = %version-%release |
| 43 |
|
49 |
|
| 44 |
%description extra |
50 |
%description extra |
| 45 |
FVWM Themes is a powerful configuration framework for FVWM, |
51 |
FVWM Themes is a powerful configuration framework for FVWM, |
|
Lines 64-92
perl -pi -e 's,-cronyx-,-\*-,g' locale/r
Link Here
|
| 64 |
|
70 |
|
| 65 |
%build |
71 |
%build |
| 66 |
./configure \ |
72 |
./configure \ |
| 67 |
--prefix=%_x11dir \ |
73 |
--prefix=%_prefix \ |
| 68 |
--exec-prefix=%_x11dir \ |
74 |
--exec-prefix=%_prefix \ |
|
|
75 |
--mandir=%_mandir \ |
| 69 |
--sysconfdir=%_sysconfdir/X11 |
76 |
--sysconfdir=%_sysconfdir/X11 |
| 70 |
make %m_p |
77 |
make %m_p |
| 71 |
|
78 |
|
| 72 |
%install |
79 |
%install |
| 73 |
make \ |
80 |
make \ |
| 74 |
prefix=$RPM_BUILD_ROOT%{_x11dir} \ |
81 |
prefix=$RPM_BUILD_ROOT%_prefix \ |
|
|
82 |
mandir=$RPM_BUILD_ROOT%_mandir \ |
| 75 |
ROOT_PREFIX=$RPM_BUILD_ROOT install |
83 |
ROOT_PREFIX=$RPM_BUILD_ROOT install |
| 76 |
%__install -pD -m644 %SOURCE1 $RPM_BUILD_ROOT%_sysconfdir/X11/wmsession.d/10Fvwm-themes |
84 |
%__install -pD -m644 %SOURCE1 $RPM_BUILD_ROOT%_sysconfdir/X11/wmsession.d/10Fvwm-themes |
| 77 |
find %buildroot -type f -print0 | xargs -r0 %__subst -p s,%buildroot,,g |
85 |
find %buildroot -type f -print0 | xargs -r0 %__subst -p s,%buildroot,,g |
| 78 |
%__tar xjf %SOURCE2 -C %buildroot%_x11datadir/fvwm/themes |
86 |
%__tar xjf %SOURCE2 -C %buildroot%_datadir/fvwm/themes |
| 79 |
%__mv %buildroot%_x11datadir/fvwm/themes/%name-extra-%version/* %buildroot%_x11datadir/fvwm/themes/ |
87 |
%__mv %buildroot%_datadir/fvwm/themes/%name-extra-%version/* %buildroot%_datadir/fvwm/themes/ |
| 80 |
%__rm -rf %buildroot%_x11datadir/fvwm/themes/%name-extra-%version |
88 |
%__rm -rf %buildroot%_datadir/fvwm/themes/%name-extra-%version |
| 81 |
find %buildroot%_x11datadir/fvwm/themes -type f -print0 | \ |
89 |
find %buildroot%_datadir/fvwm/themes -type f -print0 | \ |
| 82 |
xargs -r0 %__subst -p s,-adobe-,-*-,g |
90 |
xargs -r0 %__subst -p s,-adobe-,-*-,g |
| 83 |
find %buildroot%_x11datadir/fvwm/themes -type f -print0 | \ |
91 |
find %buildroot%_datadir/fvwm/themes -type f -print0 | \ |
| 84 |
xargs -r0 %__subst -p s,-*-lucida-,-*-serene-,g |
92 |
xargs -r0 %__subst -p s,-*-lucida-,-*-serene-,g |
| 85 |
find %buildroot%_x11datadir/fvwm/themes -type f -print0 | \ |
93 |
find %buildroot%_datadir/fvwm/themes -type f -print0 | \ |
| 86 |
xargs -r0 %__subst -p s,-b\&h-lucida-,-*-serene-,g |
94 |
xargs -r0 %__subst -p s,-b\&h-lucida-,-*-serene-,g |
| 87 |
find %buildroot%_x11datadir/fvwm/themes -type f -print0 | \ |
95 |
find %buildroot%_datadir/fvwm/themes -type f -print0 | \ |
| 88 |
xargs -r0 %__subst -p s,-*-lucidabright-,-*-times-,g |
96 |
xargs -r0 %__subst -p s,-*-lucidabright-,-*-times-,g |
| 89 |
find %buildroot%_x11datadir/fvwm/themes -type f -print0 | \ |
97 |
find %buildroot%_datadir/fvwm/themes -type f -print0 | \ |
| 90 |
xargs -r0 %__subst -p s,-*-lucidatypewriter-,-*-serenetypewriter-,g |
98 |
xargs -r0 %__subst -p s,-*-lucidatypewriter-,-*-serenetypewriter-,g |
| 91 |
|
99 |
|
| 92 |
|
100 |
|
|
Lines 100-147
find %buildroot%_x11datadir/fvwm/themes
Link Here
|
| 100 |
%clean_wms |
108 |
%clean_wms |
| 101 |
|
109 |
|
| 102 |
%files |
110 |
%files |
| 103 |
%_x11bindir/* |
111 |
%_bindir/* |
| 104 |
%_sysconfdir/X11/wmsession.d/* |
112 |
%_sysconfdir/X11/wmsession.d/* |
| 105 |
%_sysconfdir/menu-methods/* |
113 |
%_sysconfdir/menu-methods/* |
| 106 |
%_x11mandir/man?/* |
114 |
%_mandir/man?/* |
| 107 |
%_x11datadir/fvwm/Fvwm* |
115 |
%_datadir/fvwm/Fvwm* |
| 108 |
%_x11datadir/fvwm/themes-rc* |
116 |
%_datadir/fvwm/themes-rc* |
| 109 |
%_x11datadir/fvwm/images/ |
117 |
%_datadir/fvwm/images/ |
| 110 |
%_x11datadir/fvwm/locale/ |
118 |
%_datadir/fvwm/locale/ |
| 111 |
%_x11datadir/fvwm/sounds/ |
119 |
%_datadir/fvwm/sounds/ |
| 112 |
%_x11datadir/fvwm/themes/afterstep/ |
120 |
%_datadir/fvwm/themes/afterstep/ |
| 113 |
%_x11datadir/fvwm/themes/cde/ |
121 |
%_datadir/fvwm/themes/cde/ |
| 114 |
%_x11datadir/fvwm/themes/current/ |
122 |
%_datadir/fvwm/themes/current/ |
| 115 |
%_x11datadir/fvwm/themes/default/ |
123 |
%_datadir/fvwm/themes/default/ |
| 116 |
%_x11datadir/fvwm/themes/luthien/ |
124 |
%_datadir/fvwm/themes/luthien/ |
| 117 |
%_x11datadir/fvwm/themes/migo/ |
125 |
%_datadir/fvwm/themes/migo/ |
| 118 |
%_x11datadir/fvwm/themes/multichoice/ |
126 |
%_datadir/fvwm/themes/multichoice/ |
| 119 |
%_x11datadir/fvwm/themes/olicha/ |
127 |
%_datadir/fvwm/themes/olicha/ |
| 120 |
%_x11datadir/fvwm/themes/redmond98/ |
128 |
%_datadir/fvwm/themes/redmond98/ |
| 121 |
%_x11datadir/fvwm/themes/redmondxp/ |
129 |
%_datadir/fvwm/themes/redmondxp/ |
| 122 |
%doc AUTHORS NEWS README TODO |
130 |
%doc AUTHORS NEWS README TODO |
| 123 |
%doc doc/{FAQ,README.1st,colorsets,creating-themes,fvwm-themes.lsm,menus-extra,functions-appbind-extra} |
131 |
%doc doc/{FAQ,README.1st,colorsets,creating-themes,fvwm-themes.lsm,menus-extra,functions-appbind-extra} |
| 124 |
|
132 |
|
| 125 |
%files extra |
133 |
%files extra |
| 126 |
%_x11datadir/fvwm/themes/awol/ |
134 |
%_datadir/fvwm/themes/awol/ |
| 127 |
%_x11datadir/fvwm/themes/brushedmetal/ |
135 |
%_datadir/fvwm/themes/brushedmetal/ |
| 128 |
%_x11datadir/fvwm/themes/e17/ |
136 |
%_datadir/fvwm/themes/e17/ |
| 129 |
%_x11datadir/fvwm/themes/mech/ |
137 |
%_datadir/fvwm/themes/mech/ |
| 130 |
%_x11datadir/fvwm/themes/minimal/ |
138 |
%_datadir/fvwm/themes/minimal/ |
| 131 |
%_x11datadir/fvwm/themes/osx/ |
139 |
%_datadir/fvwm/themes/osx/ |
| 132 |
%_x11datadir/fvwm/themes/qnx/ |
140 |
%_datadir/fvwm/themes/qnx/ |
| 133 |
%_x11datadir/fvwm/themes/spruce/ |
141 |
%_datadir/fvwm/themes/spruce/ |
| 134 |
%_x11datadir/fvwm/themes/unsafe/ |
142 |
%_datadir/fvwm/themes/unsafe/ |
| 135 |
%_x11datadir/fvwm/themes/blackbox/ |
143 |
%_datadir/fvwm/themes/blackbox/ |
| 136 |
%_x11datadir/fvwm/themes/celticbow/ |
144 |
%_datadir/fvwm/themes/celticbow/ |
| 137 |
%_x11datadir/fvwm/themes/ice/ |
145 |
%_datadir/fvwm/themes/ice/ |
| 138 |
%_x11datadir/fvwm/themes/metal/ |
146 |
%_datadir/fvwm/themes/metal/ |
| 139 |
%_x11datadir/fvwm/themes/nanogui/ |
147 |
%_datadir/fvwm/themes/nanogui/ |
| 140 |
%_x11datadir/fvwm/themes/plainbow/ |
148 |
%_datadir/fvwm/themes/plainbow/ |
| 141 |
%_x11datadir/fvwm/themes/sa/ |
149 |
%_datadir/fvwm/themes/sa/ |
| 142 |
%_x11datadir/fvwm/themes/underground/ |
150 |
%_datadir/fvwm/themes/underground/ |
| 143 |
|
151 |
|
| 144 |
%changelog |
152 |
%changelog |
|
|
153 |
* Sat Dec 17 2005 Sergey Vlasov <vsu@altlinux.ru> 0.7.0-alt1.1 |
| 154 |
- Moved all files from /usr/X11R6 to /usr for fvwm-2.5.14-alt1. |
| 155 |
- Updated BuildRequires. |
| 156 |
|
| 145 |
* Wed Jul 21 2004 Eugene Vlasov <eugvv@altlinux.ru> 0.7.0-alt1 |
157 |
* Wed Jul 21 2004 Eugene Vlasov <eugvv@altlinux.ru> 0.7.0-alt1 |
| 146 |
- New version |
158 |
- New version |
| 147 |
- Added WM session entry |
159 |
- Added WM session entry |