]> git.pld-linux.org Git - packages/vcdimager.git/blob - vcdimager.spec
- updated Source0 URL
[packages/vcdimager.git] / vcdimager.spec
1 Summary:        VideoCD (pre-)mastering and ripping tools
2 Summary(pl):    Narzêdzia do tworzenia i odczytu VideoCD
3 Name:           vcdimager
4 Version:        0.7.20
5 Release:        3
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7/%{name}-%{version}.tar.gz
9 # Source0-md5:  fc36c46e296671f2fc35b6811a1aeb52
10 Patch0:         %{name}-link.patch
11 Patch1:         %{name}-info.patch
12 Patch2:         %{name}-pc.patch
13 Patch3:         %{name}-gcc34.patch
14 Patch4:         %{name}-libxml.patch
15 URL:            http://www.gnu.org/software/vcdimager/
16 BuildRequires:  autoconf >= 2.52
17 BuildRequires:  automake >= 1.6.0
18 BuildRequires:  libcdio-devel >= 0.65
19 BuildRequires:  libtool >= 1:1.4.2-9
20 BuildRequires:  libxml2-devel >= 2.6.11
21 BuildRequires:  pkgconfig
22 BuildRequires:  popt-devel
23 BuildRequires:  texinfo
24 Requires(post,postun):  /sbin/ldconfig
25 Requires:       libcdio >= 0.65
26 Requires:       libxml2 >= 2.6.11
27 Obsoletes:      vcdimager-cdio
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %define         _noautoreqdep   libvcd.so.0 libvcdinfo.so.0
31
32 %description
33 VCDImager allows you to create VideoCD BIN/CUE CD images from mpeg
34 files which can be burned with cdrdao or any other program capable of
35 burning BIN/CUE files. VCDRip, which comes with VCDImager, does the
36 reverse operation. That is, ripping mpeg streams from images (and
37 already burned VideoCDs) and showing some information about the
38 VideoCD.
39
40 %description -l pl
41 VCDImager s³u¿y do tworzenia obrazów VideoCD BIN/CUE z plików mpeg,
42 które nastêpnie mog± byæ wypalone za pomoc± cdrdao lub innego programu
43 zdolnego do wypalania plików BIN/CUE. VCDRip dostarczany wraz z
44 VCDImager pozwala na wykonanie odwrotnej operacji tzn. zrzucenia
45 strumienia mpeg z obrazów (oraz ju¿ wypalonych p³yt VideoCD).
46
47 %package devel
48 Summary:        Header files for vcd libraries
49 Summary(pl):    Pliki nag³ówkowe bibliotek vcd
50 Group:          Development/Libraries
51 Requires:       %{name} = %{version}-%{release}
52 Requires:       libcdio-devel >= 0.65
53 Obsoletes:      vcdimager-cdio-devel
54
55 %description devel
56 Header files for vcd libraries.
57
58 %description devel -l pl
59 Pliki nag³ówkowe bibliotek vcd.
60
61 %package static
62 Summary:        Static vcd libraries
63 Summary(pl):    Statyczne biblioteki vcd
64 Group:          Development/Libraries
65 Requires:       %{name}-devel = %{version}-%{release}
66 Obsoletes:      vcdimager-cdio-static
67
68 %description static
69 Static vcd libraries.
70
71 %description static -l pl
72 Statyczne biblioteki vcd.
73
74 %prep
75 %setup -q
76 %patch0 -p1
77 %patch1 -p1
78 %patch2 -p1
79 %patch3 -p1
80 %patch4 -p1
81
82 cp -f libpopt.m4 acinclude.m4
83
84 %build
85 %{__libtoolize}
86 %{__aclocal}
87 %{__autoconf}
88 %{__autoheader}
89 %{__automake}
90 %configure \
91         --enable-maintainer-mode
92 %{__make}
93
94 %install
95 rm -rf $RPM_BUILD_ROOT
96
97 %{__make} install \
98         DESTDIR=$RPM_BUILD_ROOT
99
100 %clean
101 rm -rf $RPM_BUILD_ROOT
102
103 %post
104 /sbin/ldconfig
105 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
106
107 %postun
108 /sbin/ldconfig
109 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
110
111 %files
112 %defattr(644,root,root,755)
113 %doc AUTHORS BUGS ChangeLog FAQ NEWS README THANKS TODO
114 %attr(755,root,root) %{_bindir}/*
115 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
116 %{_mandir}/man1/*.1*
117 %{_infodir}/*.info*
118
119 %files devel
120 %defattr(644,root,root,755)
121 %attr(755,root,root) %{_libdir}/lib*.so
122 %{_libdir}/lib*.la
123 %{_includedir}/libvcd
124 %{_pkgconfigdir}/*.pc
125
126 %files static
127 %defattr(644,root,root,755)
128 %{_libdir}/lib*.a
This page took 0.200418 seconds and 4 git commands to generate.