]> git.pld-linux.org Git - packages/fvwm-themes-base.git/blame - fvwm-themes-base.spec
- place # SourceN-md5: just after SourceN:
[packages/fvwm-themes-base.git] / fvwm-themes-base.spec
CommitLineData
8a891da6 1Summary: FVWM Themes, configuration framework for FVWM
63c90865 2Summary(pl.UTF-8): FVWM Themes - szkielet konfiguracji dla FVWM
8a891da6 3Name: fvwm-themes-base
7349f417
JB
4Version: 0.6.1
5Release: 1
8a891da6
AM
6License: GPL
7Group: X11/Window Managers
6400128d 8Source0: http://dl.sourceforge.net/fvwm-themes/%{name}-%{version}.tar.gz
af0cdfad 9# Source0-md5: 6133bb363bab6d0ce544fa17bc267e6f
7349f417 10Source1: %{name}-rpm-wa.tar.gz
af0cdfad 11# Source1-md5: cd15c2d62f8518769ecbf9f16383de30
8a891da6 12Source2: %{name}-install-menu-system.sh
6400128d 13Patch0: %{name}-DESTDIR.patch
8a891da6 14URL: http://fvwm-themes.sourceforge.org/
01c28f26 15BuildRequires: XFree86-tools
6400128d
JB
16BuildRequires: autoconf
17BuildRequires: automake
01c28f26 18BuildRequires: fvwm2
19BuildRequires: gnome-core
7349f417 20BuildRequires: /usr/bin/perl
4631c397 21Requires: m4
0d5b93c2 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8a891da6 23
8a891da6
AM
24%description
25FVWM Themes is a powerful configuration framework for FVWM, designed
65bb7468 26to be easily extensible and configurable, includes several pre-built
8a891da6
AM
27themes, a pack of images and sounds.
28
29This base package contains the theme engine and utilities as well as 8
30themes.
31
ce66d689
JR
32%description -l fr.UTF-8
33FVWM Themes est un système de configuration puissant pour FVWM. Il est
34extansible, facilement configurable et contient des thèmes, des images
8a891da6
AM
35et des fichiers sons.
36
37Le paquet main contient le moteur et des utilitaires ainsi que 8
ce66d689 38thèmes.
8a891da6 39
ce66d689
JR
40%description -l pl.UTF-8
41FVWM Themes to potężny szkielet konfiguracji dla FVWM, stworzony tak,
42by być łatwo rozszerzalnym i konfigurowalnym. Zawiera kilka
43predefiniowanych motywów, zestaw obrazków i dźwięków.
65bb7468 44
ce66d689
JR
45Ten podstawowy pakiet zawiera silnik motywów i narzędzia oraz 8
46motywów.
65bb7468 47
ce66d689
JR
48%description -l ru.UTF-8
49FVWM Themes является мощным окружением для оконного менеджера FVWM.
50спроектированным с учетом легкости расширения и конфигурации. Пакет
51включает в себя готовые темы, графические и звуковые файлы.
8a891da6 52
ce66d689
JR
53Данный базовый пакет содержит конфигурационные утилиты для
54всевозможных манипуляций с темами и 8 тем.
8a891da6
AM
55
56%prep
57%setup -q
b14103eb 58%patch0 -p1
8a891da6
AM
59
60%build
6400128d
JB
61%{__aclocal}
62%{__autoconf}
63%{__automake}
64%configure \
8a891da6
AM
65 --disable-run-updatemenu \
66 --disable-build-menus \
67 --disable-menu-system \
68 --with-fvwm-bindir=%{_bindir}
4631c397 69
8a891da6
AM
70%{__make}
71
72%install
73rm -rf $RPM_BUILD_ROOT
6400128d
JB
74
75%{__make} install \
76 DESTDIR=$RPM_BUILD_ROOT
8a891da6
AM
77
78# menu-methode stuff
79install -d $RPM_BUILD_ROOT%{_datadir}/fvwm/menu-system
6400128d
JB
80cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/fvwm/menu-system
81cp -f %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/fvwm/menu-system
8a891da6
AM
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
8a891da6 86%post
65bb7468
JB
87[ -x %{_bindir}/fvwm-themes-menuapp ] && %{_bindir}/fvwm-themes-menuapp --site --build-menus --remove-popup || true
88sh %{_datadir}/fvwm/menu-system/install-menu-system.sh Install
8a891da6
AM
89echo ""
90echo " If you are running fvwm-themes now, to avoid problems choose"
91echo " 'Reset all to the default' from the Theme Management menu."
92echo ""
93
94%preun
65bb7468 95[ -f %{_datadir}/fvwm/menu-system/install-menu-system.sh ] && sh %{_datadir}/fvwm/menu-system/install-menu-system.sh Uninstall || true
8a891da6 96
4631c397
JB
97%files
98%defattr(644,root,root,755)
6400128d 99# COPYING is a short note, doesn't contain full GPL text
4631c397
JB
100%doc AUTHORS COPYING INSTALL NEWS README TODO
101%doc doc/FAQ doc/README.1st doc/colorsets doc/creating-themes
7349f417 102%attr(755,root,root) %{_bindir}/*
6400128d
JB
103%{_mandir}/man?/*
104%{_datadir}/fvwm/images
105%dir %{_datadir}/fvwm/locale
106%{_datadir}/fvwm/locale/en
107%lang(fr) %{_datadir}/fvwm/locale/fr
108%lang(ja) %{_datadir}/fvwm/locale/ja
109%lang(ru) %{_datadir}/fvwm/locale/ru
110%{_datadir}/fvwm/menu-system
111%{_datadir}/fvwm/sounds
112%{_datadir}/fvwm/themes
113%{_datadir}/fvwm/Fvwm*
This page took 0.087907 seconds and 4 git commands to generate.