SPECS: perl-Video-DVDRip.spec - 0.52.6, packaged locale files
glen
glen at pld-linux.org
Mon Feb 20 22:31:58 CET 2006
Author: glen Date: Mon Feb 20 21:31:58 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.52.6, packaged locale files
---- Files affected:
SPECS:
perl-Video-DVDRip.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: SPECS/perl-Video-DVDRip.spec
diff -u SPECS/perl-Video-DVDRip.spec:1.40 SPECS/perl-Video-DVDRip.spec:1.41
--- SPECS/perl-Video-DVDRip.spec:1.40 Sat May 21 11:58:21 2005
+++ SPECS/perl-Video-DVDRip.spec Mon Feb 20 22:31:52 2006
@@ -1,10 +1,13 @@
# $Revision$, $Date$
+# TODO
+# - %{perl_vendorlib}/LocaleData to perl-base or use glibc dirs
#
# Conditional build:
%bcond_with tests # perform "make test" (needs working, not busy /dev/audio!)
#
%include /usr/lib/rpm/macros.perl
-%define pnam Video-DVDRip
+%define pdir Video
+%define pnam DVDRip
Summary: Video::DVDRip Perl module
Summary(cs): Modul Video::DVDRip pro Perl
Summary(da): Perlmodul Video::DVDRip
@@ -23,19 +26,19 @@
Summary(uk): íĎÄŐĚŘ ÄĚŃ Perl Video::DVDRip
Summary(zh_CN): Video::DVDRip Perl ÄŁżé
Name: perl-Video-DVDRip
-Version: 0.52.5
+Version: 0.52.6
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.exit1.org/dvdrip/dist/%{pnam}-%{version}.tar.gz
+Source0: http://www.exit1.org/dvdrip/dist/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 408e9765d696e979c41e90c728e153fc
URL: http://www.exit1.org/dvdrip/
+BuildRequires: gdk-pixbuf-devel
BuildRequires: perl-devel >= 1:5.8.0
-BuildRequires: rpm-perlprov >= 4.1-13
BuildRequires: perl-gtk
BuildRequires: perl-gtk-Gdk-Pixbuf
-BuildRequires: gdk-pixbuf-devel
+BuildRequires: rpm-perlprov >= 4.1-13
Requires: ImageMagick
Requires: transcode
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,13 +55,14 @@
obrazu, napisanego przez Thomasa Östreicha.
%prep
-%setup -q -n %{pnam}-%{version}
+%setup -q -n %{pdir}-%{pnam}-%{version}
%build
%{__perl} Makefile.PL \
INSTALLDIRS=vendor
-%{__make} \
- OPTIMIZE="%{rpmcflags}"
+%{__make} -j1 \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}"
%{?with_tests:%{__make} test}
@@ -78,6 +82,20 @@
%{perl_vendorlib}/Video
%{_mandir}/man1/*
%{_mandir}/man3/*
+# FIXME: this seems wrong
+%dir %{perl_vendorlib}/LocaleData
+%lang(cs) %dir %{perl_vendorlib}/LocaleData/cs/LC_MESSAGES
+%lang(cs) %{perl_vendorlib}/LocaleData/cs/LC_MESSAGES/video.dvdrip.mo
+%lang(de) %dir %{perl_vendorlib}/LocaleData/de/LC_MESSAGES
+%lang(de) %{perl_vendorlib}/LocaleData/de/LC_MESSAGES/video.dvdrip.mo
+%lang(es) %dir %{perl_vendorlib}/LocaleData/es/LC_MESSAGES
+%lang(es) %{perl_vendorlib}/LocaleData/es/LC_MESSAGES/video.dvdrip.mo
+%lang(fr) %dir %{perl_vendorlib}/LocaleData/fr/LC_MESSAGES
+%lang(fr) %{perl_vendorlib}/LocaleData/fr/LC_MESSAGES/video.dvdrip.mo
+%lang(it) %dir %{perl_vendorlib}/LocaleData/it/LC_MESSAGES
+%lang(it) %{perl_vendorlib}/LocaleData/it/LC_MESSAGES/video.dvdrip.mo
+%lang(sr) %dir %{perl_vendorlib}/LocaleData/sr/LC_MESSAGES
+%lang(sr) %{perl_vendorlib}/LocaleData/sr/LC_MESSAGES/video.dvdrip.mo
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -85,6 +103,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2006/02/20 21:31:52 glen
+- 0.52.6, packaged locale files
+
Revision 1.40 2005/05/21 09:58:21 tiwek
- up to 0.52.5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Video-DVDRip.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list