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

Revision 10503, 6.2 KB checked in by tomop, 8 years ago (diff)

vcdimager-0.7.24-2

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