Author: oget
Update of /cvs/free/rpms/dvdrip/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2281
Modified Files:
.cvsignore dvdrip.spec sources
Log Message:
* Tue May 11 2010 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 0.98.11-1
- Update to 0.98.11
- No need to rebuild locale data as this is no longer required in the guidelines
- Update the post* scriptlets
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvdrip/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 23 Feb 2009 13:18:09 -0000 1.3
+++ .cvsignore 12 May 2010 16:46:46 -0000 1.4
@@ -1 +1 @@
-dvdrip-0.98.10.tar.gz
+dvdrip-0.98.11.tar.gz
Index: dvdrip.spec
===================================================================
RCS file: /cvs/free/rpms/dvdrip/F-13/dvdrip.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dvdrip.spec 30 Dec 2009 14:23:49 -0000 1.8
+++ dvdrip.spec 12 May 2010 16:46:46 -0000 1.9
@@ -1,6 +1,6 @@
Name: dvdrip
-Version: 0.98.10
-Release: 4%{?dist}
+Version: 0.98.11
+Release: 1%{?dist}
Summary: Graphical DVD ripping and encoding tool
Group: Applications/Multimedia
@@ -15,7 +15,7 @@
BuildRequires: perl(Gtk2) >= 1.121
BuildRequires: perl(Gtk2::Ex::FormFactory) >= 0.65
BuildRequires: perl(Locale::TextDomain) >= 1.16
-BuildRequires: perl(Event::ExecFlow) >= 0.62
+BuildRequires: perl(Event::ExecFlow) >= 0.64
BuildRequires: perl(Event::RPC) >= 0.89
BuildRequires: perl(AnyEvent) >= 1.02
BuildRequires: desktop-file-utils
@@ -39,13 +39,13 @@
transcode and many other Open Source tools.
%package master
-Summary: Master node controler for %{name}
+Summary: Master node controller for %{name}
Group: Applications/Multimedia
Requires: fping
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
%description master
-The %{name}-master package contains the master node controler for %{name}.
+The %{name}-master package contains the master node controller for %{name}.
%prep
@@ -53,11 +53,6 @@
%patch3 -p1 -b .fix_locale
%patch5 -p1
-#Remove pre-built mo
-find lib/LocaleData -name "*.mo" -exec rm -f {} ';'
-
-#Fix the part that need an X screen at l10n regeneration.
-
# Fix encoding issues:
%define docfiles Changes Changes.0.46 COPYRIGHT Credits README TODO
lib/Video/DVDRip/translators.txt
for txtfile in %docfiles ; do
@@ -74,12 +69,6 @@
rm -fr perl-modules
%build
-#We make the LocaleData
-pushd l10n
- make all
-popd
-#Compilation sometime fails with parallele make
-
# We first build dvdrip-progress.c dvdrip-splitpipe.c with our flags
# The compilation won't be done twince as the binaries are already here.
# Note that only theses two make the package arch dependant (not the perl side).
@@ -123,19 +112,18 @@
%post
-# update icon themes
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
-# update icon themes
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
%files
%defattr(-,root,root,-)
%doc %docfiles lib/Video/DVDRip/license.txt
@@ -160,6 +148,11 @@
%changelog
+* Tue May 11 2010 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 0.98.11-1
+- Update to 0.98.11
+- No need to rebuild locale data as this is no longer required in the guidelines
+- Update the post* scriptlets
+
* Wed Dec 30 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0.98.10-4
- Rebuild for perl
- Do not produce weird file because of the patch command.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdrip/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 23 Feb 2009 13:18:09 -0000 1.3
+++ sources 12 May 2010 16:46:46 -0000 1.4
@@ -1 +1 @@
-368ce6bc8d6c641d41e126d447ca76b2 dvdrip-0.98.10.tar.gz
+6dfa4199d451757a37eea233a07da4c0 dvdrip-0.98.11.tar.gz