|
Revision 36704, 0.9 kB
(checked in by saturday06, 3 years ago)
|
|
kd
|
| Line | |
|---|
| 1 | Summary: i3 - Previous Generation Keyboard Launcher |
|---|
| 2 | Name: @PACKAGE_NAME@ |
|---|
| 3 | Version: @PACKAGE_VERSION@ |
|---|
| 4 | Release: 1 |
|---|
| 5 | License: GPL |
|---|
| 6 | Group: System Environment/Daemons |
|---|
| 7 | URL: http://www.lunaport.net/test |
|---|
| 8 | Source0: %{name}-%{version}.tar.gz |
|---|
| 9 | #Source1: qpopper.pamd |
|---|
| 10 | #Source2: qpopper.xinetd |
|---|
| 11 | #Patch1: qpopper-mysql-0.13.patch |
|---|
| 12 | #Requires: pam >= 0.59, xinetd |
|---|
| 13 | |
|---|
| 14 | %if 0%{?suse_version} |
|---|
| 15 | BuildPreReq: gcc, gcc-c++, gcc-obj-c++, boost-devel |
|---|
| 16 | %else |
|---|
| 17 | BuildPreReq: gnustep-make, gnustep-gui-devel, gcc, gcc-c++, gcc-objc++, boost-devel |
|---|
| 18 | %endif |
|---|
| 19 | |
|---|
| 20 | BuildRoot: %{_tmppath}/%{name}-%{version}-build |
|---|
| 21 | |
|---|
| 22 | %description |
|---|
| 23 | previous generation keyboard launcher. |
|---|
| 24 | |
|---|
| 25 | %prep |
|---|
| 26 | %setup -q |
|---|
| 27 | |
|---|
| 28 | %build |
|---|
| 29 | %configure --disable-debug |
|---|
| 30 | make |
|---|
| 31 | |
|---|
| 32 | %install |
|---|
| 33 | make DESTDIR=$RPM_BUILD_ROOT install |
|---|
| 34 | |
|---|
| 35 | %clean |
|---|
| 36 | make uninstall |
|---|
| 37 | rm -rf $RPM_BUILD_ROOT |
|---|
| 38 | |
|---|
| 39 | %files |
|---|
| 40 | %defattr(-,root,root) |
|---|
| 41 | %{_bindir}/* |
|---|
| 42 | %{_datadir}/locale/* |
|---|
| 43 | |
|---|
| 44 | %changelog |
|---|
| 45 | * Fri Apr 23 2009 Test <test@example.com> 4.0.5-1 |
|---|
| 46 | - First RPM Package |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | |
|---|