]> git.pld-linux.org Git - packages/ammp.git/blob - ammp.spec
- missing dirs, fixed build (gettextize), BR: ac,am,lt,gt
[packages/ammp.git] / ammp.spec
1 Summary:        Simple multimedia player which uses GTK+2
2 Summary(pl):    Prosta odgrywarka plików multimedialnych
3 Name:           ammp
4 Version:        2.2
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  bd3f051d5b6cc221d56d4aec67edf4c3
10 BuildRequires:  SDL-devel >= 1.2.0
11 BuildRequires:  SDL_mixer-devel >= 1.2.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel >= 2.0.0
16 BuildRequires:  gtk+2-devel >= 2.2.0
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRequires:  smpeg-devel >= 0.4.4
20 URL:            http://ammp.sourceforge.net/
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Simple multimedia player which uses GTK+2.
25
26 %description -l pl
27 Prosty odtwarzacz plików multimedialnych u¿ywaj±cy GTK+2.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__gettextize}
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc ChangeLog README AUTHORS
57 %attr(755,root,root) %{_bindir}/*
58 %{_datadir}/ammp
This page took 0.034059 seconds and 3 git commands to generate.