[corebird] Updated to version 0.9 of corebird

ryan lerch ryanlerch at fedoraproject.org
Thu Jan 29 18:53:39 UTC 2015


commit 79f9c787ab4e657eaa6951da3f7d08dd8123c862
Author: Ryan Lerch <rlerch at redhat.com>
Date:   Thu Jan 29 13:53:06 2015 -0500

    Updated to version 0.9 of corebird

 .gitignore    |    1 +
 corebird.spec |   19 ++++---------------
 sources       |    2 +-
 3 files changed, 6 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52e5809..74de551 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /corebird-0.6.1-201402101407-de305e8.tar.gz
 /corebird-0.7.tar.gz
 /corebird-0.8.tar.gz
+/corebird-0.9.tar.gz
diff --git a/corebird.spec b/corebird.spec
index 70ef695..2b40a1e 100644
--- a/corebird.spec
+++ b/corebird.spec
@@ -1,12 +1,10 @@
 Name:           corebird
-Version:        0.8
-Release:        4%{?dist}
+Version:        0.9
+Release:        0%{?dist}
 Summary:        Native GTK Twitter client
 License:        GPLv3+
 URL:            http://corebird.baedert.org/
 Source0:        https://github.com/baedert/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
-Patch0:         0001-Fix-the-build-with-Werror-format-security.patch
-Patch1:         0001-Update-org.baedert.corebird.appdata.xml.in.patch
 BuildRequires:        autoconf
 BuildRequires:        automake
 BuildRequires:        intltool
@@ -32,8 +30,6 @@ Native GTK Twitter client for the Linux desktop.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -43,15 +39,6 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=%{buildroot}
 
-# Move the man page to the correct directory
-mkdir -p %{buildroot}%{_mandir}/man1
-mv %{buildroot}%{_mandir}/%{name}.1* \
-   %{buildroot}%{_mandir}/man1/%{name}.1*
-
-# Correct the appdata file name
-mv %{buildroot}%{_datadir}/appdata/corebird.appdata.xml \
-   %{buildroot}%{_datadir}/appdata/org.baedert.corebird.appdata.xml
-
 %find_lang corebird
 
 desktop-file-validate %{buildroot}/%{_datadir}/applications/org.baedert.corebird.desktop
@@ -81,6 +68,8 @@ fi
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Thu Jan 29 2015 Ryan Lerch <ryanlerch at fedoraproject.org> - 0.9-0
+- Update to upstream version 0.9
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index da7551c..9f47286 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1abb31b9a8bdcfa15a86e0242d7902fb  corebird-0.8.tar.gz
+80772ef26a5440add8134c0c858bc336  corebird-0.9.tar.gz


More information about the scm-commits mailing list