]> git.pld-linux.org Git - packages/avant-window-navigator.git/blame - avant-window-navigator.spec
- up to latest snap from launchpad (20070918)
[packages/avant-window-navigator.git] / avant-window-navigator.spec
CommitLineData
4b15ee2e 1#
2ac15b53 2# TODO: Complete buildrequires, -devel deps
4b15ee2e 3#
087c8349 4%define snap 20070918
4b15ee2e 5Summary: Fully customisable dock-like window navigator for GNOME
8d99cf7e 6Summary(pl.UTF-8): W pełni konfigurowalny dokowy nawigator okien dla GNOME
4b15ee2e 7Name: avant-window-navigator
e9cd28d7 8Version: 0.1.1.%{snap}
9Release: 1
4b15ee2e 10License: GPL
11Group: X11/Applications
12#Source0: http://avant-window-navigator.googlecode.com/files/%{name}-%{version}-2.tar.gz
087c8349 13Source0: %{name}-%{snap}.tar.bz2
14# Source0-md5: 448feede231fa19f2212527c358a7bdf
15URL: https://launchpad.net/awn
4b15ee2e 16BuildRequires: GConf2-devel >= 2.14.0
17BuildRequires: autoconf
18BuildRequires: automake
19BuildRequires: gettext-devel
20BuildRequires: gnome-common >= 2.12.0
ed08a58e 21BuildRequires: gnome-desktop-devel
4b15ee2e 22BuildRequires: gnome-doc-utils >= 0.7.1
23BuildRequires: gtk+2-devel >= 2:2.10.0
24BuildRequires: intltool >= 0.35
25BuildRequires: libglade2-devel >= 1:2.6.0
26BuildRequires: libtool
ed08a58e 27BuildRequires: libwnck-devel
4b15ee2e 28BuildRequires: pkgconfig
29BuildRequires: rpmbuild(macros) >= 1.197
a7d0dc21 30Requires(post,postun): /sbin/ldconfig
4b15ee2e 31Requires(post,postun): gtk+2 >= 2:2.10.0
32Requires(post,preun): GConf2 >= 2.14.0
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
8d99cf7e 36Avant Window Navigator (Awn) is a dock-like bar which sits at the
4b15ee2e 37bottom of the screen (in all its composited-goodness) tracking open
38windows.
39
8d99cf7e
JB
40%description -l pl.UTF-8
41Avant Window Navigator (Awn) to pasek podobny do doku umiejscowiony na
42dole ekranu śledzący otwarte okna.
43
e9cd28d7 44%package devel
2ac15b53
JB
45Summary: Headers for avant window manager library
46Summary(pl.UTF-8): Pliki nagłówkowe biblioteki zarządcy okien avant
e9cd28d7 47Group: Development/Libraries
2ac15b53 48Requires: %{name} = %{version}-%{release}
e9cd28d7 49
50%description devel
2ac15b53
JB
51Headers for avant window manager library.
52
53%description devel -l pl.UTF-8
54Pliki nagłówkowe biblioteki zarządcy okien avant.
e9cd28d7 55
4b15ee2e 56%prep
087c8349 57%setup -q -n %{name}-%{snap}
4b15ee2e 58
59%build
60%{__intltoolize}
61%{__libtoolize}
62%{__aclocal}
4b15ee2e 63%{__autoconf}
64%{__autoheader}
65%{__automake}
4b15ee2e 66%configure \
67 --disable-schemas-install
68%{__make}
69
70%install
71rm -rf $RPM_BUILD_ROOT
72
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT \
75 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
76
087c8349 77#mv $RPM_BUILD_ROOT%{_datadir}/locale/de{_DE,}
78#mv $RPM_BUILD_ROOT%{_datadir}/locale/el{_GR,}
79#mv $RPM_BUILD_ROOT%{_datadir}/locale/fi{_FI,}
80#mv $RPM_BUILD_ROOT%{_datadir}/locale/fr{_FR,}
81#mv $RPM_BUILD_ROOT%{_datadir}/locale/it{_IT,}
2b9d21a2 82
4b15ee2e 83%find_lang %{name} --with-gnome --all-name
84
85%clean
86rm -rf $RPM_BUILD_ROOT
87
88%post
89%scrollkeeper_update_post
dc82ecd7 90#%%gconf_schema_install %{name}.schemas
4b15ee2e 91gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
2ca8cb15 92/sbin/ldconfig
4b15ee2e 93
94%preun
087c8349 95#%%gconf_schema_uninstall switcher.schemas trash.schemas
4b15ee2e 96
97%postun
98%scrollkeeper_update_postun
99gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
2ca8cb15 100/sbin/ldconfig
4b15ee2e 101
102%files -f %{name}.lang
103%defattr(644,root,root,755)
104%doc AUTHORS ChangeLog NEWS README
087c8349 105#%{_sysconfdir}/gconf/schemas/switcher.schemas
106#%{_sysconfdir}/gconf/schemas/trash.schemas
4b15ee2e 107%attr(755,root,root) %{_bindir}/avant-window-navigator
2ca8cb15 108%attr(755,root,root) %{_bindir}/awn-applet-activation
087c8349 109%attr(755,root,root) %{_bindir}/awn-manager
a7d0dc21 110%attr(755,root,root) %{_libdir}/*.so.*.*.*
2ca8cb15
PZ
111%dir %{_libdir}/awn
112%dir %{_libdir}/awn/applets
113%{_libdir}/awn/applets/*.desktop
087c8349 114%{_datadir}/avant-window-navigator
115%{_desktopdir}/awn-manager.desktop
a7d0dc21 116%{_desktopdir}/avant-window-navigator.desktop
087c8349 117%dir %{py_sitedir}/awn
118%{py_sitedir}/awn/*.py[co]
119%{py_sitedir}/awn/awn.so
e9cd28d7 120
121%files devel
2ac15b53
JB
122%defattr(644,root,root,755)
123%attr(755,root,root) %{_libdir}/libawn.so
124%{_libdir}/libawn.la
e9cd28d7 125%dir %{_includedir}/libawn
087c8349 126%{_includedir}/libawn
127%{py_sitedir}/awn/awn.la
e9cd28d7 128%{_pkgconfigdir}/awn.pc
This page took 0.214348 seconds and 4 git commands to generate.