Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 624260 Details for
Bug 864650
new lsyncd version available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
spec file for lsyncd-2.0.7
lsyncd.spec (text/x-rpm-spec), 2.32 KB, created by
Troy C
on 2012-10-09 21:03:46 UTC
(
hide
)
Description:
spec file for lsyncd-2.0.7
Filename:
MIME Type:
Creator:
Troy C
Created:
2012-10-09 21:03:46 UTC
Size:
2.32 KB
patch
obsolete
>Name: lsyncd >Version: 2.0.7 >Release: 1%{?dist}.1 >Summary: File change monitoring and synchronization daemon > >Group: Applications/Internet >License: GPLv2+ >URL: http://code.google.com/p/lsyncd/ > >Source0: http://lsyncd.googlecode.com/files/%{name}-%{version}.tar.gz >Source1: %{name}.init >Source2: %{name}.sysconfig >Source3: %{name}.service > >BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) > >BuildRequires: lua-devel >= 5.1.3 >BuildRequires: prelink >BuildRequires: systemd-units > >Requires: /sbin/chkconfig >Requires: /sbin/service >Requires: lua >Requires: rsync > >%description >Lsyncd watches a local directory trees event monitor interface (inotify). >It aggregates and combines events for a few seconds and then spawns one >(or more) process(es) to synchronize the changes. By default this is >rsync. > >Lsyncd is thus a light-weight live mirror solution that is comparatively >easy to install not requiring new file systems or block devices and does >not hamper local file system performance. > > >%prep >%setup -q > > >%build >%configure >make %{?_smp_mflags} > ># http://code.google.com/p/lsyncd/issues/detail?id=55 >execstack -c lsyncd > > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT > >%{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name} >%{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name} >%{__install} -p -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service > > >%clean >rm -rf $RPM_BUILD_ROOT > >%post >if [ $1 -eq 1 ]; then > /sbin/chkconfig --add %{name} >fi > >%preun >if [ $1 -eq 0 ]; then > /sbin/service %{name} stop &>/dev/null || : > /sbin/chkconfig --del %{name} >fi > >%postun >if [ $1 -ge 1 ]; then > /sbin/service %{name} condrestart &>/dev/null || : >fi > >%files >%defattr(-,root,root,-) >%doc %{_mandir}/man1/lsyncd.1* >%doc COPYING ChangeLog examples >%{_bindir}/lsyncd >%{_initrddir}/%{name} >%config(noreplace) %{_sysconfdir}/sysconfig/%{name} >%{_unitdir}/%{name}.service >%exclude %{_docdir}/lsyncd > >%changelog >* Wed Oct 03 2012 Troxor Zero <troxor0@yahoo.com> - 2.0.7-1 >- Updated to release 2.0.7 >- Added an init script (thanks to Aleksandar Ivanisevic!) >- Added a systemd service file > >* Fri Apr 29 2011 Lubomir Rintel (GoodData) <lubo.rintel@gooddata.com> - 2.0.4-1 >- Initial packaging >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 864650
:
624260
|
624261
|
624263
|
624264
|
625341
|
625342
|
625343
|
649455
|
649456
|
650554
|
650584
|
654490