]> git.pld-linux.org Git - packages/avant-window-navigator.git/blame - avant-window-navigator.spec
- 0.2.6
[packages/avant-window-navigator.git] / avant-window-navigator.spec
CommitLineData
539d73dc 1#
2# To do: package vala and apidocs
4b15ee2e 3Summary: Fully customisable dock-like window navigator for GNOME
8d99cf7e 4Summary(pl.UTF-8): W pełni konfigurowalny dokowy nawigator okien dla GNOME
4b15ee2e 5Name: avant-window-navigator
539d73dc 6Version: 0.2.6
e9cd28d7 7Release: 1
a59c9aaf 8License: GPL v2+
4b15ee2e 9Group: X11/Applications
539d73dc 10Source0: https://launchpad.net/awn/0.2/%{version}/+download/%{name}-%{version}.tar.gz
11# Source0-md5: 3e066ba095396673f914b63e022acbb8
a59c9aaf 12URL: https://launchpad.net/awn/
4b15ee2e 13BuildRequires: GConf2-devel >= 2.14.0
14BuildRequires: autoconf
d8b76de0
JB
15BuildRequires: automake >= 1:1.8
16BuildRequires: dbus-glib-devel >= 0.30
4b15ee2e 17BuildRequires: gettext-devel
d8b76de0 18BuildRequires: gnome-desktop-devel >= 2.0
4b15ee2e 19BuildRequires: gnome-doc-utils >= 0.7.1
d8b76de0 20BuildRequires: gnome-vfs2-devel >= 2.0
4b15ee2e 21BuildRequires: gtk+2-devel >= 2:2.10.0
d8b76de0 22BuildRequires: intltool >= 0.34
4b15ee2e 23BuildRequires: libglade2-devel >= 1:2.6.0
24BuildRequires: libtool
a59c9aaf 25BuildRequires: libwnck-devel >= 2.20.0
4b15ee2e 26BuildRequires: pkgconfig
d8b76de0 27BuildRequires: python-devel >= 2.3.5
d79bfd4e 28BuildRequires: python-gnome-devel
d8b76de0
JB
29BuildRequires: python-pycairo-devel >= 1.0.2
30BuildRequires: python-pygtk-devel >= 2:2.8.0
31BuildRequires: rpm-pythonprov
74ef2f3d 32BuildRequires: rpmbuild(macros) >= 1.311
d8b76de0
JB
33BuildRequires: xorg-lib-libXcomposite-devel
34BuildRequires: xorg-lib-libXdamage-devel
35BuildRequires: xorg-lib-libXrender-devel
a7d0dc21 36Requires(post,postun): /sbin/ldconfig
4b15ee2e 37Requires(post,postun): gtk+2 >= 2:2.10.0
74ef2f3d 38Requires(post,postun): hicolor-icon-theme
d8b76de0
JB
39Requires: python-pycairo >= 1.0.2
40Requires: python-pygtk-gtk >= 2:2.8.0
4b15ee2e 41BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
43%description
8d99cf7e 44Avant Window Navigator (Awn) is a dock-like bar which sits at the
4b15ee2e 45bottom of the screen (in all its composited-goodness) tracking open
46windows.
47
8d99cf7e
JB
48%description -l pl.UTF-8
49Avant Window Navigator (Awn) to pasek podobny do doku umiejscowiony na
50dole ekranu śledzący otwarte okna.
51
e9cd28d7 52%package devel
d8b76de0
JB
53Summary: Headers for avant window navigator library
54Summary(pl.UTF-8): Pliki nagłówkowe biblioteki nawigatora okien avant
e9cd28d7 55Group: Development/Libraries
2ac15b53 56Requires: %{name} = %{version}-%{release}
d8b76de0
JB
57Requires: GConf2-devel >= 2.14.0
58Requires: dbus-glib-devel >= 0.30
59Requires: gnome-desktop-devel >= 2.0
60Requires: gnome-vfs2-devel >= 2.0
61Requires: gtk+2-devel >= 2:2.10.0
62Requires: libglade2-devel >= 1:2.6.0
a59c9aaf 63Requires: libwnck-devel >= 2.20.0
d8b76de0
JB
64Requires: xorg-lib-libXcomposite-devel
65Requires: xorg-lib-libXdamage-devel
66Requires: xorg-lib-libXrender-devel
e9cd28d7 67
68%description devel
d8b76de0 69Headers for avant window navigator library.
2ac15b53
JB
70
71%description devel -l pl.UTF-8
d8b76de0
JB
72Pliki nagłówkowe biblioteki nawigatora okien avant.
73
74%package static
75Summary: Static avant window navigator library
76Summary(pl.UTF-8): Statyczna biblioteka nawigatora okien avant
77Group: Development/Libraries
78Requires: %{name}-devel = %{version}-%{release}
79
80%description static
81Static avant window navigator library.
82
83%description static -l pl.UTF-8
84Statyczna biblioteka nawigatora okien avant.
e9cd28d7 85
4b15ee2e 86%prep
d79bfd4e 87%setup -q
4b15ee2e 88
89%build
90%{__intltoolize}
91%{__libtoolize}
92%{__aclocal}
4b15ee2e 93%{__autoconf}
94%{__autoheader}
95%{__automake}
d8b76de0
JB
96%configure
97
4b15ee2e 98%{__make}
99
100%install
101rm -rf $RPM_BUILD_ROOT
102
103%{__make} install \
d8b76de0 104 DESTDIR=$RPM_BUILD_ROOT
4b15ee2e 105
d8b76de0
JB
106# there are more complete de,fi,fr,it,ru,nb already
107rm -r $RPM_BUILD_ROOT%{_datadir}/locale/{de_DE,fi_FI,fr_FR,it_IT,ru_RU,no_NO}
2b9d21a2 108
d8b76de0
JB
109rm -f $RPM_BUILD_ROOT%{py_sitedir}/awn/awn.{la,a}
110%py_postclean
74ef2f3d 111
4b15ee2e 112%find_lang %{name} --with-gnome --all-name
113
114%clean
115rm -rf $RPM_BUILD_ROOT
116
117%post
2ca8cb15 118/sbin/ldconfig
74ef2f3d 119%update_icon_cache hicolor
4b15ee2e 120
4b15ee2e 121%postun
2ca8cb15 122/sbin/ldconfig
d8b76de0 123%update_icon_cache hicolor
4b15ee2e 124
125%files -f %{name}.lang
126%defattr(644,root,root,755)
a59c9aaf 127%doc AUTHORS ChangeLog README TODO
539d73dc 128%{_sysconfdir}/gconf/schemas/awn.schemas
4b15ee2e 129%attr(755,root,root) %{_bindir}/avant-window-navigator
2ca8cb15 130%attr(755,root,root) %{_bindir}/awn-applet-activation
087c8349 131%attr(755,root,root) %{_bindir}/awn-manager
539d73dc 132%attr(755,root,root) %{_bindir}/awn-launcher-editor
133%attr(755,root,root) %{_bindir}/awn-schema-to-gconf
74ef2f3d 134%attr(755,root,root) %{_libdir}/libawn.so.*.*.*
d8b76de0 135%attr(755,root,root) %ghost %{_libdir}/libawn.so.0
2ca8cb15
PZ
136%dir %{_libdir}/awn
137%dir %{_libdir}/awn/applets
138%{_libdir}/awn/applets/*.desktop
087c8349 139%{_datadir}/avant-window-navigator
140%{_desktopdir}/awn-manager.desktop
a7d0dc21 141%{_desktopdir}/avant-window-navigator.desktop
539d73dc 142%dir %{py_sitescriptdir}/awn
143%{py_sitescriptdir}/awn/__init__.py[co]
144%attr(755,root,root) %{py_sitescriptdir}/awn/awn.so
145%{_iconsdir}/hicolor/48x48/apps/awn-manager.png
146%{_iconsdir}/hicolor/scalable/apps/awn-manager.svg
e9cd28d7 147
148%files devel
2ac15b53
JB
149%defattr(644,root,root,755)
150%attr(755,root,root) %{_libdir}/libawn.so
151%{_libdir}/libawn.la
087c8349 152%{_includedir}/libawn
e9cd28d7 153%{_pkgconfigdir}/awn.pc
539d73dc 154#%{_datadir}/vala/vapi/awn.deps
155#%{_datadir}/vala/vapi/awn.vapi
d8b76de0
JB
156
157%files static
158%defattr(644,root,root,755)
159%{_libdir}/libawn.a
This page took 0.083413 seconds and 4 git commands to generate.