I have made the following changes intended for : CE:Apps / synergy Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/7027 Thank You, Marko Saukko [This message was auto-generated] --- Request # 7027: Messages from BOSS: State: review at 2012-10-15T20:45:35 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:Mer:u8500 / synergy -> CE:Apps / synergy changes files: -------------- ++++++ new changes file: --- synergy.changes +++ synergy.changes @@ -0,0 +1,3 @@ +* Mon Oct 15 2012 Marko Saukko <[email protected]> - 1.4.10 +- Initial packaging. + new: ---- synergy-1.4.10-Source.tar.gz synergy.changes synergy.spec synergy.yaml spec files: ----------- ++++++ new spec file: --- synergy.spec +++ synergy.spec @@ -0,0 +1,67 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: synergy + +# >> macros +# << macros + +Summary: abc +Version: 1.4.10 +Release: 1 +Group: System/X11 +License: GPLv2 +URL: http://synergy-foss.org/ +Source0: synergy-1.4.10-Source.tar.gz +Source100: synergy.yaml +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xtst) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xinerama) +BuildRequires: cmake + +%description +%{summary}. + + + +%prep +%setup -q -n %{name}-%{version}-Source + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%configure --disable-static + +# >> build post +make %{?jobs:-j%jobs} +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +install -D -p -m 0755 bin/synergyc %{buildroot}%{_bindir}/synergyc +install -D -p -m 0755 bin/synergys %{buildroot}%{_bindir}/synergys +install -D -p -m 0644 doc/synergyc.man %{buildroot}%{_mandir}/man8/synergyc.8 +install -D -p -m 0644 doc/synergys.man %{buildroot}%{_mandir}/man8/synergys.8 +# << install pre + +# >> install post +# << install post + + +%files +%defattr(-,root,root,-) +%doc COPYING README doc/synergy.conf.example* +%{_bindir}/synergyc +%{_bindir}/synergys +%doc %{_mandir}/man8/synergyc.8* +%doc %{_mandir}/man8/synergys.8* +# >> files +# << files other changes: -------------- ++++++ synergy-1.4.10-Source.tar.gz (new) ++++++ synergy.yaml (new) --- synergy.yaml +++ synergy.yaml @@ -0,0 +1,25 @@ +Name: synergy +Summary: abc +Description: | + %{summary}. +Version: 1.4.10 +Release: 1 +Group: System/X11 +License: GPLv2 +URL: http://synergy-foss.org/ +Sources: + - synergy-1.4.10-Source.tar.gz +PkgBR: + - cmake +PkgConfigBR: + - x11 + - xtst + - xrandr + - xinerama +Builder: none +Files: +- "%doc COPYING README doc/synergy.conf.example*" +- "%{_bindir}/synergyc" +- "%{_bindir}/synergys" +- "%doc %{_mandir}/man8/synergyc.8*" +- "%doc %{_mandir}/man8/synergys.8*"
