]> git.pld-linux.org Git - packages/ammp.git/blame - ammp.spec
- updated gettext BR
[packages/ammp.git] / ammp.spec
CommitLineData
7f03e155 1Summary: Simple multimedia player which uses GTK+2
6908e00b 2Summary(pl.UTF-8): Prosta odgrywarka plików multimedialnych
7f03e155 3Name: ammp
4Version: 2.2
5Release: 1
9fb5ae72
MB
6License: GPL v2
7Group: X11/Applications/Multimedia
e80f83d6 8Source0: http://dl.sourceforge.net/ammp/%{name}-%{version}.tar.gz
7f03e155 9# Source0-md5: bd3f051d5b6cc221d56d4aec67edf4c3
a1106375 10Source1: %{name}.desktop
9fb5ae72 11URL: http://ammp.sourceforge.net/
77374c20
JB
12BuildRequires: SDL-devel >= 1.2.0
13BuildRequires: SDL_mixer-devel >= 1.2.0
14BuildRequires: autoconf
15BuildRequires: automake
35808eec 16BuildRequires: gettext-tools
568193b4 17BuildRequires: glib2-devel >= 2.0.0
a0204855 18BuildRequires: gtk+2-devel >= 2:2.2.0
77374c20 19BuildRequires: libtool
568193b4 20BuildRequires: pkgconfig
21BuildRequires: smpeg-devel >= 0.4.4
7f03e155 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
77374c20
JB
25Simple multimedia player which uses GTK+2.
26
54fa7ba1
JR
27%description -l pl.UTF-8
28Prosty odtwarzacz plików multimedialnych używający GTK+2.
7f03e155 29
30%prep
31%setup -q
32
33%build
77374c20 34%{__gettextize}
7f03e155 35%{__libtoolize}
36%{__aclocal}
7f03e155 37%{__autoconf}
77374c20
JB
38%{__autoheader}
39%{__automake}
7f03e155 40%configure
41
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
a1106375 46install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
7f03e155 47
77374c20
JB
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
7f03e155 50
a1106375
MB
51install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
52install pixmaps/logo.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
53
7f03e155 54%find_lang %{name}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files -f %{name}.lang
60%defattr(644,root,root,755)
9fb5ae72 61%doc AUTHORS ChangeLog README
7f03e155 62%attr(755,root,root) %{_bindir}/*
77374c20 63%{_datadir}/ammp
a1106375
MB
64%{_desktopdir}/%{name}.desktop
65%{_pixmapsdir}/%{name}.png
This page took 0.056616 seconds and 4 git commands to generate.