source: projects/specs/trunk/s/synergy/synergy-vl.spec @ 521

Revision 521, 2.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define name synergy
2%define version 1.3.1
3%define release 1%{?_dist_release}
4
5Summary: Mouse and keyboard sharing utility
6Summary(ja): マウス・キーボード共有ユーティリティ
7Name: %{name}
8Version: %{version}
9Release: %{release}
10Source0: http://prdownloads.sourceforge.net/%{name}2/%{name}-%{version}.tar.gz
11License: GPL
12Group: System Environment/Daemons
13URL: http://synergy2.sourceforge.net/
14
15#Requires:
16BuildRequires: XOrg-devel
17BuildRoot: %{_tmppath}/%{name}-%{version}-root
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22
23%description
24Synergy lets you easily share a single mouse and keyboard between
25multiple computers with different operating systems, each with its
26own display, without special hardware.  It's intended for users
27with multiple computers on their desk since each system uses its
28own display.
29
30%description -l ja
31Synergy lets you easily share a single mouse and keyboard between
32multiple computers with different operating systems, each with its
33own display, without special hardware.  It's intended for users
34with multiple computers on their desk since each system uses its
35own display.
36
37
38%prep
39
40%setup
41
42%build
43%configure
44%__make
45
46
47%install
48rm -rf $RPM_BUILD_ROOT
49%makeinstall
50%__mkdir_p $RPM_BUILD_ROOT/%{_sysconfdir}
51%__cp $RPM_BUILD_DIR/%{name}-%{version}/examples/synergy.conf $RPM_BUILD_ROOT/%{_sysconfdir}/
52
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57
58%files
59%defattr(-,root,root)
60%config %{_sysconfdir}/synergy.conf
61%{_bindir}/synergyc
62%{_bindir}/synergys
63%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
64%doc doc/PORTING doc/*.html doc/*.css doc/images/ examples/
65
66
67%changelog
68* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.3.1-1vl5
69- applied new versioning policy, spec in utf-8
70
71* Sun Sep  2 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.1-0vl3
72- rebuilt with new toolchain
73
74* Sun Sep  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.1-0vl2
75- rebuilt for Vine Linux 4.0
76- added Japanese summary
77
78* Sat Aug 26 2006 Atsushi SHICHI <ats777@gmail.com> 1.3.1-0vl1
79- new upstream release
80- modified spec file
81
82* Mon Feb 06 2006 Atsushi SHICHI <ats7@a.email.ne.jp> 1.2.7-0vl1
83- new upstream release
84- modified spec file
85
86* Thu Apr 10 2003 Kazuhisa TAKEI <takei@vinelinux.org> 1.0.6-1vl2
87- initial release
88
89
90# end of file
Note: See TracBrowser for help on using the repository browser.