]> git.pld-linux.org Git - packages/apwal.git/blame - apwal.spec
- tabs in preamble
[packages/apwal.git] / apwal.spec
CommitLineData
265138ce 1Summary: Application launcher
bd0e7b09 2Summary(pl.UTF-8): Program do uruchamiania aplikacji
265138ce 3Name: apwal
2bce1d38 4Version: 0.4.5
92025ede 5Release: 2
265138ce 6License: GPL
7Group: X11/Applications
8Source0: http://apwal.free.fr/download/%{name}-%{version}.tar.gz
2bce1d38 9# Source0-md5: 2f15a1a680f842d8373a1c2725b53130
265138ce 10URL: http://apwal.free.fr/
92025ede 11Patch0: %{name}-Makefile.patch
52ad4a52 12BuildRequires: gtk+2-devel
13BuildRequires: libxml2-devel
1d13c262 14BuildRequires: pkgconfig
265138ce 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Apwal is an simple and powerful application launcher. It is composed
19in 2 parts: the application launcher itself and a good looking easy to
20use editor.
21
184eb28c
JR
22%description -l pl.UTF-8
23Apwal jest prostym i potężnym programem do uruchamiania aplikacji.
24Zbudowany jest z dwóch części: do uruchamiania aplikacji i łatwego w
25użyciu edytora.
265138ce 26
27%prep
28%setup -q -n %{name}
92025ede 29%patch0 -p1
265138ce 30
31%build
92025ede 32%{__make} \
33 CC="%{__cc}" \
34 CFLAGS="%{rpmcflags} `pkg-config --cflags gtk+-2.0 gthread-2.0`" \
35 LDFLAGS="%{rpmldflags} `pkg-config --libs gtk+-2.0 gthread-2.0` `xml2-config --libs`"
265138ce 36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_mandir}/man1}
92025ede 40
41install src/%{name} $RPM_BUILD_ROOT%{_bindir}
265138ce 42ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}-editor
43cp -aR pixmaps/* $RPM_BUILD_ROOT%{_pixmapsdir}
44install debian/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc ABOUT Changelog FAQ README example/apwalrc.xml
52%attr(755,root,root) %{_bindir}/*
53%{_mandir}/man1/*
54%{_pixmapsdir}/*
This page took 0.175373 seconds and 4 git commands to generate.