]> git.pld-linux.org Git - packages/acidlaunch.git/blame - acidlaunch.spec
- added two patches
[packages/acidlaunch.git] / acidlaunch.spec
CommitLineData
2d10f40f 1Summary: Small, light-weight app launcher with a simple XML-based configuration
9b01c018 2Summary(pl.UTF-8): Mały, lekki program do uruchamiania aplikacji z prostą konfiguracją w XML-u
2d10f40f
MK
3Name: acidlaunch
4Version: 0.5
5Release: 1
6License: GPL v2.1
7Group: X11/Applications
8Source0: http://linuxgamers.net/download/%{name}-%{version}.tar.gz
4d8426c3 9# Source0-md5: 7c90e429d5883b9f109a52e024597fab
1d963102 10Patch0: %{name}-ac.patch
11Patch1: %{name}-gcc4.patch
2d10f40f 12URL: http://linuxgamers.net/infoPage.php?page=acidlaunchh
2d10f40f
MK
13BuildRequires: autoconf
14BuildRequires: automake
2d10f40f 15BuildRequires: gdk-pixbuf-devel > 0.9.0
72beb9c5 16BuildRequires: gtk+-devel
1d963102 17BuildRequires: libstdc++-devel
4972540d 18BuildRequires: libtool
2d10f40f 19BuildRequires: libxml2-devel > 2.4.0
1d963102 20BuildRequires: xorg-lib-libX11-devel
2d10f40f
MK
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
2d10f40f
MK
23%description
24acidlaunch is a small, light-weight app launcher with a simple
25XML-based configuration syntax. It's written in C++ using gtk,
26gdk-pixbuf and libxml2. It's great as a small, simple app launcher,
27and it can optionally run in a withdrawn mode for embedding in the
28blackbox slit.
29
75b46255
JR
30%description -l pl.UTF-8
31acidlaunch jest małym, lekkim programem do uruchamiania aplikacji z
32konfiguracją o prostej składni, bazującą na XML-u. Jest napisany w C++
33z użyciem gtk, gdk-pixbuf i libxml2. Jest wspaniały jako małe
34narzędzie do uruchamiania aplikacji i może opcjonalnie uruchamiać w
35313f48 35trybie osadzenia w szczelinie blackboksa.
72beb9c5 36
2d10f40f
MK
37%prep
38%setup -q
1d963102 39%patch0 -p1
40%patch1 -p1
2d10f40f
MK
41
42%build
43rm -f missing
44%{__aclocal}
72beb9c5 45%{__autoconf}
2d10f40f
MK
46%{__automake}
47%configure
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52install -d $RPM_BUILD_ROOT{%{_mandir}/man3}
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT \
56 m4datadir=%{_aclocaldir}
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
63%doc ChangeLog AUTHORS NEWS README
64%attr(755,root,root) %{_bindir}/acidlaunch
0394e62f 65%dir %{_datadir}/%{name}
4972540d
ER
66%{_datadir}/%{name}/default.png
67%{_datadir}/%{name}/config.xml
2d10f40f 68%{_mandir}/man1/*.1*
This page took 0.179978 seconds and 4 git commands to generate.