[miro] dead upstream, depends on gstreamer 0.10
by Leigh Scott
commit 8f0e1b6e8be2257c8d85e4fc49aca411bcc98160
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Aug 21 07:25:14 2016 +0100
dead upstream, depends on gstreamer 0.10
.gitignore | 1 -
dead.package | 1 +
miro-4.0.2-fix_desktop_file.patch | 26 --
miro-4.0.2-fix_itunes_path.patch | 24 --
miro-4.0.2.1-fix_screensaver_inhibit.patch | 46 ---
miro-5.0.2-fix_ffmpeg.patch | 79 -----
miro-5.0.2-no_bundled.patch | 11 -
miro.spec | 511 -----------------------------
sources | 1 -
9 files changed, 1 insertion(+), 699 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..7465029
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+dead upstream, depends on gstreamer 0.10
8 years, 3 months
[rfpkg-minimal] Update to 0.2.1, fixing a bug with older sources files using MD5.
by Ben Rosser
commit 9d67c8a9cdb4e281d04016db177f3f8398a4278f
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Sat Aug 20 20:59:26 2016 -0400
Update to 0.2.1, fixing a bug with older sources files using MD5.
.gitignore | 1 +
rfpkg-minimal.spec | 7 ++++++-
sources | 1 +
3 files changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index f615365..c250713 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/rfpkg-minimal-0.1.1.tar.gz
/rfpkg-minimal-0.2.0.tar.gz
+/rfpkg-minimal-0.2.1.tar.gz
diff --git a/rfpkg-minimal.spec b/rfpkg-minimal.spec
index 034e727..6753291 100644
--- a/rfpkg-minimal.spec
+++ b/rfpkg-minimal.spec
@@ -1,5 +1,5 @@
Name: rfpkg-minimal
-Version: 0.2.0
+Version: 0.2.1
Release: 1%{?dist}
Summary: Fork of fedpkg-minimal for RPM Fusion
@@ -37,6 +37,11 @@ install -pm 755 bin/rfpkg-minimal %{buildroot}%{_bindir}/rfpkg-minimal
%license LICENSE
%changelog
+* Sat Aug 20 2016 Ben Rosser <rosser.bjr(a)gmail.com> 0.2.1-1
+- Update to 0.2.1.
+- If downloading MD5-summed file fails, we fall back to using the old style URLs.
+- This should fix builds of packages with older sources files.
+
* Sun Aug 7 2016 Ben Rosser <rosser.bjr(a)gmail.com> 0.2.0-1
- Update to 0.2.0, with support for non-MD5 hashes
- Change upstream URL to point at rpmfusion-infra repo
diff --git a/sources b/sources
index 528ad85..0df006e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
78fa0d98fb6675fae650191c896713b6 rfpkg-minimal-0.2.0.tar.gz
+769db8243b62f3024c5e31fbadeac47c rfpkg-minimal-0.2.1.tar.gz
8 years, 3 months
[z-push] Only need z-push-zarafa for Zarafa, which is no longer in Fedora, rfbz #3892
by Sérgio M. Basto
commit 7b49d0c89f5226764383fd70f42b959a141fdff1
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 20 11:37:38 2016 +0100
Only need z-push-zarafa for Zarafa, which is no longer in Fedora, rfbz #3892
z-push.spec | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/z-push.spec b/z-push.spec
index 9ec2aa1..39ffdbb 100644
--- a/z-push.spec
+++ b/z-push.spec
@@ -1,7 +1,7 @@
Summary: ActiveSync over-the-air implementation for mobile syncing
Name: z-push
Version: 2.2.8
-Release: 1%{?dist}
+Release: 2%{?dist}
License: AGPLv3 with exceptions
Group: Applications/Productivity
URL: https://z-push.org/
@@ -100,6 +100,7 @@ The z-push-vcarddir package contains the vCard directory backend data
provider for Z-Push. If you want Z-Push to access a vCard directory,
you will need to install this package.
+%if 0%{?rhel}
%package zarafa
Summary: Zarafa data backend provider for Z-Push
Group: Applications/Productivity
@@ -112,6 +113,7 @@ The z-push-zarafa package contains the Zarafa Collaboration Plattform
data backend provider for Z-Push. If you want Z-Push to access a MAPI-
based service or the Zarafa Collaboration Plattform, you will need to
install this package.
+%endif
%prep
%setup -q -n %{name}-%{version}
@@ -132,11 +134,17 @@ cp -af * $RPM_BUILD_ROOT%{_datadir}/%{name}/
mv -f $RPM_BUILD_ROOT%{_datadir}/%{name}/config.php $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/config.php
ln -sf ../../..%{_sysconfdir}/%{name}/config.php $RPM_BUILD_ROOT%{_datadir}/%{name}/config.php
-for backend in combined imap maildir searchldap vcarddir zarafa; do
+%if 0%{?rhel}
+variants="zarafa"
+%endif
+
+for backend in combined imap maildir searchldap vcarddir $variants; do
mv -f $RPM_BUILD_ROOT%{_datadir}/%{name}/backend/${backend}/config.php $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/${backend}.php
ln -sf ../../../../..%{_sysconfdir}/%{name}/${backend}.php $RPM_BUILD_ROOT%{_datadir}/%{name}/backend/${backend}/config.php
done
+
+
mv -f $RPM_BUILD_ROOT%{_datadir}/%{name}/autodiscover/config.php $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/autodiscover.php
ln -sf ../../../..%{_sysconfdir}/%{name}/${backend}.php $RPM_BUILD_ROOT%{_datadir}/%{name}/autodiscover/config.php
@@ -219,12 +227,17 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/%{name}/vcarddir.php
%{_datadir}/%{name}/backend/vcarddir/
+%if 0%{?rhel}
%files zarafa
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/%{name}/zarafa.php
%{_datadir}/%{name}/backend/zarafa/
+%endif
%changelog
+* Sat Aug 20 2016 Sérgio Basto <sergio(a)serjux.com> - 2.2.8-2
+- Only need z-push-zarafa for Zarafa, which is no longer in Fedora, rfbz #3892
+
* Tue Feb 02 2016 Robert Scheck <robert(a)fedoraproject.org> 2.2.8-1
- Upgrade to 2.2.8
@@ -303,7 +316,7 @@ rm -rf $RPM_BUILD_ROOT
* Fri Feb 11 2011 Robert Scheck <robert(a)fedoraproject.org> 1.5.1-1
- Upgrade to 1.5.1
-* Mon Jan 26 2011 Robert Scheck <robert(a)fedoraproject.org> 1.5-1
+* Tue Jan 25 2011 Robert Scheck <robert(a)fedoraproject.org> 1.5-1
- Upgrade to 1.5
* Thu May 27 2010 Robert Scheck <robert(a)fedoraproject.org> 1.3-2
8 years, 3 months