source: projects/specs/trunk/v/vcdimager/vcdimager-vl.spec @ 8803

Revision 8803, 6.0 KB checked in by Takemikaduchi, 10 years ago (diff)

NEW: libcdio-paranoia
others: new upstream release or rebuild

Line 
1Summary: VideoCD (pre-)mastering and ripping tool
2Name: vcdimager
3Version: 0.7.24
4Release: 1%{?_dist_release}
5License: GPLv2+
6Group: Applications/Multimedia
7URL: http://www.gnu.org/software/vcdimager/
8Source: ftp://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10Requires(post): info
11Requires(preun): info
12BuildRequires: libcdio-devel >= 0.72
13BuildRequires: libxml2-devel >= 2.3.8
14BuildRequires: zlib-devel
15BuildRequires: pkgconfig >= 0.9
16BuildRequires: popt-devel
17
18%description
19VCDImager allows you to create VideoCD BIN/CUE CD images from MPEG
20files. These can be burned with cdrdao or any other program capable of
21burning BIN/CUE files.
22
23Also included is VCDRip which does the reverse operation, that is to
24rip MPEG streams from images or burned VideoCDs and to show
25information about a VideoCD.
26
27%package devel
28Summary: Header files and static library for VCDImager
29Group: Development/Libraries
30Requires: %{name} = %{version}-%{release}
31
32Requires: pkgconfig
33Requires: libcdio-devel
34
35%description devel
36VCDImager allows you to create VideoCD BIN/CUE CD images from mpeg
37files which can be burned with cdrdao or any other program capable of
38burning BIN/CUE files.
39
40This package contains the header files and a static library to develop
41applications that will use VCDImager.
42
43
44%prep
45%setup -q
46
47
48%build
49%configure --disable-static --disable-dependency-tracking
50%{__make} %{?_smp_mflags}
51
52
53%install
54%{__rm} -rf %{buildroot}
55%{__make} DESTDIR=%{buildroot} install INSTALL="install -p"
56find $RPM_BUILD_ROOT -type f -name "*.la" -exec %__rm -f {} ';'
57
58# Sometimes this file gets created... but we don't want it!
59%__rm -f %{buildroot}%{_infodir}/dir
60
61
62%clean
63%__rm -rf %{buildroot}
64
65
66%post
67/sbin/ldconfig
68
69for infofile in vcdxrip.info vcdimager.info vcd-info.info; do
70  /sbin/install-info %{_infodir}/${infofile} %{_infodir}/dir 2>/dev/null || :
71done
72
73%preun
74/sbin/ldconfig
75
76if [ $1 -eq 0 ]; then
77  for infofile in vcdxrip.info vcdimager.info vcd-info.info; do
78    /sbin/install-info --delete %{_infodir}/${infofile} %{_infodir}/dir \
79      2>/dev/null || :
80  done
81fi
82
83
84%files
85%defattr(-,root,root,-)
86%doc AUTHORS BUGS ChangeLog* COPYING FAQ NEWS README THANKS TODO
87%doc frontends/xml/videocd.dtd
88%{_bindir}/*
89%{_infodir}/vcdxrip.info*
90%{_infodir}/vcdimager.info*
91%{_infodir}/vcd-info.info*
92%{_mandir}/man1/*
93## libs
94%{_libdir}/libvcdinfo.so.*
95
96%files devel
97%defattr(-,root,root,-)
98%doc HACKING
99%{_includedir}/libvcd/
100%{_libdir}/libvcdinfo.so
101%{_libdir}/pkgconfig/libvcdinfo.pc
102
103
104%changelog
105* Sun Jul 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.24-1
106- update to 0.7.24
107
108* Thu Jul 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.7.23-1
109- initial build
110
111* Sun Jan 24 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.7.23-13
112- Rebuild for libcdio
113
114* Wed Nov 25 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.7.23-11
115- Rebuild for F-12
116
117* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.23-10
118- rebuild for new F11 features
119
120* Thu Jan 15 2009 kwizart < kwizart at gmail.com > - 0.7.23-9
121- Rebuild for libcdio
122
123* Thu Sep  4 2008 kwizart < kwizart at gmail.com > - 0.7.23-8
124- Fix URL
125- vcdimager-devel Requires libcdio-devel
126- Split libs (multilibs compliance)
127
128* Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.7.23-7
129- merge a few bits from livna spec
130
131* Fri May 16 2008 Matthias Saou <http://freshrpms.net/> 0.7.23-6
132- Rebuild for Fedora 9.
133- Add missing ldconfig calls and scriplet info requirements.
134
135* Sun Sep 24 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-5
136- Rebuild against new libcdio.
137
138* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-4
139- Release bump to drop the disttag number in FC5 build.
140
141* Fri Jan 13 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-3
142- Silence install-info scriplets.
143
144* Sat Jul 30 2005 Matthias Saou <http://freshrpms.net/> 0.7.23-2
145- Rebuild against new libcdio.
146
147* Tue Jul 12 2005 Matthias Saou <http://freshrpms.net/> 0.7.23-1
148- Update to 0.7.23.
149- Update libcdio-devel requirement to >= 0.72.
150- Change source location from vcdimager.org to gnu.org for this release...
151
152* Tue Jun 28 2005 Matthias Saou <http://freshrpms.net/> 0.7.22-2
153- Prevent scriplets from failing if the info calls return an error.
154
155* Tue May 17 2005 Matthias Saou <http://freshrpms.net/> 0.7.22-1
156- Update to 0.7.22.
157
158* Sun Apr 17 2005 Matthias Saou <http://freshrpms.net/> 0.7.21-1
159- Update to 0.7.21 at last.
160- Split off new -devel package.
161- Added libcdio build requirement.
162- Update Source URL, it's not "UNSTABLE" anymore.
163- Remove vcddump.info and add vcd-info.info. Remove .gz from scriplets.
164
165* Mon Aug 30 2004 Matthias Saou <http://freshrpms.net/> 0.7.14-4
166- Added missing install-info calls.
167
168* Mon May 24 2004 Matthias Saou <http://freshrpms.net/> 0.7.14-3
169- Tried and update to 0.7.20, but the looping libcd* deps are a problem.
170- Rebuild for Fedora Core 2.
171
172* Fri Nov  7 2003 Matthias Saou <http://freshrpms.net/> 0.7.14-2
173- Rebuild for Fedora Core 1.
174
175* Fri May  2 2003 Matthias Saou <http://freshrpms.net/>
176- Update to 0.7.14.
177- Remove infodir/dir, thanks to Florin Andrei.
178- Updated URL/Source.
179
180* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
181- Rebuilt for Red Hat Linux 9.
182
183* Fri Feb 28 2003 Matthias Saou <http://freshrpms.net/>
184- Update to 0.7.13.
185- Removed the now unnecessary libxml fix.
186
187* Tue Jan 14 2003 Matthias Saou <http://freshrpms.net/>
188- Fix xmlversion.h include path in configure since xml is disabled otherwise,
189  thanks to Rudolf Kastl for spotting the problem.
190
191* Fri Jan  3 2003 Matthias Saou <http://freshrpms.net/>
192- Let's try the 1 year old 0.7 development branch!
193
194* Mon Dec  9 2002 Matthias Saou <http://freshrpms.net/>
195- Spec file cleanup.
196
197* Sat Jan 20 2001 Herbert Valerio Riedel <hvr@gnu.org>
198- added THANKS file as doc
199
200* Thu Jan  4 2001 Herbert Valerio Riedel <hvr@gnu.org>
201- fixed removal of info pages on updating packages
202
203* Sat Dec 23 2000 Herbert Valerio Riedel <hvr@gnu.org>
204- added vcdrip
205- removed glib dependancy
206
207* Sat Aug 26 2000 Herbert Valerio Riedel <hvr@gnu.org>
208- spec file improvements
209
210* Mon Aug 14 2000 Herbert Valerio Riedel <hvr@gnu.org>
211- first spec file
212
Note: See TracBrowser for help on using the repository browser.