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