Name : Video-DVDRip Relocations: (not relocatable)
Version : 0.97.2 Vendor: Penguin Liberation Front
Release : 2plf Build Date: Sat 13 Aug 2005
03:15:53 PM CEST
Install Date: (not installed) Build Host: chantry
Group : Video Source RPM: (none)
Size : 394943 License: GPL
Signature : (none)
Packager : trem <trem@xxxxxxxx>
URL : http://www.exit1.org/dvdrip/
Summary : DVD ripping GUI
Description :
dvd::rip is a full featured DVD copy program written in Perl. It
provides an easy to use but feature-rich Gtk+ GUI to control almost
all aspects of the ripping and transcoding process. It uses the widely
known video processing swissknife transcode and many other Open Source
tools.
This package is in PLF, as DVD ripping might break local laws.
---------------
trem <trem@xxxxxxxx> 0.97.2-2plf
- add distsuffix
- fix
/home/trem/rpm/tmp/Video-DVDRip-0.97.2-buildroot/usr/lib64/perl5/*/*/LocaleData/*
for amd64
---------------
---------------
Index: Video-DVDRip.spec
===================================================================
RCS file: /var/lib/cvs/plf/SPECS/free/Video-DVDRip/Video-DVDRip.spec,v
retrieving revision 1.61
diff -u -r1.61 Video-DVDRip.spec
--- Video-DVDRip.spec 2 Aug 2005 08:06:08 -0000 1.61
+++ Video-DVDRip.spec 13 Aug 2005 13:29:29 -0000
@@ -1,7 +1,8 @@
%define name Video-DVDRip
%define version 0.97.2
-%define rel 1
+%define rel 2
%define release %mkrel %rel
+%define distsuffix plf
#fixed2
%{?!mkrel:%define mkrel(c:) %{-c: 0.%{-c*}.}%{!?_with_unstable:%(perl -e
'$_="%{1}";m/(.\*\\D\+)?(\\d+)$/;$rel=${2}-1;re;print
"$1$rel";').%{?subrel:%subrel}%{!?subrel:1}.%{?distversion:%distversion}%{?!distversion:%(echo
$[%{mdkversion}/10])}}%{?_with_unstable:%{1}}%{?distsuffix:%distsuffix}%{?!distsuffix:mdk}}
%define distsuffix plf
@@ -89,7 +90,8 @@
longtitle="DVD ripping GUI"
EOF
-for subdir in %buildroot%_libdir/perl5/*/*/LocaleData/*; do
+# for subdir in %buildroot%_libdir/perl5/*/*/LocaleData/*; do
+for subdir in %buildroot%_prefix/lib/perl5/*/*/LocaleData/*; do
echo "%lang($(basename $subdir)) $(echo $subdir|sed s!%buildroot!!)" >>
%name.\lang
done
@@ -119,6 +121,10 @@
%changelog
+* Sat Aug 13 2005 trem <trem@xxxxxxxx> 0.97.2-2plf
+- add distsuffix
+- fix %buildroot%_libdir/perl5/*/*/LocaleData/* for amd64
+
* Tue Aug 2 2005 Götz Waschk <goetz@xxxxxxxx> 0.97.2-1plf
- bump deps
- new version
|