[netfabb-basic] Fixup rpm setup macro use -a instead -b
by Sérgio M. Basto
commit c10639168880a55a203af5a1f1142e62c6251678
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 18 21:49:44 2017 +0100
Fixup rpm setup macro use -a instead -b
netfabb-basic.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/netfabb-basic.spec b/netfabb-basic.spec
index 5e3bb77..1f2c581 100644
--- a/netfabb-basic.spec
+++ b/netfabb-basic.spec
@@ -1,7 +1,7 @@
Name: netfabb-basic
%global altname netfabb-free
Version: 7.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Freeware suite for STL editing
License: Redistributable
URL: http://www.netfabb.com/
@@ -32,11 +32,11 @@ additional modules.
%prep
%ifarch %{ix86}
-%setup -qTc -b0
+%setup -qTc -a0
%endif
%ifarch x86_64
-%setup -qTc -b1
+%setup -qTc -a1
%endif
# Fix a Czech translation bug
@@ -131,6 +131,9 @@ update-desktop-database &>/dev/null || :
%changelog
+* Mon Sep 18 2017 Sérgio Basto <sergio(a)serjux.com> - 7.2.0-3
+- Fixup rpm setup macro use -a instead -b
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 7.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 2 months
[kisslicer] Fixup rpm setup macro use -a instead -b
by Sérgio M. Basto
commit 5a638dccdf65e29d7e4f8a7d6a096ef2b6954004
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 18 21:32:31 2017 +0100
Fixup rpm setup macro use -a instead -b
kisslicer.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kisslicer.spec b/kisslicer.spec
index e3d629c..5233e63 100644
--- a/kisslicer.spec
+++ b/kisslicer.spec
@@ -4,7 +4,7 @@ Name: kisslicer
%global min 5
%global rev 0
Version: %{maj}.%{min}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Keep It Simple Slicer
URL: http://www.kisslicer.com/
@@ -38,12 +38,12 @@ machine.
# Unpack 64bit binary
%ifarch x86_64
-%setup -qTc -b0
+%setup -qTc -a0
%endif
# Unpack 32bit binary
%ifarch %{ix86}
-%setup -qTc -b1
+%setup -qTc -a1
%endif
# Conflicting file
@@ -149,6 +149,9 @@ update-desktop-database &>/dev/null || :
%changelog
+* Mon Sep 18 2017 Sérgio Basto <sergio(a)serjux.com> - 1.5-3
+- Fixup rpm setup macro use -a instead -b
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 2 months
[openni-nite] Fixup rpm setup macro use -a instead -b Package clean up Disable debuginfo due a build error with em
by Sérgio M. Basto
commit 11a3e324654fb1f81caeecae7ecbe94e21571670
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 18 21:25:40 2017 +0100
Fixup rpm setup macro use -a instead -b
Package clean up
Disable debuginfo due a build error with empty file debugsourcefiles.list
openni-nite.spec | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/openni-nite.spec b/openni-nite.spec
index 11f76f7..1a2e2c6 100644
--- a/openni-nite.spec
+++ b/openni-nite.spec
@@ -1,8 +1,13 @@
#define gitrev 894cea01
+# Disable debuginfo because
+# Empty %%files file /builddir/build/BUILD/NITE-1.4.1.2/debugsourcefiles.list
+%global debug_package %{nil}
+
+
Name: openni-nite
Version: 1.4.1.2
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: OpenNI-based toolbox for hand movement tracking
Group: System Environment/Libraries
License: Proprietary
@@ -10,7 +15,6 @@ URL: http://www.openni.org
Source0: http://www.openni.org/downloads/NITE-Bin-Linux64-v%{version}.tar.bz2
Source1: http://www.openni.org/downloads/NITE-Bin-Linux32-v%{version}.tar.bz2
Patch0: NITE-1.4.1.2-fedora.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: x86_64 i386 i686
Requires: openni >= 1.3.2.1
@@ -46,7 +50,7 @@ The %{name}-examples package contains sample programs for OpenNI Nite.
%else
%define srcnum 1
%endif
-%setup -q -c -n NITE-%{version} -T -b %{srcnum}
+%setup -q -c -n NITE-%{version} -T -a %{srcnum}
%patch0 -p1 -b .fedora
@@ -55,7 +59,6 @@ sed -i "s|^make$|make CFLAGS_EXT=\\\"%{optflags} -I$PWD/Include\\\" LDFLAGS_EXT=
%install
-rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_libdir}
mkdir -p $RPM_BUILD_ROOT%{_includedir}/nite
@@ -79,9 +82,6 @@ for s in Boxes CircleControl Players PointServer PointViewer SceneAnalysis Singl
install -m 0755 Samples/Bin/Release/Sample-$s $RPM_BUILD_ROOT%{_bindir}/Nite$s;
done
-%clean
-rm -rf $RPM_BUILD_ROOT
-
%post
/sbin/ldconfig
@@ -105,20 +105,22 @@ fi
%files
-%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/openni/*
%{_libdir}/*.so*
%files devel
-%defattr(-,root,root,-)
%doc Documentation/html
%{_includedir}/*
-%files examples
-%defattr(-,root,root,-)
+%files examples
%{_bindir}/*
%changelog
+* Mon Sep 18 2017 Sérgio Basto <sergio(a)serjux.com> - 1.4.1.2-8
+- Fixup rpm setup macro use -a instead -b
+- Package clean up
+- Disable debuginfo due a build error with empty file debugsourcefiles.list
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.4.1.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
@@ -134,7 +136,7 @@ fi
* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.4.1.2-3
- Rebuilt for c++ ABI breakage
-* Wed Feb 02 2012 Tim Niemueller <tim(a)niemueller.de> - 1.4.1.2-2
+* Wed Feb 08 2012 Tim Niemueller <tim(a)niemueller.de> - 1.4.1.2-2
- Apply minor updates from rpmfusion review
* Tue Aug 30 2011 Tim Niemueller <tim(a)niemueller.de> - 1.4.1.2-1
7 years, 2 months
[xpra-codecs-freeworld] Update to 2.1.2
by Antonio
commit f01cdd5eb17fcd14a04542e7dd6281f56ac6cebb
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Mon Sep 18 19:53:25 2017 +0200
Update to 2.1.2
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a1e72d..c8eef09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ xpra-0.16.3.tar.xz
/xpra-2.0.3.tar.xz
/xpra-2.1.tar.xz
/xpra-2.1.1.tar.xz
+/xpra-2.1.2.tar.xz
diff --git a/sources b/sources
index 09e2753..afcb6d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c2a659ed20434695466ce5fe6fd6855 xpra-2.1.1.tar.xz
+f480e1484b65693896d9a4486ce79968 xpra-2.1.2.tar.xz
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 41362f9..18a7446 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -18,7 +18,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 2.1.1
+Version: 2.1.2
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
@@ -106,6 +106,9 @@ find %{buildroot}%{python2_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Mon Sep 18 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.1.2-1
+- Update to 2.1.2
+
* Sat Aug 19 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.1.1-1
- Update to 2.1.1
7 years, 2 months
[vboxgtk] dead.package
by Sérgio M. Basto
commit 859429bd434fec9d0d4644d1db41db8a287bcd0e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 17 22:28:59 2017 +0100
dead.package
It is time to retire this package :
- Upstream is dead
- Broken API compatibility with current VirtualBox-OSE-3.1.x
.gitignore | 1 -
sources | 1 -
vboxgtk-vboxgtk.desktop.in.patch | 18 ----------
vboxgtk-vboxpath.patch | 30 -----------------
vboxgtk.spec | 71 ----------------------------------------
5 files changed, 121 deletions(-)
7 years, 2 months
[vboxgtk] Save the release 3 before retire it
by Sérgio M. Basto
commit f0332146152634902479d8a8ba07ae39d102b51c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 17 22:20:12 2017 +0100
Save the release 3 before retire it
It all source code that we can get from here.
vboxgtk.spec | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/vboxgtk.spec b/vboxgtk.spec
index e2cfb04..3911338 100644
--- a/vboxgtk.spec
+++ b/vboxgtk.spec
@@ -1,8 +1,9 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%global debug_package %{nil}
Name: vboxgtk
Version: 0.5.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A simple GTK frontend for VirtualBox
Group: Applications/Emulators
@@ -16,13 +17,14 @@ Patch1: vboxgtk-vboxpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{?fedora} > 11
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i686 x86_64
%else %if 0%{?fedora} > 10
-ExclusiveArch: i586 x86_64
+ExclusiveArch: i586 x86_64
%else
-ExclusiveArch: i386 x86_64
+ExclusiveArch: i386 x86_64
%endif
+BuildRequires: python-devel intltool gettext
Requires: python-VirtualBox-OSE
%description
@@ -38,7 +40,7 @@ A simple GTK frontend for VirtualBox.
%install
rm -rf $RPM_BUILD_ROOT
-./setup.py install --root $RPM_BUILD_ROOT
+python setup.py install --root $RPM_BUILD_ROOT --install-lib=%{python_sitelib}
%find_lang %{name}
%clean
@@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}
%changelog
+* Sat Aug 15 2009 Hicham HAOUARI <hicham.haouari(a)gmail.com> 0.5.0-3
+- Fixed BR after a failed build.
+
* Sun Aug 09 2009 Hicham HAOUARI <hicham.haouari(a)gmail.com> 0.5.0-2
- Spec cleanup (https://bugzilla.rpmfusion.org/show_bug.cgi?id=751#c2).
* Fri Aug 07 2009 Hicham HAOUARI <hicham.haouari(a)gmail.com> 0.5.0-1
7 years, 2 months
[vboxgtk] Clean up git mv F-11/* is the only copy on cvs
by Sérgio M. Basto
commit 6cbfe28a97caf0691faea3a1af3f21700be70f8a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 17 22:07:47 2017 +0100
Clean up git mv F-11/* is the only copy on cvs
no differences beetween branches and clean up old cvs files
F-11/.cvsignore => .gitignore | 0
F-11/Makefile | 21 ---------------------
F-12/.cvsignore | 1 -
F-12/Makefile | 21 ---------------------
F-12/dead.package | 3 ---
F-12/sources | 1 -
F-13/.cvsignore | 1 -
F-13/Makefile | 21 ---------------------
F-13/dead.package | 3 ---
F-13/sources | 1 -
F-15/.cvsignore | 1 -
F-15/Makefile | 21 ---------------------
F-15/dead.package | 3 ---
F-16/.cvsignore | 1 -
F-16/Makefile | 21 ---------------------
F-16/dead.package | 3 ---
F-17/.cvsignore | 1 -
F-17/Makefile | 21 ---------------------
F-17/dead.package | 3 ---
F-18/.cvsignore | 1 -
F-18/Makefile | 21 ---------------------
F-18/dead.package | 3 ---
F-19/.cvsignore | 1 -
F-19/Makefile | 21 ---------------------
F-19/dead.package | 3 ---
F-20/.cvsignore | 1 -
F-20/Makefile | 21 ---------------------
F-20/dead.package | 3 ---
Makefile | 15 ---------------
devel/.cvsignore | 1 -
devel/Makefile | 21 ---------------------
devel/dead.package | 3 ---
import.log | 0
pkg.acl | 0
F-11/sources => sources | 0
...top.in.patch => vboxgtk-vboxgtk.desktop.in.patch | 0
...vboxgtk-vboxpath.patch => vboxgtk-vboxpath.patch | 0
F-11/vboxgtk.spec => vboxgtk.spec | 15 +++++----------
38 files changed, 5 insertions(+), 273 deletions(-)
---
diff --git a/F-11/.cvsignore b/.gitignore
similarity index 100%
rename from F-11/.cvsignore
rename to .gitignore
diff --git a/F-11/sources b/sources
similarity index 100%
rename from F-11/sources
rename to sources
diff --git a/F-11/vboxgtk-vboxgtk.desktop.in.patch b/vboxgtk-vboxgtk.desktop.in.patch
similarity index 100%
rename from F-11/vboxgtk-vboxgtk.desktop.in.patch
rename to vboxgtk-vboxgtk.desktop.in.patch
diff --git a/F-11/vboxgtk-vboxpath.patch b/vboxgtk-vboxpath.patch
similarity index 100%
rename from F-11/vboxgtk-vboxpath.patch
rename to vboxgtk-vboxpath.patch
diff --git a/F-11/vboxgtk.spec b/vboxgtk.spec
similarity index 83%
rename from F-11/vboxgtk.spec
rename to vboxgtk.spec
index 3911338..e2cfb04 100644
--- a/F-11/vboxgtk.spec
+++ b/vboxgtk.spec
@@ -1,9 +1,8 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%global debug_package %{nil}
Name: vboxgtk
Version: 0.5.0
-Release: 3%{?dist}
+Release: 2%{?dist}
Summary: A simple GTK frontend for VirtualBox
Group: Applications/Emulators
@@ -17,14 +16,13 @@ Patch1: vboxgtk-vboxpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{?fedora} > 11
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i686 x86_64
%else %if 0%{?fedora} > 10
-ExclusiveArch: i586 x86_64
+ExclusiveArch: i586 x86_64
%else
-ExclusiveArch: i386 x86_64
+ExclusiveArch: i386 x86_64
%endif
-BuildRequires: python-devel intltool gettext
Requires: python-VirtualBox-OSE
%description
@@ -40,7 +38,7 @@ A simple GTK frontend for VirtualBox.
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install --root $RPM_BUILD_ROOT --install-lib=%{python_sitelib}
+./setup.py install --root $RPM_BUILD_ROOT
%find_lang %{name}
%clean
@@ -62,9 +60,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}
%changelog
-* Sat Aug 15 2009 Hicham HAOUARI <hicham.haouari(a)gmail.com> 0.5.0-3
-- Fixed BR after a failed build.
-
* Sun Aug 09 2009 Hicham HAOUARI <hicham.haouari(a)gmail.com> 0.5.0-2
- Spec cleanup (https://bugzilla.rpmfusion.org/show_bug.cgi?id=751#c2).
* Fri Aug 07 2009 Hicham HAOUARI <hicham.haouari(a)gmail.com> 0.5.0-1
7 years, 2 months
[lpf-spotify-client] Update check_new_version.py
by Sérgio M. Basto
commit b57ff5dfb8ccdfc35577c4b251ecd15990f64127
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 17 17:09:29 2017 +0100
Update check_new_version.py
check_new_version.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 2be018c..dddb3a3 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -7,18 +7,18 @@ import re
import os
import subprocess
-a = requests.get('http://repository.spotify.com/pool/non-free/s/spotify-client/')
-#print (a.text)
+html = requests.get('http://repository.spotify.com/pool/non-free/s/spotify-client/')
+#print (html.text)
str_mx = re.compile('href="(spotify-client.*?i386.deb)"')
str_mx2 = re.compile('href="(spotify-client.*?amd64.deb)"')
-res = str_mx.findall(a.text)
-res2 = str_mx2.findall(a.text)
+res = str_mx.findall(html.text)
+res2 = str_mx2.findall(html.text)
deb32 = res[-1]
deb64 = res2[-1]
print ("deb32 = %s" % deb32)
print ("deb64 = %s" % deb64)
-res2 = str_mx.findall(a.text)
+res2 = str_mx.findall(html.text)
regexp = re.compile('spotify-client_(\d{1,2}[.]\d{1,2}[.]\d{1,3}[.]\d{1,3})([.].*)')
(version32, minor32) = regexp.findall(deb32)[0]
@@ -60,9 +60,9 @@ if spec != spec3:
print('rfpkg clog && rfpkg commit -F clog && /bin/rm clog && git show')
print('rfpkg push && rfpkg build --nowait')
+ print('git checkout f27 && git merge master && git push && rfpkg build --nowait; git checkout master')
print('git checkout f26 && git merge master && git push && rfpkg build --nowait; git checkout master')
print('git checkout f25 && git merge master && git push && rfpkg build --nowait; git checkout master')
- print('git checkout f24 && git merge master && git push && rfpkg build --nowait; git checkout master')
else:
print("Already updated !")
7 years, 2 months