]> git.pld-linux.org Git - SPECS.git/blob - xfce4-start-stop.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / xfce4-start-stop.spec
1 Summary:        Starts or stops Xfce4 components
2 Summary(pl.UTF-8):      Włączanie lub wyłączanie komponentów Xfce4
3 Name:           xfce4-start-stop
4 Version:        0.2
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.loculus.nl/xfce/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  1e07ee87d70a1c2792472fd8097a0666
10 BuildRequires:  libxfce4util-devel
11 BuildRequires:  libxfcegui4-devel
12 BuildRequires:  pkgconfig
13 Requires:       libxfce4util
14 Requires:       libxfcegui4
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Xfce4-start-stop is a small tool which can start and stop several
19 Xfce4 components with just one mouse click.
20
21 %description -l pl.UTF-8
22 Xfce4-start-stop jest małym narzędziem pozwalającym na włączenie
23 lub wyłączenie poszczególnych komponentów Xfce pojedynczym
24 kliknięciem.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %find_lang %{name}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files -f %{name}.lang
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/*
47 %{_desktopdir}/*.desktop
This page took 0.249259 seconds and 3 git commands to generate.