summaryrefslogtreecommitdiff
path: root/acidlaunch.spec
blob: 53f60c50210df1b97566438f4c9203e77e5629ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Summary:	Small, light-weight app launcher with a simple XML-based configuration
Summary(pl.UTF-8):	Mały, lekki program do uruchamiania aplikacji z prostą konfiguracją w XML-u
Name:		acidlaunch
Version:	0.5
Release:	1
License:	GPL v2.1
Group:		X11/Applications
Source0:	http://linuxgamers.net/download/%{name}-%{version}.tar.gz
# Source0-md5:	7c90e429d5883b9f109a52e024597fab
URL:		http://linuxgamers.net/infoPage.php?page=acidlaunchh
BuildRequires:	XFree86-devel
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	gdk-pixbuf-devel > 0.9.0
BuildRequires:	gtk+-devel
BuildRequires:	libtool
BuildRequires:	libxml2-devel > 2.4.0
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
acidlaunch is a small, light-weight app launcher with a simple
XML-based configuration syntax. It's written in C++ using gtk,
gdk-pixbuf and libxml2. It's great as a small, simple app launcher,
and it can optionally run in a withdrawn mode for embedding in the
blackbox slit.

%description -l pl.UTF-8
acidlaunch jest małym, lekkim programem do uruchamiania aplikacji z
konfiguracją o prostej składni, bazującą na XML-u. Jest napisany w C++
z użyciem gtk, gdk-pixbuf i libxml2. Jest wspaniały jako małe
narzędzie do uruchamiania aplikacji i może opcjonalnie uruchamiać w
trybie osadzenia w szczelinie blackboksa.

%prep
%setup  -q

%build
rm -f missing
%{__aclocal}
%{__autoconf}
%{__automake}
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_mandir}/man3}

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT \
	m4datadir=%{_aclocaldir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc ChangeLog AUTHORS NEWS README
%attr(755,root,root) %{_bindir}/acidlaunch
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/default.png
%{_datadir}/%{name}/config.xml
%{_mandir}/man1/*.1*