]> git.pld-linux.org Git - packages/lsdvd.git/blob - lsdvd.spec
925b1e3cee8b3e8ce6200f78c1a33b4781a2bc3d
[packages/lsdvd.git] / lsdvd.spec
1 Summary:        List dvd's content
2 Summary(pl):    Pokazywanie zawarto¶ci dvd
3 Name:           lsdvd
4 Version:        0.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://dl.sourceforge.net/acidrip/%{name}-%{version}.tar.gz
9 URL:            http://acidrip.thirtythreeandathird.net/lsdvd.html
10 BuildRequires:  libdvdread-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Lsdvd allows to check the contents of the DVD as well as information
15 about particular tracks such as audio and subtitle languages etc.
16 Priceless when you want to play or rip video which is somewhere among
17 the dozens of useless promotional/trailer tracks.
18
19 %description -l pl
20 Lsdvd pozwala na sprawdzenie zawarto¶ci DVD oraz podaje informacje na
21 temat poszczególnych ¶cie¿ek, takie jak ilo¶æ i rodzaje ¶cie¿ek audio
22 czy napisów itd. Nieoceniony w sytuacji kiedy chcemy odtwarzaæ lub
23 przekodowaæ film, który jest gdzie¶ g³êboko ukryty po¶ród dziesi±tek
24 bezu¿ytecznych ¶cie¿ek z czo³ówkami i trailerami.
25
26 %prep
27 %setup -q
28
29 %build
30 rm -f missing
31 %{__aclocal}
32 %{__autoconf}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT
40
41 %{__make} install DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc ChangeLog README
49 %attr(755,root,root) %{_bindir}/*
This page took 0.041411 seconds and 2 git commands to generate.