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