]> git.pld-linux.org Git - packages/devilspie.git/blame - devilspie.spec
- up to 0.22
[packages/devilspie.git] / devilspie.spec
CommitLineData
6a92b1ee 1Summary: Devil's Pie - window matching tool
6b0973b3 2Summary(pl.UTF-8): Devil's Pie - narzędzie do dopasowywania okien
45e03e02 3Name: devilspie
19f76c8e 4Version: 0.22
45e03e02 5Release: 0.1
6License: GPL
7Group: X11/Applications
8Source0: http://www.burtonini.com/computing/%{name}-%{version}.tar.gz
19f76c8e 9# Source0-md5: 4190e12f99ab92c0427e457d9fbfe231
45e03e02 10URL: http://www.burtonini.com/blog/computers/devilspie
6a92b1ee
JB
11BuildRequires: glib2-devel >= 1:2.9.1
12BuildRequires: gtk+2-devel >= 2.0
13BuildRequires: libwnck-devel >= 2.9.92
14BuildRequires: pkgconfig
45e03e02 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18A window-matching utility, inspired by Sawfish's "Matched Windows"
19option and the lack of the functionality in Metacity. Metacity lacking
6a92b1ee
JB
20window matching is not a bad thing - Metacity is a lean window
21manager, and window matching does not have to be a window manager
22task.
23
59d45275
JR
24%description -l pl.UTF-8
25Narzędzie do dopasowywania okien zainspirowane opcją "Matched Windows"
26(dopasowane okna) z Sawfisha i brakiem tej funkcjonalności w Metacity.
27Brak tej opcji w Metacity nie jest złą rzeczą, jako że Metacity to
28dość ubogi zarządca okien, a dopasowywanie okien nie musi być zadaniem
29zarządcy okien.
45e03e02 30
31%prep
32%setup -q
33
34%build
35%configure
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%find_lang %{name}
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files -f %{name}.lang
50%defattr(644,root,root,755)
6a92b1ee 51%doc AUTHORS ChangeLog NEWS README TODO
45e03e02 52%attr(755,root,root) %{_bindir}/*
53%{_mandir}/man1/%{name}*
This page took 0.14601 seconds and 4 git commands to generate.