osc copypac from project:KDE:KDE4:Community package:luckybackup revision:12
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/luckybackup?expand=0&rev=1
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 19 14:37:06 UTC 2010 - bitshuffler@opensuse.org
|
||||
|
||||
- Update to 0.4.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 22:59:05 UTC 2010 - bitshuffler@opensuse.org
|
||||
|
||||
- Updated to 0.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 18 09:05:25 UTC 2009 - tittiatcoke@gmail.com
|
||||
|
||||
- updated to 0.3.5
|
||||
* BUG fix: Segmentation fault (window vanishes) produced when adding
|
||||
a new task
|
||||
* Improved logfiles to a much more useable format
|
||||
* Added cool "pattern editor"
|
||||
* Added tray notification support
|
||||
* Changed "delete files on the destination" as a default option again,
|
||||
together with a WARNING message
|
||||
* Added "by-pass WARNING" option as a task property, so that the user
|
||||
has the ability to execute tasks with a WARNING message
|
||||
* Added more command line arguments so that that the gui executes
|
||||
the profile given as argument in normal, dry-run or silent mode
|
||||
* Improved (simplified) input of a valid profile at command-line mode
|
||||
* Indroduced error codes at console mode
|
||||
* Improved schedule settings file (please excuse me for no compatibility
|
||||
with older versions)
|
||||
* Minor "task properties" dialog improvements
|
||||
* Introduced information messages regarding schedules
|
||||
* Introduced information messages regarding the current user running LB
|
||||
* Fixed schedule dialog bug. When one schedule existed the modify option
|
||||
did not work correctly
|
||||
* Added refresh list function, after a profile execution to update the gui
|
||||
* Updated manpage
|
||||
* Minor gui improvements
|
||||
for the complete changelog, please visit:
|
||||
http://luckybackup.sourceforge.net/changelog.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 18:17:30 UTC 2009 - bitshuffler@opensuse.org
|
||||
|
||||
- Updated to 0.3.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 00:00:00 CEST 2009 - bitshuffler@opensuse.org
|
||||
|
||||
- Updated to 0.3.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 00:00:00 CEST 2009 - bitshuffler@opensuse.org
|
||||
|
||||
- Updated to 0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 17 00:00:00 CET 2009 - bitshuffler@opensuse.org
|
||||
|
||||
- Updated to 0.2.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 00:00:00 CET 2009 - bitshuffler@opensuse.org
|
||||
|
||||
- Updated to 0.2.1.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 00:00:00 CET 2009 - bitshuffler@opensuse.org
|
||||
|
||||
- Updated to 0.2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 00:00:00 CET 2008 - bitshuffler@opensuse.org
|
||||
|
||||
- Initial RPM
|
||||
@@ -0,0 +1,65 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: luckybackup
|
||||
Version: 0.4.1
|
||||
Release: 1.0
|
||||
License: GPL v3
|
||||
Group: Productivity/Networking/Other
|
||||
Url: http://luckybackup.sourceforge.net/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: dos2unix gcc-c++ libqt4-devel update-desktop-files
|
||||
Requires: rsync
|
||||
Summary: A GUI for backup & synchronization based on rsync
|
||||
|
||||
%description
|
||||
... a powerful, fast and reliable backup & sync tool
|
||||
luckyBackup is an application that backs-up and/or synchronizes any directories
|
||||
with the power of rsync.
|
||||
|
||||
The advantage over similar applications is (apart from its simple interface)
|
||||
its ability to keep your data safe by checking all declared directories before
|
||||
proceeding in any data manipulation.
|
||||
|
||||
|
||||
%package doc
|
||||
Group: Documentation/Man
|
||||
Summary: The luckyBackup manual
|
||||
|
||||
%description doc
|
||||
The manual of luckyBackup in HTML format.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
qmake
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%__make INSTALL_ROOT=%{buildroot} install
|
||||
%__rm -rf %{buildroot}%{_datadir}/menu/luckybackup
|
||||
%__mkdir_p %{buildroot}%{_docdir}
|
||||
%__mv %{buildroot}%{_datadir}/doc/luckybackup %{buildroot}%{_docdir}/luckybackup
|
||||
%__rm -rf %{buildroot}%{_docdir}/luckybackup/license
|
||||
%suse_update_desktop_file -r luckybackup Utility SyncUtility
|
||||
%suse_update_desktop_file -r luckybackup-gnome-su Utility SyncUtility
|
||||
%suse_update_desktop_file -r luckybackup-kde-su Utility SyncUtility
|
||||
|
||||
%clean
|
||||
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_docdir}/luckybackup
|
||||
%{_bindir}/luckybackup
|
||||
%{_datadir}/applications/luckybackup*.desktop
|
||||
%{_datadir}/luckybackup
|
||||
%{_mandir}/man8/luckybackup.8*
|
||||
%{_datadir}/pixmaps/luckybackup.png
|
||||
%{_datadir}/pixmaps/luckybackup.xpm
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_docdir}/luckybackup/manual
|
||||
@@ -0,0 +1,24 @@
|
||||
*.changes merge=merge-changes
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -0,0 +1,4 @@
|
||||
*.obscpio
|
||||
*.osc
|
||||
_build.*
|
||||
.pbuild
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88367b13460560b4507d7476aebd9a990396d64106ee6b4cace48748c8b01cf2
|
||||
size 4960998
|
||||
Reference in New Issue
Block a user