]> git.pld-linux.org Git - packages/anyremote.git/blob - anyremote.spec
f72748a8dc87e6d96620b5708cc78070fbfdb9dc
[packages/anyremote.git] / anyremote.spec
1 Summary:        anyremote
2 Summary(pl):    anyremote
3 Name:           anyremote
4 Version:        2.0
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
9 # Source0-md5:  444c217871471672f3263554f46c0c58
10 URL:            http://anyremote.sourceforge.net
11 #BuildRequires: autoconf
12 #BuildRequires: automake
13 #BuildRequires: intltool
14 #BuildRequires: libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18
19 #%description -l pl
20
21 %prep
22 %setup -q
23
24 %build
25 %{__libtoolize}
26 %{__aclocal}
27 %{__autoconf}
28 %{__autoheader}
29 %{__automake}
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS ChangeLog NEWS README TODO
45 %attr(755,root,root) %{_bindir}/anyremote
This page took 0.082122 seconds and 3 git commands to generate.