/[packages]/cauldron/ac3info/current/SPECS/ac3info.spec
ViewVC logotype

Contents of /cauldron/ac3info/current/SPECS/ac3info.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24774 - (show annotations) (download)
Wed Jan 19 21:37:33 2011 UTC (13 years, 3 months ago) by erwan
File size: 573 byte(s)
imported package ac3info
1 %define name ac3info
2 %define version 0.1
3 %define release %mkrel 5
4
5 Summary: A tool to display ac3 properties
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}
9 Source0: %{name}-%{version}.tar.bz2
10 License: GPL
11 Group: File tools
12 Url: http://konilope.linuxeries.org/ac3info/
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14
15 %description
16 This tool display some informations about some ac3 files
17
18 %prep
19 %setup -q
20
21 %build
22 %make
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 %makeinstall_std
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(-,root,root)
33 %{_bindir}/ac3info
34
35
36

  ViewVC Help
Powered by ViewVC 1.1.30