]> git.pld-linux.org Git - packages/vcdimager.git/blob - vcdimager.spec
- caps unification, other cosmetics
[packages/vcdimager.git] / vcdimager.spec
1 Summary:        VideoCD (pre-)mastering and ripping tool
2 Summary(pl):    Narzêdzia do tworzenia i odczytu VideoCD
3 Name:           vcdimager
4 Version:        0.7.14
5 Release:        1
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7_UNSTABLE/%{name}-%{version}.tar.gz
9 # Source0-md5:  1c2a076f863f5939d35d2af72c5015bf
10 Patch0:         %{name}-m4.patch
11 URL:            http://www.gnu.org/software/vcdimager/
12 BuildRequires:  automake
13 BuildRequires:  autoconf
14 BuildRequires:  libtool
15 BuildRequires:  libxml2-devel >= 2.3.8
16 BuildRequires:  popt-devel
17 Requires:       libxml2 >= 2.3.8
18 Requires:       popt
19 # required only for m4 macros
20 ##BuildRequires:        gnome-libs-devel
21 ##BuildRequires:        popt-devel
22 BuildRequires:  texinfo
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 VCDImager allows you to create VideoCD BIN/CUE CD images from mpeg
27 files which can be burned with cdrdao or any other program capable of
28 burning BIN/CUE files. VCDRip, which comes with VCDImager, does the
29 reverse operation. That is, ripping mpeg streams from images (and
30 already burned VideoCDs) and showing some information about the
31 VideoCD.
32
33 %description -l pl
34 VCDImager s³u¿y do tworzenia obrazów VideoCD BIN/CUE z plików mpeg,
35 które nastêpnie mog± byæ wypalone za pomoc± cdrdao lub innego programu
36 zdolnego do wypalania plików BIN/CUE. VCDRip dostarczany wraz z
37 VCDImager pozwala na wykonanie odwrotnej operacji tzn. zrzucenia
38 strumienia mpeg z obrazów (oraz ju¿ wypalonych p³yt VideoCD).
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 %build
45 rm -f missing
46 %{__libtoolize}
47 %{__aclocal} -I .
48 %{__autoconf}
49 %{__automake}
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %post
60 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
61
62 %postun
63 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog NEWS README TODO
71 %attr(755,root,root) %{_bindir}/*
72 %{_infodir}/*info*
73 %{_mandir}/man?/*
This page took 0.061184 seconds and 3 git commands to generate.