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 298879 Details for
Bug 433778
Review Request: fsvs - full system versioning using subversion repositories
[?]
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.
modified spec with a couple of fixes
fsvs.spec (text/plain), 2.66 KB, created by
manuel wolfshant
on 2008-03-24 09:04:25 UTC
(
hide
)
Description:
modified spec with a couple of fixes
Filename:
MIME Type:
Creator:
manuel wolfshant
Created:
2008-03-24 09:04:25 UTC
Size:
2.66 KB
patch
obsolete
>Name: fsvs >Version: 1.1.12 >Release: 6%{?dist} >Summary: Fast System VerSioning versioning for file trees using subversion >Group: Development/Tools >License: GPLv3 >URL: http://fsvs.tigris.org/ >Source0: http://www.tigris.org/files/documents/3133/41224/fsvs-%{version}.tar.bz2 >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: apr-devel >BuildRequires: apr-util-devel >BuildRequires: pcre-devel >BuildRequires: subversion-devel >BuildRequires: gdbm-devel > >%description >FSVS is the abbreviation for âFast System VerSioningâ. > >It is a complete backup/restore/versioning tool for all files >in a directory tree or whole filesystems, with a subversion >repository as the backend. >You may think of it as some kind of tar or rsync with versioned storage. > >It uses a different system for storing local version information >that doesn't clutter directories like /etc like .svn directories >in standard subversion would > >A nice capability is to cope with local adjustments for different >machines (using branching-like techniques), so that most of the >space needed for the backup of system-files (/bin, /usr, ...) >can be shared between machines. > > >%prep >%setup -q > > >%build >%configure --with-aprinc=/usr/include/apr-1/ >cd src >make %{?_smp_mflags} >cd .. > >%install ># %define doc_dir /usr/share/doc/fsvs-%{version}/ ># %define man_dir /usr/share/man/man1/ >%define conf_dir /etc/fsvs/ >%define waa_dir /var/spool/fsvs/ >rm -rf $RPM_BUILD_ROOT >mkdir -p $RPM_BUILD_ROOT/usr/bin >cp -p src/fsvs $RPM_BUILD_ROOT/usr/bin >mkdir -p $RPM_BUILD_ROOT/%{doc_dir} >cp -p CHANGES README LICENSE $RPM_BUILD_ROOT/%{doc_dir} >cp -p doc/PERFORMANCE doc/TODO doc/IGNORING doc/USAGE doc/FAQ $RPM_BUILD_ROOT/%{doc_dir} >mkdir -p $RPM_BUILD_ROOT/%{man_dir} >cp -p doc/man/fsvs.1 $RPM_BUILD_ROOT/%{man_dir}/fsvs.1 >gzip $RPM_BUILD_ROOT/%{man_dir}/fsvs.1 >mkdir -p $RPM_BUILD_ROOT/%{conf_dir} >mkdir -p $RPM_BUILD_ROOT/%{waa_dir} > >%clean >rm -rf $RPM_BUILD_ROOT > > >%files >%defattr(-,root,root,-) >%{_bindir}/fsvs >%config %{conf_dir} >%config %{waa_dir} >%doc >%{doc_dir}/CHANGES >%{doc_dir}/FAQ >%{doc_dir}/IGNORING >%{doc_dir}/LICENSE >%{doc_dir}/PERFORMANCE >%{doc_dir}/README >%{doc_dir}/TODO >%{doc_dir}/USAGE >%{man_dir}/fsvs.1.gz > > >%changelog >* Mon Mar 24 2008 wolfy 1.1.2-6 >- Missing BR, consistent use of macros > >* Thu Feb 21 2008 David Fraser <davidf@sjsoft.com> 1.1.2-4 >- Added pcre dependency > >* Thu Feb 21 2008 David Fraser <davidf@sjsoft.com> 1.1.2-3 >- Added configuration and WAA directories > >* Thu Feb 21 2008 David Fraser <davidf@sjsoft.com> 1.1.2-2 >- Added documentation directories > >* Sat Feb 16 2008 David Fraser <davidf@sjsoft.com> 1.1.2-1 >- Initial build. >
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 433778
:
298879
|
299011
|
299148