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