]> git.pld-linux.org Git - packages/closure.git/blame - closure.spec
- desc pl.UTF-8
[packages/closure.git] / closure.spec
CommitLineData
ec5fda0c 1Summary: Fullscreen shutdown/reboot/logout menu
2Summary(pl.UTF8):Pełnoekranowe menu do zamykania/restartowania/wylogowywania
3Name: closure
4Version: 0.1.3
5Release: 0.1
6License: GPL v2
7Group: X11/Applications
8Source0: http://closure.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: cb32ce710c4a7bc4535eb8daf567b6f6
10Patch0: %{name}-gconf.patch
e55d2797 11Patch1: %{name}-bin.patch
ec5fda0c 12URL: http://code.google.com/p/closure/
13BuildRequires: GConf2-devel >= 2.14.0
14BuildRequires: intltool
15BuildRequires: libglade2-devel >= 2.6
16BuildRequires: librsvg-devel >= 2.16
17BuildRequires: pkgconfig
18BuildRequires: python-pycairo-devel >= 1.2
19BuildRequires: python-pygtk-devel >= 2.10
20BuildRequires: python-gnome-desktop-devel >= 2.16
21BuildRequires: python-gnome-devel >= 2.16
22Requires(pre,post): GConf2 >= 2.14.0
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Cloasure is a written with eye candy in mine graphical
27lock/logout/reboot/shutdown menu.
28
aab9b0d3 29%description -l pl.UTF-8
ec5fda0c 30Cloasure to napisane z myślą o graficzne menu do blokowania
31ekranu/wylogowywania/restartowania/wyłączania komputera.
32
33%prep
34%setup -q
35%patch0 -p1
e55d2797 36%patch1 -p1
ec5fda0c 37
38%build
39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44install -d $RPM_BUILD_ROOT%{_bindir}
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%post
53%gconf_schema_install %{name}.schemas
54
55%preun
56%gconf_schema_uninstall %{name}.schemas
57
58%files
59%defattr(644,root,root,755)
60%doc AUTHORS ChangeLog README TODO
61%{_sysconfdir}/gconf/schemas/closure.schemas
62%attr(755,root,root) %{_bindir}/*
63%{_pkgconfigdir}/closure.pc
64%{_desktopdir}/closure.desktop
65%{_datadir}/closure
66%dir %{py_sitescriptdir}/closure
67%{py_sitescriptdir}/closure/*.py[co]
This page took 0.074587 seconds and 4 git commands to generate.