[fuse-exfat/el6] Create sbindir in buildroot.
by Vasiliy Glazov
commit faeb7c3f4b1ffd8551dd98d23d77d909037f98ed
Author: Vascom <vascom2(a)gmail.com>
Date: Thu Oct 12 12:04:05 2017 +0300
Create sbindir in buildroot.
fuse-exfat.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fuse-exfat.spec b/fuse-exfat.spec
index df89002..57493dc 100644
--- a/fuse-exfat.spec
+++ b/fuse-exfat.spec
@@ -24,8 +24,8 @@ for SDXC memory cards.
%install
%make_install
ln -s %{_mandir}/man8/mount.exfat-fuse.8.gz %{buildroot}%{_mandir}/man8/mount.exfat.8.gz
-mkdir %{buildroot}%{_bindir}
-ln -s %{_sbindir}/mount.exfat-fuse %{buildroot}%{_bindir}/mount.exfat
+mkdir %{buildroot}/sbin
+ln -s %{_sbindir}/mount.exfat-fuse %{buildroot}/sbin/mount.exfat
%files
%doc ChangeLog
7 years, 1 month
[fuse-exfat/el6] Create bindir in buildroot.
by Vasiliy Glazov
commit 2bb7109fe86195d61f6d9f88a4bec222bfec288d
Author: Vascom <vascom2(a)gmail.com>
Date: Thu Oct 12 11:54:13 2017 +0300
Create bindir in buildroot.
fuse-exfat.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/fuse-exfat.spec b/fuse-exfat.spec
index 97f200c..df89002 100644
--- a/fuse-exfat.spec
+++ b/fuse-exfat.spec
@@ -24,6 +24,7 @@ for SDXC memory cards.
%install
%make_install
ln -s %{_mandir}/man8/mount.exfat-fuse.8.gz %{buildroot}%{_mandir}/man8/mount.exfat.8.gz
+mkdir %{buildroot}%{_bindir}
ln -s %{_sbindir}/mount.exfat-fuse %{buildroot}%{_bindir}/mount.exfat
%files
7 years, 1 month
[fuse-exfat/el6] Correct typo.
by Vasiliy Glazov
commit c550a49b1740343db83d26c2c11b127d49de1c0e
Author: Vascom <vascom2(a)gmail.com>
Date: Thu Oct 12 11:50:39 2017 +0300
Correct typo.
fuse-exfat.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/fuse-exfat.spec b/fuse-exfat.spec
index 9bb9cc6..97f200c 100644
--- a/fuse-exfat.spec
+++ b/fuse-exfat.spec
@@ -24,7 +24,7 @@ for SDXC memory cards.
%install
%make_install
ln -s %{_mandir}/man8/mount.exfat-fuse.8.gz %{buildroot}%{_mandir}/man8/mount.exfat.8.gz
-ln -s %{sbindir}/mount.exfat-fuse %{buildroot}%{_bindir}/mount.exfat
+ln -s %{_sbindir}/mount.exfat-fuse %{buildroot}%{_bindir}/mount.exfat
%files
%doc ChangeLog
7 years, 1 month
[fuse-exfat/el6] Correct bindir linking.
by Vasiliy Glazov
commit 0a36f5a256e18db5328bf14d0bb322455292347a
Author: Vascom <vascom2(a)gmail.com>
Date: Thu Oct 12 10:57:24 2017 +0300
Correct bindir linking.
fuse-exfat.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/fuse-exfat.spec b/fuse-exfat.spec
index 893b720..9bb9cc6 100644
--- a/fuse-exfat.spec
+++ b/fuse-exfat.spec
@@ -1,7 +1,7 @@
Name: fuse-exfat
Summary: Free exFAT file system implementation
Version: 1.2.7
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Base
Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{ve...
@@ -24,15 +24,20 @@ for SDXC memory cards.
%install
%make_install
ln -s %{_mandir}/man8/mount.exfat-fuse.8.gz %{buildroot}%{_mandir}/man8/mount.exfat.8.gz
+ln -s %{sbindir}/mount.exfat-fuse %{buildroot}%{_bindir}/mount.exfat
%files
%doc ChangeLog
%license COPYING
+%{_bindir}/mount.exfat
%{_sbindir}/mount.exfat-fuse
%{_sbindir}/mount.exfat
%{_mandir}/man8/*
%changelog
+* Thu Oct 12 2017 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.2.7-2
+- Correct bindir linking
+
* Wed Jun 21 2017 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.2.7-1
- Update to 1.2.7
7 years, 1 month
[k3b-extras-freeworld] Update to 17.08.1
by Leigh Scott
commit fc32fe1013084990600a884305ae0b91ad40eac5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Oct 11 18:35:51 2017 +0100
Update to 17.08.1
.gitignore | 1 +
k3b-extras-freeworld.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bc7b66..2a95697 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ k3b-2.0.2.tar.bz2
k3b-2.0.3.tar.xz
/k3b-17.04.1.tar.xz
/k3b-17.04.2.tar.xz
+/k3b-17.08.1.tar.xz
diff --git a/k3b-extras-freeworld.spec b/k3b-extras-freeworld.spec
index 6af24b8..4a78fdc 100644
--- a/k3b-extras-freeworld.spec
+++ b/k3b-extras-freeworld.spec
@@ -1,8 +1,8 @@
Name: k3b-extras-freeworld
Summary: Provides ffmpeg decoder plugin for the k3b CD/DVD burning application
Epoch: 1
-Version: 17.04.2
-Release: 2%{?dist}
+Version: 17.08.1
+Release: 1%{?dist}
License: GPLv2+
URL: http://www.k3b.org/
@@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}/plugins/decoder/ff
%changelog
+* Wed Oct 11 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:17.08.1-1
+- Update to 17.08.1
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1:17.04.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 5f56167..c14aa95 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6d34cdd3dc6a358c3870f8986f39841 k3b-17.04.2.tar.xz
+01eb683c7ce1b03ea7a4f1e30716c638 k3b-17.08.1.tar.xz
7 years, 1 month
[kaffeine] update to 2.0.13 release
by Leigh Scott
commit 3a56c24d5c883f3b4f084d5082b35c14c25169e1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Oct 11 08:33:40 2017 +0100
update to 2.0.13 release
kaffeine.spec | 9 ++++++---
sources | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index 4206db1..924e9d6 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -1,11 +1,11 @@
Name: kaffeine
-Version: 2.0.12
+Version: 2.0.13
Release: 1%{?dist}
License: GPLv2+
Summary: KDE media player
URL: http://kaffeine.kde.org/
-Source0: https://download.kde.org/%{stable}/%{name}/%{version}/src/%{name}-%{versi...
+Source0: https://download.kde.org/%{stable}/%{name}/%{name}-%{version}.tar.xz
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
@@ -84,7 +84,6 @@ fi
%doc README.md
%license COPYING COPYING-DOCS
%{_kf5_bindir}/kaffeine
-%{_kf5_bindir}/dtvdaemon
%{_kf5_datadir}/kaffeine/
%{_kf5_datadir}/solid/actions/*.desktop
%{_kf5_datadir}/applications/org.kde.kaffeine.desktop
@@ -92,8 +91,12 @@ fi
%{_kf5_datadir}/appdata/org.kde.kaffeine.appdata.xml
%{_kf5_datadir}/profiles/kaffeine.profile.xml
%{_kf5_docdir}/HTML/*/kaffeine/
+%{_kf5_mandir}/man1/kaffeine.1.*
%changelog
+* Wed Oct 11 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.13-1
+- update to 2.0.13 release
+
* Thu Aug 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.12-1
- update to 2.0.12 release
diff --git a/sources b/sources
index fd5063a..223c8b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c1017a4ff7534ae071c153e269042d0 kaffeine-2.0.12.tar.xz
+6b73f8b6b44ff5e57c02f0681dd1064f kaffeine-2.0.13.tar.xz
7 years, 1 month