[barry/f13/master] bump release to test fix for charge

Nathanael Noblet gnat at fedoraproject.org
Sat Sep 11 15:12:17 UTC 2010


commit 54646a6f1e5d4a3439071c5e189d1751d497c436
Author: Nathanael d. Noblet <nathanael at gnat.ca>
Date:   Sat Sep 11 09:11:49 2010 -0600

    bump release to test fix for charge

 barry.spec |   27 ++++++++-------------------
 1 files changed, 8 insertions(+), 19 deletions(-)
---
diff --git a/barry.spec b/barry.spec
index bf80ba4..66080ff 100644
--- a/barry.spec
+++ b/barry.spec
@@ -1,13 +1,6 @@
-# Fedora <= 8 & ==11 currently supports opensync 0.22
-%if 0%{?fc9}%{?fc10}
-     %define with_opensync 0
-%else
-     %define with_opensync 1
-%endif
-
 Name:           barry
 Version:        0.17
-Release:        0.1.20100329git%{?dist}
+Release:        0.3.20100730git%{?dist}
 Summary:        BlackBerry Desktop for Linux
 
 Group:          Applications/Productivity
@@ -20,7 +13,7 @@ URL:            http://www.netdirect.ca/downloads/barry
 # ./git-extract.sh 0 15 master
 # (cd build/barry* && ../../tar-prepare.sh)
 # (cd build && ../tar-create.sh 0 15)
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.3.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libusb-devel boost-devel desktop-file-utils gtkmm24-devel
@@ -56,15 +49,12 @@ This package contains the development library files for Barry, barry-libs.
 %package devel-docs
 Summary: BlackBerry Desktop for Linux - development libraries documentation
 Group: Development/Libraries
-%if 0%{?fedora} >= 10
 BuildArch: noarch
-%endif
 
 %description devel-docs
 This package contains the documentation for the development library files for
 Barry.
 
-%if %{with_opensync}
 %package opensync
 Summary: BlackBerry Desktop for Linux - opensync plugin
 Group: Applications/Productivity
@@ -73,7 +63,6 @@ Requires: libopensync = 1:0.22
 
 %description opensync
 This package contains the opensync plugin to synchronize your BlackBerry.
-%endif
 
 %prep
 %setup -q
@@ -97,14 +86,12 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 cd ../
 
 # opensync tree
-%if %{with_opensync}
 cd opensync-plugin/
 %{configure} PKG_CONFIG_PATH="..:$PKG_CONFIG_PATH" CXXFLAGS="-I../.." LDFLAGS="-L../../src"
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 %{__make} %{?_smp_mflags}
 cd ../
-%endif
 
 %install
 # main tree
@@ -139,11 +126,9 @@ install -p -m 0644 ../logo/barry_logo_icon.png %{buildroot}%{_datadir}/icons/hic
 cd ../
 
 # opensync tree
-%if %{with_opensync}
 cd opensync-plugin/
 %{__make} DESTDIR=%{buildroot} install
 cd ../
-%endif
 
 %{__rm} -rf %{buildroot}%{_libdir}/opensync/plugins/*.la
 %{__rm} -rf %{buildroot}%{_libdir}/*.la
@@ -182,13 +167,11 @@ cd ../
 %defattr(-,root,root)
 %doc COPYING doc/*
 
-%if %{with_opensync}
 %files opensync
 %defattr(-,root,root)
 %{_libdir}/opensync/plugins/*
 %{_datadir}/opensync/defaults/*
 %doc COPYING
-%endif
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -210,6 +193,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Thu Aug 05 2010 Nathanael Noblet <nathanael at gnat.ca> - 0.4.20100730git
+- Removed un-needed specfile conditionals
+
+* Thu Jul 29 2010 Nathanael Noblet <nathanael at gnat.ca> - 0.3.20100730git
+- Rebuilt against new boost
+
 * Mon Mar 29 2010 Nathanael Noblet <nathanael at gnat.ca> - 0.1.20100329git
 - Update version to include new udev rules fixing permission issue on f12
 - Fix icon and .desktop file installation


More information about the scm-commits mailing list