root/lang/c/sonydb/sonydb.spec.in

Revision 15142, 0.8 kB (checked in by mattn, 5 months ago)

add files for autotools.

Line 
1Name:           sonydb
2Version:        @PACKAGE_VERSION@
3Release:        1%{?dist}
4Summary:        music transfer for sony network walkman.
5Group:          Applications/Music
6License:        GPL
7URL:            http://mattn.kaoriya.net
8Source0:        %{name}-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildRequires:  libid3-dev >= 3.8.0
11
12%description
13music transfer for sony network walkman.
14
15%prep
16%setup -q -n %{name}-%{version}
17
18%build
19aclocal
20automake -a
21autoheader
22autoconf
23chmod +x configure
24%configure
25make %{?_smp_mflags}
26
27%install
28rm -rf $RPM_BUILD_ROOT
29make install DESTDIR=$RPM_BUILD_ROOT
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%post
35
36%postun
37
38%files
39%defattr(-,root,root,-)
40%{_bindir}/%{name}
41
42%changelog
43* Fri Jul 04 2008 Yasuhiro Matsumoto <mattn.jp at gmail.com>
44- Initial RPM release.
Note: See TracBrowser for help on using the browser.