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