]> git.pld-linux.org Git - packages/beryl-settings.git/blob - beryl-settings.spec
- 20061201
[packages/beryl-settings.git] / beryl-settings.spec
1 Summary:        A GTK+ tool to configure beryl
2 Summary(pl):    Narzêdzie GTK+ do konfiguracji beryla
3 Name:           beryl-settings
4 Version:        20061201
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Window Managers/Tools
8 #Source0:       http://distfiles.xgl-coffee.org/beryl-settings/%{name}-%{version}.tar.bz2
9 Source0:        %{name}-%{version}.tar.bz2
10 # Source0-md5:  86bcfbcc048fd6a0f5abfa3c7ce72f32
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  beryl-core-devel
14 BuildRequires:  dbus-glib-devel >= 0.50
15 BuildRequires:  gtk+2-devel >= 2:2.8.0
16 BuildRequires:  intltool >= 0.35.0
17 BuildRequires:  pkgconfig
18 Requires:       beryl-core
19 Requires:       beryl-plugins
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 A GTK+ tool to configure beryl.
24
25 %description -l pl
26 Narzêdzie GTK+ do konfiguracji beryla.
27
28 %prep
29 %setup -q -n %{name}
30
31 %build
32 autoreconf -v --install
33 %{__intltoolize}
34 %{__glib_gettextize} --copy --force
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42     DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS README
50 %attr(755,root,root) %{_bindir}/beryl-settings
51 %{_desktopdir}/beryl-settings.desktop
52 %{_pixmapsdir}/*.svg
53 %{_mandir}/man1/*.1*
This page took 0.078206 seconds and 3 git commands to generate.