Browse Source

grsync-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5447 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 12 years ago
parent
commit
842df567db
1 changed files with 11 additions and 2 deletions
  1. 11 2
      g/grsync/grsync-vl.spec

+ 11 - 2
g/grsync/grsync-vl.spec

@@ -1,5 +1,5 @@
 Name:           grsync
-Version:        1.2.0
+Version:        1.2.1
 Release:        1%{?_dist_release}
 Summary:        A Gtk+ GUI for rsync
 Summary(ja):    rsync の Gtk+ GUI
@@ -8,6 +8,8 @@ Group:          Applications/Internet
 License:        GPLv2
 URL:            http://www.opbyte.it/grsync/
 Source0:        http://www.opbyte.it/release/%{name}-%{version}.tar.gz
+Patch0:         grsync-1.0.0-dsofix.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  gtk2-devel >= 2.16.0
@@ -39,12 +41,14 @@ grsync を使います。
 
 %prep
 %setup -q
+%patch0 -p1
 
 # some minor corrections for rpmlint
 %{__sed} -i 's/\r//' README AUTHORS NEWS
 
 %build
-%configure
+%configure --disable-unity
+
 make %{?_smp_mflags}
 %{__sed} -i 's/Icon=grsync.png/Icon=grsync/g' %{name}.desktop
 
@@ -77,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 16 2012 Toshihahru Kudoh <toshi.kd2@gmail.com> - 1.2.1-1
+- new upstream release
+- added patch0 from Fedora development to fix dso linking
+- added configure option --disable-unity
+
 * Sun Jul 31 2011 Toshihahru Kudoh <toshi.kd2@gmail.com> - 1.2.0-1
 - new upstream release
 - fixed desktop file error