rpms/k3b-extras-freeworld/devel k3b-1.91.0-ffmpeg06.patch, NONE, 1.1 k3b-1.91.0-qt47.patch, NONE, 1.1 k3b-extras-freeworld.spec, 1.16, 1.17
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16545/devel
Modified Files:
k3b-extras-freeworld.spec
Added Files:
k3b-1.91.0-ffmpeg06.patch k3b-1.91.0-qt47.patch
Log Message:
- fix build with Qt 4.7 (upstream patch by cfeck)
- fix build with FFmpeg 0.6 snapshots (define __STDC_CONSTANT_MACROS)
k3b-1.91.0-ffmpeg06.patch:
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE k3b-1.91.0-ffmpeg06.patch ---
diff -ur k3b-1.91.0/plugins/decoder/ffmpeg/CMakeLists.txt k3b-1.91.0-ffmpeg06/plugins/decoder/ffmpeg/CMakeLists.txt
--- k3b-1.91.0/plugins/decoder/ffmpeg/CMakeLists.txt 2010-03-09 07:46:18.000000000 +0100
+++ k3b-1.91.0-ffmpeg06/plugins/decoder/ffmpeg/CMakeLists.txt 2010-05-16 01:03:49.000000000 +0200
@@ -12,6 +12,8 @@
include_directories (${FFMPEG_INCLUDE_DIR})
endif(FFMPEG_INCLUDE_DIR_OLD_STYLE)
+add_definitions(-D__STDC_CONSTANT_MACROS)
+
set(k3bffmpegdecoder_PART_SRCS k3bffmpegdecoder.cpp k3bffmpegwrapper.cpp )
kde4_add_plugin(k3bffmpegdecoder ${k3bffmpegdecoder_PART_SRCS})
k3b-1.91.0-qt47.patch:
k3bbinimagewritingjob.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE k3b-1.91.0-qt47.patch ---
Index: libk3b/jobs/k3bbinimagewritingjob.cpp
===================================================================
--- libk3b/jobs/k3bbinimagewritingjob.cpp (revision 1102481)
+++ libk3b/jobs/k3bbinimagewritingjob.cpp (revision 1102482)
@@ -37,7 +37,7 @@
m_device(0),
m_simulate(false),
m_noFix(false),
- m_tocFile(0),
+ m_tocFile(),
m_speed(2),
m_copies(1),
m_writer(0)
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- k3b-extras-freeworld.spec 15 May 2010 21:15:06 -0000 1.16
+++ k3b-extras-freeworld.spec 15 May 2010 23:07:41 -0000 1.17
@@ -5,12 +5,16 @@
Summary: Additional codec plugins for the k3b CD/DVD burning application
Epoch: 1
Version: 1.91.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Group: Applications/Archiving
License: GPLv2+
URL: http://www.k3b.org/
Source0: http://downloads.sourceforge.net/sourceforge/k3b/k3b-%{version}%{pre}.tar...
+# fix build with Qt 4.7: http://websvn.kde.org/?view=revision&revision=1102482
+Patch0: k3b-1.91.0-qt47.patch
+# fix build with FFmpeg 0.6 snapshots (define __STDC_CONSTANT_MACROS)
+Patch1: k3b-1.91.0-ffmpeg06.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# TODO: bugzilla/document
ExcludeArch: s390 s390x
@@ -48,6 +52,8 @@
%prep
%setup -q -n k3b-%{version}
+%patch0 -p0 -b .qt47
+%patch1 -p1 -b .ffmpeg06
%build
@@ -93,6 +99,8 @@
%changelog
* Sat May 15 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1:1.91.0-1
- k3b-1.91.0 (rc2)
+- fix build with Qt 4.7 (upstream patch by cfeck)
+- fix build with FFmpeg 0.6 snapshots (define __STDC_CONSTANT_MACROS)
* Fri Mar 05 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.90.0-1
- k3b-1.90.0 (rc1)
14 years, 7 months
rpms/k3b-extras-freeworld/F-13 .cvsignore, 1.7, 1.8 k3b-extras-freeworld.spec, 1.15, 1.16 sources, 1.7, 1.8
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/k3b-extras-freeworld/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6673/F-13
Modified Files:
.cvsignore k3b-extras-freeworld.spec sources
Log Message:
* Sat May 15 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1:1.91.0-1
- k3b-1.91.0 (rc2)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/F-13/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 5 Mar 2010 22:53:21 -0000 1.7
+++ .cvsignore 15 May 2010 21:15:05 -0000 1.8
@@ -1 +1 @@
-k3b-1.90.0rc1.tar.bz2
+k3b-1.91.0rc2.tar.bz2
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/F-13/k3b-extras-freeworld.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- k3b-extras-freeworld.spec 5 Mar 2010 22:53:21 -0000 1.15
+++ k3b-extras-freeworld.spec 15 May 2010 21:15:05 -0000 1.16
@@ -1,10 +1,10 @@
-%define pre rc1
+%define pre rc2
Name: k3b-extras-freeworld
Summary: Additional codec plugins for the k3b CD/DVD burning application
Epoch: 1
-Version: 1.90.0
+Version: 1.91.0
Release: 1%{?dist}
Group: Applications/Archiving
@@ -91,8 +91,11 @@
%changelog
+* Sat May 15 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1:1.91.0-1
+- k3b-1.91.0 (rc2)
+
* Fri Mar 05 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.90.0-1
-- k3b.1.90.0 (rc1)
+- k3b-1.90.0 (rc1)
* Mon Feb 01 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.70.0-1
- k3b-1.70.0 (beta1)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/F-13/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 5 Mar 2010 22:53:21 -0000 1.7
+++ sources 15 May 2010 21:15:05 -0000 1.8
@@ -1 +1 @@
-8ebba067980f5c124e10093b582d8a74 k3b-1.90.0rc1.tar.bz2
+56d1c726a2771d341f59f08d5364d141 k3b-1.91.0rc2.tar.bz2
14 years, 7 months
rpms/k3b-extras-freeworld/devel .cvsignore, 1.7, 1.8 k3b-extras-freeworld.spec, 1.15, 1.16 sources, 1.7, 1.8
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6673/devel
Modified Files:
.cvsignore k3b-extras-freeworld.spec sources
Log Message:
* Sat May 15 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1:1.91.0-1
- k3b-1.91.0 (rc2)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 5 Mar 2010 22:53:21 -0000 1.7
+++ .cvsignore 15 May 2010 21:15:06 -0000 1.8
@@ -1 +1 @@
-k3b-1.90.0rc1.tar.bz2
+k3b-1.91.0rc2.tar.bz2
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- k3b-extras-freeworld.spec 5 Mar 2010 22:53:21 -0000 1.15
+++ k3b-extras-freeworld.spec 15 May 2010 21:15:06 -0000 1.16
@@ -1,10 +1,10 @@
-%define pre rc1
+%define pre rc2
Name: k3b-extras-freeworld
Summary: Additional codec plugins for the k3b CD/DVD burning application
Epoch: 1
-Version: 1.90.0
+Version: 1.91.0
Release: 1%{?dist}
Group: Applications/Archiving
@@ -91,8 +91,11 @@
%changelog
+* Sat May 15 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1:1.91.0-1
+- k3b-1.91.0 (rc2)
+
* Fri Mar 05 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.90.0-1
-- k3b.1.90.0 (rc1)
+- k3b-1.90.0 (rc1)
* Mon Feb 01 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.70.0-1
- k3b-1.70.0 (beta1)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 5 Mar 2010 22:53:21 -0000 1.7
+++ sources 15 May 2010 21:15:06 -0000 1.8
@@ -1 +1 @@
-8ebba067980f5c124e10093b582d8a74 k3b-1.90.0rc1.tar.bz2
+56d1c726a2771d341f59f08d5364d141 k3b-1.91.0rc2.tar.bz2
14 years, 7 months
rpms/autopano-sift-C/devel autopano-sift-C.spec,1.5,1.6
by Bruno Postle
Author: bpostle
Update of /cvs/free/rpms/autopano-sift-C/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27602
Modified Files:
autopano-sift-C.spec
Log Message:
Bump version as -r autopano-sift-C-2_5_1-2_fc14 is messed-up on the server
Index: autopano-sift-C.spec
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/devel/autopano-sift-C.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- autopano-sift-C.spec 12 May 2010 19:41:13 -0000 1.5
+++ autopano-sift-C.spec 12 May 2010 22:52:50 -0000 1.6
@@ -1,7 +1,7 @@
Summary: SIFT feature detection
Name: autopano-sift-C
Version: 2.5.1
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
Group: Applications/Multimedia
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
@@ -47,6 +47,9 @@
%{_mandir}/man7/autopano-sift-c.7.gz
%changelog
+* Wed May 12 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-3
+- Bump version as -r autopano-sift-C-2_5_1-2_fc14 is messed-up on the server
+
* Wed May 12 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-2
- Workaround implicit DSO linking error with libm
14 years, 7 months
rpms/autopano-sift-C/devel autopano-sift-C.spec,1.4,1.5
by Bruno Postle
Author: bpostle
Update of /cvs/free/rpms/autopano-sift-C/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14593
Modified Files:
autopano-sift-C.spec
Log Message:
Workaround implicit DSO linking error with libm
Index: autopano-sift-C.spec
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/devel/autopano-sift-C.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autopano-sift-C.spec 7 May 2010 22:58:05 -0000 1.4
+++ autopano-sift-C.spec 12 May 2010 19:41:13 -0000 1.5
@@ -1,7 +1,7 @@
Summary: SIFT feature detection
Name: autopano-sift-C
Version: 2.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
Group: Applications/Multimedia
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
@@ -18,6 +18,7 @@
%prep
%setup -q
+sed -i 's/set(all_libs /set(all_libs m /' CMakeLists.txt
%build
cp -a %{SOURCE1} README.fedora
@@ -46,6 +47,9 @@
%{_mandir}/man7/autopano-sift-c.7.gz
%changelog
+* Wed May 12 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-2
+- Workaround implicit DSO linking error with libm
+
* Sun May 02 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-1
- 2.5.1 release
14 years, 7 months
rpms/autopano-sift-C/F-13 autopano-sift-C.spec,1.4,1.5
by Bruno Postle
Author: bpostle
Update of /cvs/free/rpms/autopano-sift-C/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13017
Modified Files:
autopano-sift-C.spec
Log Message:
Workaround implicit DSO linking error with libm
Index: autopano-sift-C.spec
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-13/autopano-sift-C.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autopano-sift-C.spec 7 May 2010 22:58:05 -0000 1.4
+++ autopano-sift-C.spec 12 May 2010 19:20:59 -0000 1.5
@@ -1,7 +1,7 @@
Summary: SIFT feature detection
Name: autopano-sift-C
Version: 2.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
Group: Applications/Multimedia
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
@@ -18,6 +18,7 @@
%prep
%setup -q
+sed -i 's/set(all_libs /set(all_libs m /' CMakeLists.txt
%build
cp -a %{SOURCE1} README.fedora
@@ -46,6 +47,9 @@
%{_mandir}/man7/autopano-sift-c.7.gz
%changelog
+* Wed May 12 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-2
+- Workaround implicit DSO linking error with libm
+
* Sun May 02 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-1
- 2.5.1 release
14 years, 7 months
rpms/dvdrip/F-13 .cvsignore, 1.3, 1.4 dvdrip.spec, 1.8, 1.9 sources, 1.3, 1.4
by Orcan Ogetbil
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
14 years, 7 months
rpms/dvdrip/devel .cvsignore, 1.3, 1.4 dvdrip.spec, 1.8, 1.9 sources, 1.3, 1.4
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/dvdrip/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1811
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/devel/.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:38:48 -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/devel/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:38:48 -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/devel/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:38:48 -0000 1.4
@@ -1 +1 @@
-368ce6bc8d6c641d41e126d447ca76b2 dvdrip-0.98.10.tar.gz
+6dfa4199d451757a37eea233a07da4c0 dvdrip-0.98.11.tar.gz
14 years, 7 months
rpms/cairo-dock/devel cairo-dock.spec,1.51,1.52
by Mamoru Tasaka
Author: mtasaka
Update of /cvs/free/rpms/cairo-dock/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22825
Modified Files:
cairo-dock.spec
Log Message:
* Wed May 12 2010 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp>
- rebuild against new libetpan
Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/cairo-dock.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- cairo-dock.spec 21 Apr 2010 15:46:40 -0000 1.51
+++ cairo-dock.spec 12 May 2010 13:55:49 -0000 1.52
@@ -24,7 +24,7 @@
%global build_webkit 1
%global build_xfce 1
-%global fedora_main_rel 1
+%global fedora_main_rel 2
%global fedora_rel %{?pre_release:0.}%{fedora_main_rel}%{?betaver:.%betaver}
@@ -88,7 +88,8 @@
BuildRequires: libXxf86vm-devel
BuildRequires: vte-devel
# Not shown in .pc files
-BuildRequires: libetpan-devel
+# Check if buildroot is actually using new libetpan
+BuildRequires: libetpan-devel >= 1.0
# For plug-ins-xfce
%if %{build_xfce} > 0
BuildRequires: Thunar-devel
@@ -622,6 +623,9 @@
%{_libdir}/pkgconfig/*.pc
%changelog
+* Wed May 12 2010 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp>
+- rebuild against new libetpan
+
* Thu Apr 22 2010 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 2.1.3.9-1
- 2.1.3-9
14 years, 7 months
rpms/python-vlc/devel .cvsignore, 1.2, 1.3 python-vlc-snapshot.sh, 1.1, 1.2 python-vlc.spec, 1.1, 1.2 sources, 1.2, 1.3
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/python-vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11911
Modified Files:
.cvsignore python-vlc-snapshot.sh python-vlc.spec sources
Log Message:
* Tue May 11 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-0.1.20100511git
- Update to 1.1.0 (git checkout)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 22 Jun 2009 20:07:31 -0000 1.2
+++ .cvsignore 11 May 2010 18:18:18 -0000 1.3
@@ -1 +1 @@
-python-vlc-1.0.0.90.tar.gz
+python-vlc-1.1.0-20100511git.tar.bz2
Index: python-vlc-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/python-vlc-snapshot.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-vlc-snapshot.sh 22 Jun 2009 20:07:31 -0000 1.1
+++ python-vlc-snapshot.sh 11 May 2010 18:18:18 -0000 1.2
@@ -16,18 +16,11 @@
name=python-vlc
pushd "$tmp" > /dev/null
-# Because git sucks, we download the entire vlc tree:
-git clone git://git.videolan.org/vlc.git
-pushd vlc > /dev/null
-git checkout origin/1.0-bugfix
-pushd bindings/python/ > /dev/null
-python setup.py sdist
-pushd dist > /dev/null
-for file in *.tar.gz; do
-mv $file "$pwd"/
+git clone git://git.videolan.org/vlc/bindings/python.git
+version=$(cat python/setup.py |grep version|sed -e "s|.*= '||" -e "s|',||")
+mv python $name-$version
+rm -fr $name-$version/.git
+file=$name-$version-"$sdate"git.tar.bz2
+tar jcvf "$pwd"/$file $name-$version/
echo "Wrote: " $file
-done
-popd > /dev/null
-popd > /dev/null
-popd > /dev/null
popd > /dev/null
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/python-vlc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-vlc.spec 22 Jun 2009 20:07:31 -0000 1.1
+++ python-vlc.spec 11 May 2010 18:18:18 -0000 1.2
@@ -1,49 +1,52 @@
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%endif
-%global ver_min .90
+%global gitdate 20100511git
Name: python-vlc
-Version: 1.0.0
-Release: 0.2%{ver_min}%{?dist}
+Version: 1.1.0
+Release: 0.1.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.videolan.org/
-Source0: %{name}-%{version}%{ver_min}.tar.gz
+Source0: %{name}-%{version}-%{gitdate}.tar.bz2
Source9: %{name}-snapshot.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: python-devel
-BuildRequires: python-setuptools
-BuildRequires: vlc-devel
+BuildArch: noarch
+BuildRequires: python2-devel
+Requires: vlc-core >= 1.1.0
%description
This package provides a python interface to control VLC Media Player.
%prep
-%setup -q -n %{name}-%{version}%{ver_min}
+%setup -q
%build
-CFLAGS="$RPM_OPT_FLAGS" python -c 'import setuptools; execfile("setup.py")' build
+# The vlc.py file is already generated
%install
rm -rf $RPM_BUILD_ROOT
-python -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT
+sleep 1m
+mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
+install -pm 755 generated/vlc.py vlcwidget.py \
+ $RPM_BUILD_ROOT%{python_sitelib}/
-# Correct the permission of the script
-chmod +x $RPM_BUILD_ROOT%{python_sitearch}/vlcwidget.py
-
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc README
-%{python_sitearch}/*egg-info
-%{python_sitearch}/vlc.so
-%{python_sitearch}/vlcwidget.py*
+%doc README TODO
+%{python_sitelib}/vlc.py*
+%{python_sitelib}/vlcwidget.py*
%changelog
+* Tue May 11 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-0.1.20100511git
+- Update to 1.1.0 (git checkout)
+
* Fri Jun 19 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.0.0-0.2.90
- Remove COPYING file
Index: sources
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 22 Jun 2009 20:07:31 -0000 1.2
+++ sources 11 May 2010 18:18:18 -0000 1.3
@@ -1 +1 @@
-4e6aa58b6b54bcd460f9a3985656379d python-vlc-1.0.0.90.tar.gz
+dca2ff1bf8efb9a671e6abee5dad6dde python-vlc-1.1.0-20100511git.tar.bz2
14 years, 7 months