]> git.pld-linux.org Git - packages/lopster.git/blob - lopster.spec
- updated to 1.2.2
[packages/lopster.git] / lopster.spec
1 Summary:        A Napster clone for linux written in gtk
2 Summary(pl):    Klon klienta napstera napisany w gtk
3 Name:           lopster
4 Version:        1.2.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  ae857116eddd01f1f7d2769908a142c0
10 Source1:        %{name}.desktop
11 Patch0:         %{name}-protocol.patch
12 URL:            http://lopster.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtk+-devel >= 1.2.0
16 BuildRequires:  libogg-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 A Napster clone for linux written in gtk.
21
22 %description -l pl
23 Klon klienta napstera napisany w gtk.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_desktopdir}
41
42 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS BUGS ChangeLog README README.pings TODO
53 %lang(es) %doc README.ES
54 %attr(755,root,root) %{_bindir}/*
55 %{_datadir}/lopster
56 %{_desktopdir}/*.desktop
This page took 0.077851 seconds and 3 git commands to generate.