rpms/unrar/F-12 unrar.spec,1.8,1.9
by Conrad Meyer
Author: konradm
Update of /cvs/nonfree/rpms/unrar/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32245
Modified Files:
unrar.spec
Log Message:
* Mon Nov 30 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-4
- Fix preun to refer to the correct alternatives files.
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-12/unrar.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- unrar.spec 21 Nov 2009 02:11:18 -0000 1.8
+++ unrar.spec 30 Nov 2009 21:03:34 -0000 1.9
@@ -1,6 +1,6 @@
Name: unrar
Version: 3.8.5
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
@@ -68,12 +68,12 @@
%post
%{_sbindir}/alternatives \
- --install %{_bindir}/unrar unrar %{_bindir}/unrar-nonfree 50 || :
+ --install %{_bindir}/unrar unrar %{_bindir}/unrar-nonfree 50 || :
%preun
if [ "$1" -eq 0 ]; then
- %{_sbindir}/alternatives \
- --remove un%{name} %{_bindir}/un%{name}-nonfree || :
+ %{_sbindir}/alternatives \
+ --remove unrar %{_bindir}/unrar-nonfree || :
fi
%post -n libunrar -p /sbin/ldconfig
@@ -101,6 +101,9 @@
%changelog
+* Mon Nov 30 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-4
+- Fix preun to refer to the correct alternatives files.
+
* Fri Nov 20 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-3
- Add missing post/preun requires on chkconfig (#956).
14 years, 11 months
rpms/unrar/devel unrar.spec,1.8,1.9
by Conrad Meyer
Author: konradm
Update of /cvs/nonfree/rpms/unrar/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31721
Modified Files:
unrar.spec
Log Message:
* Mon Nov 30 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-4
- Fix preun to refer to the correct alternatives files.
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- unrar.spec 21 Nov 2009 02:10:36 -0000 1.8
+++ unrar.spec 30 Nov 2009 21:00:03 -0000 1.9
@@ -1,6 +1,6 @@
Name: unrar
Version: 3.8.5
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
@@ -68,12 +68,12 @@
%post
%{_sbindir}/alternatives \
- --install %{_bindir}/unrar unrar %{_bindir}/unrar-nonfree 50 || :
+ --install %{_bindir}/unrar unrar %{_bindir}/unrar-nonfree 50 || :
%preun
if [ "$1" -eq 0 ]; then
- %{_sbindir}/alternatives \
- --remove un%{name} %{_bindir}/un%{name}-nonfree || :
+ %{_sbindir}/alternatives \
+ --remove unrar %{_bindir}/unrar-nonfree || :
fi
%post -n libunrar -p /sbin/ldconfig
@@ -101,6 +101,9 @@
%changelog
+* Mon Nov 30 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-4
+- Fix preun to refer to the correct alternatives files.
+
* Fri Nov 20 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-3
- Add missing post/preun requires on chkconfig (#956).
14 years, 11 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.40,1.41
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31167
Modified Files:
VirtualBox-OSE.spec
Log Message:
Attempt to re-remove vboxefi.fv see if it disappeared on x86_64 as well...
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- VirtualBox-OSE.spec 30 Nov 2009 20:08:25 -0000 1.40
+++ VirtualBox-OSE.spec 30 Nov 2009 20:54:09 -0000 1.41
@@ -197,8 +197,8 @@
install -p -m 0644 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
obj/bin/V*.gc \
- obj/bin/V*.r0 \
- obj/bin/vboxefi.fv
+ obj/bin/V*.r0
+# obj/bin/vboxefi.fv
# Executabes
install -p -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
14 years, 11 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE-3.1.0-visibility.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 VirtualBox-OSE.spec, 1.39, 1.40 sources, 1.12, 1.13 VirtualBox-OSE-3.0.4-visibility.patch, 1.1, NONE
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27091
Modified Files:
.cvsignore VirtualBox-OSE.spec sources
Added Files:
VirtualBox-OSE-3.1.0-visibility.patch
Removed Files:
VirtualBox-OSE-3.0.4-visibility.patch
Log Message:
* Mon Nov 30 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.1.0-1
- Upstream release (they do that quite often, huh?)
VirtualBox-OSE-3.1.0-visibility.patch:
--- NEW FILE VirtualBox-OSE-3.1.0-visibility.patch ---
Hack to fix up build of gsoap bindings on Rawhide.
Still needs to be looked into.
Lubomir Rintel <lkundrak(a)v3.sk>
diff -up VirtualBox-3.1.0_OSE/Config.kmk.visibility VirtualBox-3.1.0_OSE/Config.kmk
--- VirtualBox-3.1.0_OSE/Config.kmk.visibility 2009-11-30 20:51:47.000000000 +0100
+++ VirtualBox-3.1.0_OSE/Config.kmk 2009-11-30 20:58:22.495779448 +0100
@@ -2508,7 +2508,7 @@ ifeq ($(KBUILD_TARGET),win)
else # the gcc guys
TEMPLATE_VBOXR3EXE_TOOL = $(VBOX_GCC_TOOL)
-TEMPLATE_VBOXR3EXE_CXXFLAGS = -g -pipe $(VBOX_GCC_PEDANTIC_CXX) $(VBOX_GCC_Wno-variadic-macros) $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden)
+TEMPLATE_VBOXR3EXE_CXXFLAGS = -g -pipe $(VBOX_GCC_PEDANTIC_CXX) $(VBOX_GCC_Wno-variadic-macros) $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing $(VBOX_GCC_fvisibility-inlines-hidden)
TEMPLATE_VBOXR3EXE_CXXFLAGS.x86 = -m32
TEMPLATE_VBOXR3EXE_CXXFLAGS.amd64 = -m64
# L4 currently can't handle exception handling.
diff -up VirtualBox-3.1.0_OSE/src/VBox/Main/webservice/websrv-nsmap.xsl.visibility VirtualBox-3.1.0_OSE/src/VBox/Main/webservice/websrv-nsmap.xsl
--- VirtualBox-3.1.0_OSE/src/VBox/Main/webservice/websrv-nsmap.xsl.visibility 2009-03-13 11:39:18.000000000 +0100
+++ VirtualBox-3.1.0_OSE/src/VBox/Main/webservice/websrv-nsmap.xsl 2009-11-30 20:51:48.101779959 +0100
@@ -49,6 +49,7 @@
* Generated from: src/VBox/Main/idl/VirtualBox.xidl (VirtualBox's interface definitions in XML)
* Generator: src/VBox/Main/webservice/websrv-nsmap.xsl */
+#pragma GCC visibility push(default)
#include "soapH.h"
SOAP_NMAC struct Namespace namespaces[] =
{
@@ -64,6 +65,7 @@ SOAP_NMAC struct Namespace namespaces[]
<xsl:text><![CDATA[
{NULL, NULL, NULL, NULL}
};
+#pragma GCC visibility pop
]]></xsl:text>
</xsl:template>
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 21 Nov 2009 18:02:48 -0000 1.12
+++ .cvsignore 30 Nov 2009 20:08:24 -0000 1.13
@@ -1,2 +1,2 @@
+VirtualBox-3.1.0-OSE.tar.bz2
UserManual.pdf
-VirtualBox-3.1.0_BETA2_OSE.tar.bz2
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- VirtualBox-OSE.spec 23 Nov 2009 05:10:19 -0000 1.39
+++ VirtualBox-OSE.spec 30 Nov 2009 20:08:25 -0000 1.40
@@ -6,26 +6,17 @@
# -fexceptions -- R0 code doesn't link against C++ library, no __gxx_personality_v0
%global optflags %(rpm --eval %%optflags |sed 's/-Wall//;s/-m[0-9][0-9]//;s/-fexceptions//')
-# Do not disable hardening for anything but debugging!
-%bcond_without hardening
-%if %with hardening
-%define priv_mode %%attr(4755,root,root)
-%else
-%define priv_mode %%caps(cap_net_raw+ep)
-%endif
-
Name: VirtualBox-OSE
Version: 3.1.0
-Release: 0.1.beta2%{?dist}
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
License: GPLv2 or (GPLv2 and CDDL)
URL: http://www.virtualbox.org/wiki/VirtualBox
-Source0: http://download.virtualbox.org/virtualbox/%{version}_BETA2/VirtualBox-%{v...
+Source0: http://download.virtualbox.org/virtualbox/%{version}/VirtualBox-%{version...
Source1: http://download.virtualbox.org/virtualbox/%{version}/UserManual.pdf
Source3: VirtualBox-OSE-90-vboxdrv.rules
-Source4: VirtualBox-OSE-90-vboxdrv.rules.hardening
Source5: VirtualBox-OSE-60-vboxguest.rules
Source6: VirtualBox-OSE.modules
Source7: VirtualBox-OSE-guest.modules
@@ -37,7 +28,7 @@
Patch5: VirtualBox-OSE-3.1.0-xorg17.patch
Patch9: VirtualBox-OSE-3.0.4-optflags.patch
Patch10: VirtualBox-OSE-2.2.0-32bit.patch
-Patch11: VirtualBox-OSE-3.0.4-visibility.patch
+Patch11: VirtualBox-OSE-3.1.0-visibility.patch
Patch12: VirtualBox-OSE-3.0.4-noansi.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -151,7 +142,6 @@
%build
./configure --disable-kmods --enable-webservice \
- %{!?with_hardening:--disable-hardening}
. ./env.sh
@@ -288,8 +278,7 @@
echo 'INSTALL_DIR=%{_libdir}/virtualbox' > $RPM_BUILD_ROOT/%{_sysconfdir}/vbox/vbox.cfg
# Install udev rules
-%define vboxdrv_udev %{?with_hardening:%{SOURCE4}}%{?!with_hardening:%{SOURCE3}}
-install -p -m 0644 -D %{vboxdrv_udev} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/90-vboxdrv.rules
+install -p -m 0644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/90-vboxdrv.rules
install -p -m 0644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-vboxguest.rules
# Install modules load script
@@ -431,6 +420,9 @@
%changelog
+* Mon Nov 30 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.1.0-1
+- Upstream release (they do that quite often, huh?)
+
* Sat Nov 21 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.1.0-0.1.beta2
- Another upstream beta
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 21 Nov 2009 18:02:48 -0000 1.12
+++ sources 30 Nov 2009 20:08:25 -0000 1.13
@@ -1,2 +1,2 @@
-f3873f1f8d3800a082e1d39d4147cf38 UserManual.pdf
-7370341d78649711afdd8673e749cbf8 VirtualBox-3.1.0_BETA2_OSE.tar.bz2
+442dff6ff4a8fe92d223d303b475a146 VirtualBox-3.1.0-OSE.tar.bz2
+51a6eebe5fedc6ac386fe39c1fba5b98 UserManual.pdf
--- VirtualBox-OSE-3.0.4-visibility.patch DELETED ---
14 years, 11 months
rpms/thunderbird-enigmail/F-11 sources,1.4,1.5
by Remi Collet
Author: remi
Update of /cvs/free/rpms/thunderbird-enigmail/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14628
Modified Files:
sources
Log Message:
update to 1.0.0 official release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 25 Nov 2009 18:28:04 -0000 1.4
+++ sources 30 Nov 2009 17:40:35 -0000 1.5
@@ -1,2 +1,2 @@
f9da82698c8171a4cf68bdd234065844 thunderbird-3.0rc1.source.tar.bz2
-4eb9598d9a0e7a8266528ac010eb83d0 enigmail-20091121.tgz
+e3a6d379f1a72ac023751bdde2de750a enigmail-1.0.0.tar.gz
14 years, 11 months
rpms/thunderbird-enigmail/F-11 thunderbird-enigmail.spec,1.4,1.5
by Remi Collet
Author: remi
Update of /cvs/free/rpms/thunderbird-enigmail/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14570
Modified Files:
thunderbird-enigmail.spec
Log Message:
update to 1.0.0 official release
Index: thunderbird-enigmail.spec
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/F-11/thunderbird-enigmail.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thunderbird-enigmail.spec 25 Nov 2009 19:36:57 -0000 1.4
+++ thunderbird-enigmail.spec 30 Nov 2009 17:40:08 -0000 1.5
@@ -7,7 +7,7 @@
%define moz_objdir objdir-tb
%global thunver 3.0
-%global CVS 20091121
+#global CVS 20091121
# The tarball is pretty inconsistent with directory structure.
# Sometimes there is a top level directory. That goes here.
@@ -22,7 +22,7 @@
Summary: Authentication and encryption extension for Mozilla Thunderbird
Name: thunderbird-enigmail
-Version: 1.0
+Version: 1.0.0
%if 0%{?CVS}
Release: 0.1.cvs%{CVS}%{?dist}.1
%else
@@ -44,7 +44,7 @@
# tar czf /home/rpmbuild/SOURCES/enigmail-20091121.tgz --exclude CVS -C enigmail/src .
Source100: enigmail-%{CVS}.tgz
%else
-Source100: http://www.mozilla-enigmail.org/downloads/src/enigmail-%{version}.tar.gz
+Source100: http://www.mozilla-enigmail.org/download/source/enigmail-%{version}.tar.gz
%endif
# http://www.mozdev.org/pipermail/enigmail/2009-April/011018.html
@@ -225,7 +225,7 @@
%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}
-%{__unzip} -q %{moz_objdir}/mozilla/dist/bin/enigmail-%{version}-linux-*.xpi -d $RPM_BUILD_ROOT%{_libdir}/%{name}
+%{__unzip} -q %{moz_objdir}/mozilla/dist/bin/enigmail-*-linux-*.xpi -d $RPM_BUILD_ROOT%{_libdir}/%{name}
%{__install} -p -m 755 %{SOURCE102} $RPM_BUILD_ROOT%{_libdir}/%{name}/mozilla-extension-update.sh
@@ -273,6 +273,9 @@
#===============================================================================
%changelog
+* Mon Nov 30 2009 Remi Collet <rpms(a)famillecollet.com> 1.0.0-1
+- Enigmail 1.0 (against thunderbird 3.0rc1)
+
* Sat Nov 21 2009 Remi Collet <rpms(a)famillecollet.com> 1.0-0.1.cvs20091121.1
- fix F11 dependencies (no need of sqlite)
14 years, 11 months
rpms/thunderbird-enigmail/F-12 sources, 1.4, 1.5 thunderbird-enigmail.spec, 1.3, 1.4
by Remi Collet
Author: remi
Update of /cvs/free/rpms/thunderbird-enigmail/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13947
Modified Files:
sources thunderbird-enigmail.spec
Log Message:
update to 1.0.0 official release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/F-12/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 25 Nov 2009 18:10:35 -0000 1.4
+++ sources 30 Nov 2009 17:33:10 -0000 1.5
@@ -1,2 +1,2 @@
f9da82698c8171a4cf68bdd234065844 thunderbird-3.0rc1.source.tar.bz2
-4eb9598d9a0e7a8266528ac010eb83d0 enigmail-20091121.tgz
+e3a6d379f1a72ac023751bdde2de750a enigmail-1.0.0.tar.gz
Index: thunderbird-enigmail.spec
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/F-12/thunderbird-enigmail.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thunderbird-enigmail.spec 25 Nov 2009 18:10:35 -0000 1.3
+++ thunderbird-enigmail.spec 30 Nov 2009 17:33:10 -0000 1.4
@@ -8,7 +8,7 @@
%define moz_objdir objdir-tb
%global thunver 3.0
-%global CVS 20091121
+#global CVS 20091121
# The tarball is pretty inconsistent with directory structure.
# Sometimes there is a top level directory. That goes here.
@@ -23,7 +23,7 @@
Summary: Authentication and encryption extension for Mozilla Thunderbird
Name: thunderbird-enigmail
-Version: 1.0
+Version: 1.0.0
%if 0%{?CVS}
Release: 0.1.cvs%{CVS}%{?dist}
%else
@@ -45,7 +45,7 @@
# tar czf /home/rpmbuild/SOURCES/enigmail-20091121.tgz --exclude CVS -C enigmail/src .
Source100: enigmail-%{CVS}.tgz
%else
-Source100: http://www.mozilla-enigmail.org/downloads/src/enigmail-%{version}.tar.gz
+Source100: http://www.mozilla-enigmail.org/download/source/enigmail-%{version}.tar.gz
%endif
# http://www.mozdev.org/pipermail/enigmail/2009-April/011018.html
@@ -227,7 +227,7 @@
%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}
-%{__unzip} -q %{moz_objdir}/mozilla/dist/bin/enigmail-%{version}-linux-*.xpi -d $RPM_BUILD_ROOT%{_libdir}/%{name}
+%{__unzip} -q %{moz_objdir}/mozilla/dist/bin/enigmail-*-linux-*.xpi -d $RPM_BUILD_ROOT%{_libdir}/%{name}
%{__install} -p -m 755 %{SOURCE102} $RPM_BUILD_ROOT%{_libdir}/%{name}/mozilla-extension-update.sh
@@ -275,6 +275,9 @@
#===============================================================================
%changelog
+* Mon Nov 30 2009 Remi Collet <rpms(a)famillecollet.com> 1.0.0-1
+- Enigmail 1.0 (against thunderbird 3.0rc1)
+
* Sat Nov 21 2009 Remi Collet <rpms(a)famillecollet.com> 1.0-0.1.cvs20091121
- new CVS snapshot (against thunderbird 3.0rc1)
14 years, 11 months
rpms/thunderbird-enigmail/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 thunderbird-enigmail.spec, 1.3, 1.4
by Remi Collet
Author: remi
Update of /cvs/free/rpms/thunderbird-enigmail/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11784
Modified Files:
.cvsignore sources thunderbird-enigmail.spec
Log Message:
update to 1.0.0 official release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 21 Nov 2009 12:38:17 -0000 1.4
+++ .cvsignore 30 Nov 2009 17:09:06 -0000 1.5
@@ -1,2 +1,2 @@
thunderbird-3.0rc1.source.tar.bz2
-enigmail-20091121.tgz
+enigmail-1.0.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 21 Nov 2009 12:38:17 -0000 1.4
+++ sources 30 Nov 2009 17:09:06 -0000 1.5
@@ -1,2 +1,2 @@
f9da82698c8171a4cf68bdd234065844 thunderbird-3.0rc1.source.tar.bz2
-4eb9598d9a0e7a8266528ac010eb83d0 enigmail-20091121.tgz
+e3a6d379f1a72ac023751bdde2de750a enigmail-1.0.0.tar.gz
Index: thunderbird-enigmail.spec
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/devel/thunderbird-enigmail.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thunderbird-enigmail.spec 21 Nov 2009 12:38:17 -0000 1.3
+++ thunderbird-enigmail.spec 30 Nov 2009 17:09:06 -0000 1.4
@@ -8,7 +8,7 @@
%define moz_objdir objdir-tb
%global thunver 3.0
-%global CVS 20091121
+#global CVS 20091121
# The tarball is pretty inconsistent with directory structure.
# Sometimes there is a top level directory. That goes here.
@@ -23,7 +23,7 @@
Summary: Authentication and encryption extension for Mozilla Thunderbird
Name: thunderbird-enigmail
-Version: 1.0
+Version: 1.0.0
%if 0%{?CVS}
Release: 0.1.cvs%{CVS}%{?dist}
%else
@@ -45,7 +45,7 @@
# tar czf /home/rpmbuild/SOURCES/enigmail-20091121.tgz --exclude CVS -C enigmail/src .
Source100: enigmail-%{CVS}.tgz
%else
-Source100: http://www.mozilla-enigmail.org/downloads/src/enigmail-%{version}.tar.gz
+Source100: http://www.mozilla-enigmail.org/download/source/enigmail-%{version}.tar.gz
%endif
# http://www.mozdev.org/pipermail/enigmail/2009-April/011018.html
@@ -227,7 +227,7 @@
%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}
-%{__unzip} -q %{moz_objdir}/mozilla/dist/bin/enigmail-%{version}-linux-*.xpi -d $RPM_BUILD_ROOT%{_libdir}/%{name}
+%{__unzip} -q %{moz_objdir}/mozilla/dist/bin/enigmail-*-linux-*.xpi -d $RPM_BUILD_ROOT%{_libdir}/%{name}
%{__install} -p -m 755 %{SOURCE102} $RPM_BUILD_ROOT%{_libdir}/%{name}/mozilla-extension-update.sh
@@ -275,6 +275,9 @@
#===============================================================================
%changelog
+* Mon Nov 30 2009 Remi Collet <rpms(a)famillecollet.com> 1.0.0-1
+- Enigmail 1.0 (against thunderbird 3.0rc1)
+
* Sat Nov 21 2009 Remi Collet <rpms(a)famillecollet.com> 1.0-0.1.cvs20091121
- new CVS snapshot (against thunderbird 3.0rc1)
14 years, 11 months
rpms/devede/F-12 .cvsignore, 1.7, 1.8 devede.spec, 1.12, 1.13 sources, 1.7, 1.8 devede-3.12c-greek.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/devede/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29821
Modified Files:
.cvsignore devede.spec sources
Removed Files:
devede-3.12c-greek.patch
Log Message:
* Sun Nov 29 2009 Andrea Musuruane <musuruan(a)gmail.com> 3.15.0-1
- Updated to version 3.15
- Now it requires gtk >= 2.16
- Updated icon cache scriptlets
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/devede/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 29 Jan 2009 18:02:25 -0000 1.7
+++ .cvsignore 29 Nov 2009 20:36:50 -0000 1.8
@@ -1 +1 @@
-devede-3.12c.tar.bz2
+devede-3.15.0.tar.bz2
Index: devede.spec
===================================================================
RCS file: /cvs/free/rpms/devede/F-12/devede.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- devede.spec 31 Oct 2009 15:59:14 -0000 1.12
+++ devede.spec 29 Nov 2009 20:36:51 -0000 1.13
@@ -1,14 +1,12 @@
Name: devede
-Version: 3.12c
-Release: 4%{?dist}
+Version: 3.15.0
+Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
Group: Applications/Multimedia
License: GPLv3+
URL: http://www.rastersoft.com/programas/devede.html
Source0: http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
-# Mailed upstream on Apr 05 2009
-Patch0: %{name}-3.12c-greek.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -23,13 +21,9 @@
Requires: mkisofs
Requires: ImageMagick
Requires: python >= 2.4
-Requires: pygtk2
+Requires: pygtk2 >= 2.16
Requires: pygtk2-libglade
-%if 0%{?fedora} >= 11
Requires: dejavu-sans-fonts
-%else
-Requires: dejavu-fonts
-%endif
%description
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD),
@@ -43,15 +37,12 @@
%prep
%setup -q -n %{name}-%{version}
-# Fix Greek translation
-%patch0 -p1
-pushd po
-./update_mo_files
-popd
-
# Fix devede module directory
sed -i 's!/usr/lib/!%{_datadir}/!' devede.py
+# Remove backup files
+find . -name *\~ -exec rm {} \;
+
%build
@@ -89,19 +80,20 @@
%post
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/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 -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
@@ -112,6 +104,11 @@
%changelog
+* Sun Nov 29 2009 Andrea Musuruane <musuruan(a)gmail.com> 3.15.0-1
+- Updated to version 3.15
+- Now it requires gtk >= 2.16
+- Updated icon cache scriptlets
+
* Sat Oct 31 2009 Andrea Musuruane <musuruan(a)gmail.com> 3.12c-4
- Fixed font Requires on Fedora 11 and higher (BZ #891)
- Fixed Summary
Index: sources
===================================================================
RCS file: /cvs/free/rpms/devede/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 29 Jan 2009 18:02:25 -0000 1.7
+++ sources 29 Nov 2009 20:36:51 -0000 1.8
@@ -1 +1 @@
-567347acbfa7d425a11836bfd5eeb7f9 devede-3.12c.tar.bz2
+802aa775696848fccfdfacb2c327d77d devede-3.15.0.tar.bz2
--- devede-3.12c-greek.patch DELETED ---
14 years, 12 months
rpms/devede/devel .cvsignore, 1.7, 1.8 devede.spec, 1.12, 1.13 sources, 1.7, 1.8 devede-3.12c-greek.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/devede/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29690
Modified Files:
.cvsignore devede.spec sources
Removed Files:
devede-3.12c-greek.patch
Log Message:
* Sun Nov 29 2009 Andrea Musuruane <musuruan(a)gmail.com> 3.15.0-1
- Updated to version 3.15
- Now it requires gtk >= 2.16
- Updated icon cache scriptlets
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/devede/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 29 Jan 2009 18:02:25 -0000 1.7
+++ .cvsignore 29 Nov 2009 20:35:51 -0000 1.8
@@ -1 +1 @@
-devede-3.12c.tar.bz2
+devede-3.15.0.tar.bz2
Index: devede.spec
===================================================================
RCS file: /cvs/free/rpms/devede/devel/devede.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- devede.spec 31 Oct 2009 15:59:14 -0000 1.12
+++ devede.spec 29 Nov 2009 20:35:51 -0000 1.13
@@ -1,14 +1,12 @@
Name: devede
-Version: 3.12c
-Release: 4%{?dist}
+Version: 3.15.0
+Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
Group: Applications/Multimedia
License: GPLv3+
URL: http://www.rastersoft.com/programas/devede.html
Source0: http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
-# Mailed upstream on Apr 05 2009
-Patch0: %{name}-3.12c-greek.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -23,13 +21,9 @@
Requires: mkisofs
Requires: ImageMagick
Requires: python >= 2.4
-Requires: pygtk2
+Requires: pygtk2 >= 2.16
Requires: pygtk2-libglade
-%if 0%{?fedora} >= 11
Requires: dejavu-sans-fonts
-%else
-Requires: dejavu-fonts
-%endif
%description
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD),
@@ -43,15 +37,12 @@
%prep
%setup -q -n %{name}-%{version}
-# Fix Greek translation
-%patch0 -p1
-pushd po
-./update_mo_files
-popd
-
# Fix devede module directory
sed -i 's!/usr/lib/!%{_datadir}/!' devede.py
+# Remove backup files
+find . -name *\~ -exec rm {} \;
+
%build
@@ -89,19 +80,20 @@
%post
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/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 -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
@@ -112,6 +104,11 @@
%changelog
+* Sun Nov 29 2009 Andrea Musuruane <musuruan(a)gmail.com> 3.15.0-1
+- Updated to version 3.15
+- Now it requires gtk >= 2.16
+- Updated icon cache scriptlets
+
* Sat Oct 31 2009 Andrea Musuruane <musuruan(a)gmail.com> 3.12c-4
- Fixed font Requires on Fedora 11 and higher (BZ #891)
- Fixed Summary
Index: sources
===================================================================
RCS file: /cvs/free/rpms/devede/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 29 Jan 2009 18:02:25 -0000 1.7
+++ sources 29 Nov 2009 20:35:51 -0000 1.8
@@ -1 +1 @@
-567347acbfa7d425a11836bfd5eeb7f9 devede-3.12c.tar.bz2
+802aa775696848fccfdfacb2c327d77d devede-3.15.0.tar.bz2
--- devede-3.12c-greek.patch DELETED ---
14 years, 12 months