Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536943
en ru br
ALT Linux repos
S:0.7.2-alt2
5.0: 0.6.2-alt1
4.1: 0.6.1-alt1
4.0: 0.6.1-alt1
3.0: 0.6.0-alt1

Group :: System/Libraries
RPM: libdockapp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# vim: set ft=spec: -*- rpm-spec -*-

Name: libdockapp
Version: 0.6.2
Release: alt1.1.qa1

Summary: DockApp Making Standard Library
Group: System/Libraries
License: MIT/X11
Url: http://solfertje.student.utwente.nl/~dalroi/libdockapp/

Packager: Sir Raorn <raorn at altlinux.ru>

Source: %name-%version.tar
Patch: %name-%version-alt1.patch

# Automatically added by buildreq on Thu Jun 19 2008

BuildRequires: libXext-devel libXpm-devel libXt-devel

%description
This is a simple (trivial) library for writing Window Maker dock
applications, or dockapps (those that only show up in the dock), easily.

It is very limited and can be only used for dockapps that open a single
appicon for process in only be single display, but this seems to be
enough for most, if not all, dockapps.

%package devel
Summary: DockApp Making Standard Library
Group: Development/C
Requires: %name = %version-%release
Requires: libX11-devel libXpm-devel

%description devel
This is a simple (trivial) library for writing Window Maker dock
applications, or dockapps (those that only show up in the dock), easily.

It is very limited and can be only used for dockapps that open a single
appicon for process in only be single display, but this seems to be
enough for most, if not all, dockapps.

This package contains header files needed for development.

%prep
%setup
%patch -p1

%build
%autoreconf
%configure \
--disable-static \
--without-font \
--without-examples
%make_build

%install
%make_install DESTDIR=%buildroot install

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%_libdir/lib*.so.*

%files devel
%doc examples fonts
%_libdir/lib*.so
%_includedir/*.h

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin