[vokoscreen/f23] Harden build
by Leigh Scott
Summary of changes:
b6637dd... Harden build (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[vokoscreen/f24] Harden build
by Leigh Scott
Summary of changes:
b6637dd... Harden build (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[vokoscreen/f25] Harden build
by Leigh Scott
Summary of changes:
b6637dd... Harden build (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[vokoscreen] Harden build
by Leigh Scott
commit b6637ddeb2ee1e95b89299187c14ccd29bced346
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Aug 17 08:53:30 2016 +0100
Harden build
vokoscreen.spec | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/vokoscreen.spec b/vokoscreen.spec
index 066f8fc..1ff4cc1 100644
--- a/vokoscreen.spec
+++ b/vokoscreen.spec
@@ -1,16 +1,15 @@
Name: vokoscreen
Version: 2.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Screencast creator
License: GPLv2+ and BSD
Group: Applications/Multimedia
Url: https://github.com/vkohaupt/vokoscreen
-# Download: https://github.com/vkohaupt/vokoscreen/archive/%{version}.tar.gz
-Source: %{name}-%{version}.tar.gz
+Source: https://github.com/vkohaupt/vokoscreen/archive/%{version}.tar.gz#/%{name}...
# patch to link directly against the system libs
-Patch0: %{name}-main.patch
+Patch0: %{name}-main.patch
# patch to avoid error message for non existing *.qm files
-Patch1: %{name}-lrelease-qt4.patch
+Patch1: %{name}-lrelease-qt4.patch
BuildRequires: desktop-file-utils
BuildRequires: alsa-lib-devel
@@ -32,21 +31,16 @@ vokoscreen is an easy to use screencast creator to record educational
videos, live recordings of browser, installation, videoconferences, etc.
%prep
-%setup -q
-%patch0 -p0
-%patch1 -p0
+%autosetup -p0
# remove bundled libqxt + QtSingleApplication libraries
rm -f libqxtQt4/*.h
rm -f QtSingleApplicationQt4/qtsingleapplication.h
%build
-qmake-qt4 \
- QMAKE_STRIP="" \
- QMAKE_LRELEASE=%{_bindir}/lrelease-qt4 \
- QMAKE_CFLAGS+="%{optflags} -I%{_includedir}/QxtCore -I%{_includedir}/QxtGui -I%{_includedir}/QtSolutions -I%{_includedir}/QtNetwork" \
- QMAKE_CXXFLAGS+="%{optflags} -I%{_includedir}/QxtCore -I%{_includedir}/QxtGui -I%{_includedir}/QtSolutions -I%{_includedir}/QtNetwork" \
- QMAKE_LIBS+="%{optflags} -L%{_libdir} -lQxtCore -lQxtGui -lQtNetwork -lQtSolutions_SingleApplication-2.6"
+%{qmake_qt4} \
+ QMAKE_CXXFLAGS+=" -I%{_includedir}/QxtCore -I%{_includedir}/QxtGui -I%{_includedir}/QtSolutions -I%{_includedir}/QtNetwork" \
+ QMAKE_LIBS+=" -lQtSolutions_SingleApplication-2.6"
make %{?_smp_mflags} all
@@ -65,10 +59,15 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%doc AUTHORS COPYING CHANGE CREDITS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
-%{_mandir}/man1/%{name}.1.gz
%{_datadir}/pixmaps/%{name}.png
+%{_mandir}/man1/%{name}.1.*
%changelog
+* Wed Aug 17 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.0-3
+- Harden build
+- Use qmake macro for build
+- Fix source tag
+
* Tue Aug 16 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 2.4.0-2
- Added Requirment ffmpeg, lame, rfbz #4188
- Added %%{name}-lrelease-qt4.patch
8 years, 3 months
[unrar/f23] Update to 5.4.5
by Leigh Scott
Summary of changes:
27ec920... Update to 5.4.5 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[unrar/f24] Update to 5.4.5
by Leigh Scott
Summary of changes:
27ec920... Update to 5.4.5 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[unrar/f25] Update to 5.4.5
by Leigh Scott
Summary of changes:
27ec920... Update to 5.4.5 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[unrar] Update to 5.4.5
by Leigh Scott
commit 27ec920ff36bcb0a217f1405287afef9bc0bb816
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Aug 17 08:04:23 2016 +0100
Update to 5.4.5
.gitignore | 1 +
sources | 2 +-
unrar.spec | 34 ++++++++++++++++++----------------
3 files changed, 20 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a75679..fd973ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
unrarsrc-5.2.3.tar.gz
+/unrarsrc-5.4.5.tar.gz
diff --git a/sources b/sources
index 931713f..52d22d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb77bcbeac6953f563230634d74a87d7 unrarsrc-5.4.2.tar.gz
+588b3fadc04eea7372cbfe98e4709aee unrarsrc-5.4.5.tar.gz
diff --git a/unrar.spec b/unrar.spec
index c5aa120..790b017 100644
--- a/unrar.spec
+++ b/unrar.spec
@@ -1,5 +1,5 @@
Name: unrar
-Version: 5.4.2
+Version: 5.4.5
Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
@@ -8,7 +8,6 @@ URL: http://www.rarlab.com/rar_add.htm
Source0: ftp://ftp.rarlab.com/rar/unrarsrc-%{version}.tar.gz
# Man page from Debian
Source1: unrar-nonfree.1
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): chkconfig
Requires(preun): chkconfig
@@ -25,7 +24,7 @@ Summary: Decompress library for RAR v3 archives
Group: System Environment/Libraries
# Packages using libunrar must Requires this:
-#{?unrar_version:Requires: libunrar%{_isa} = %{unrar_version}}
+#{?unrar_version:Requires: libunrar%%{_isa} = %%{unrar_version}}
%description -n libunrar
The libunrar library allows programs linking against it to decompress
@@ -50,10 +49,12 @@ cp -p %SOURCE1 .
%build
make %{?_smp_mflags} -f makefile \
- CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" STRIP=: RANLIB=ranlib
+ CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" LDFLAGS="$RPM_LD_FLAGS -pthread" \
+ STRIP=: RANLIB=ranlib
make %{?_smp_mflags} -f makefile clean
make %{?_smp_mflags} -f makefile lib \
- CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" STRIP=: RANLIB=ranlib
+ CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" LDFLAGS="$RPM_LD_FLAGS -pthread" \
+ STRIP=: RANLIB=ranlib
%install
@@ -78,10 +79,6 @@ EOF
touch -r license.txt %{buildroot}%{_sysconfdir}/rpm/macros.unrar
-%clean
-rm -rf %{buildroot}
-
-
%post
%{_sbindir}/alternatives \
--install %{_bindir}/unrar unrar %{_bindir}/unrar-nonfree 50 \
@@ -101,25 +98,30 @@ fi
%files
-%defattr(-,root,root,-)
-%doc license.txt readme.txt
+%doc readme.txt
+%license license.txt
%ghost %{_bindir}/unrar
%{_bindir}/unrar-nonfree
%{_mandir}/man1/unrar-nonfree.1*
%files -n libunrar
-%defattr(-,root,root,-)
-%doc license.txt readme.txt
+%doc readme.txt
+%license license.txt
%{_libdir}/*.so
%files -n libunrar-devel
-%defattr(-,root,root,-)
-%doc license.txt readme.txt
+%doc readme.txt
+%license license.txt
%config %{_sysconfdir}/rpm/macros.unrar
%{_includedir}/*
%changelog
+* Wed Aug 17 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 5.4.5-1
+- Update to 5.4.5
+- Harden build
+- Spec file clean up
+
* Thu Jun 30 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 5.4.2-1
- Update to 5.4.2
@@ -152,7 +154,7 @@ fi
- Bump version (#2508)
- Fix unrar-4.2.3-fix-build.patch diff to have context
-* Thu May 28 2012 Marcos Mello <marcosfrm AT gmail DOT com> - 4.2.3-1
+* Mon May 28 2012 Marcos Mello <marcosfrm AT gmail DOT com> - 4.2.3-1
- New version
- Include all header files in the -devel package (#1988)
8 years, 3 months
[bsnes] bsnes has been renamed to higan years ago
by Julian Sikorski
commit 302c664ce0dc27f84e7dc3cf6bbb073b4fa9167b
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Wed Aug 17 07:51:06 2016 +0200
bsnes has been renamed to higan years ago
.gitignore | 1 -
README.bsnes | 8 --
bsnes-source-cleanup | 10 --
bsnes.spec | 400 ---------------------------------------------------
dead.package | 1 +
sources | 1 -
startscript | 41 ------
7 files changed, 1 insertion(+), 461 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..fde8fa9
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+bsnes has been renamed to higan years ago
8 years, 3 months