]> git.pld-linux.org Git - packages/flexbackup.git/commitdiff
- updated to 1.2.1
authorkosmo <kosmo@pld-linux.org>
Sat, 8 Nov 2003 12:36:09 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flexbackup.spec -> 1.12

flexbackup.spec

index 7fa9161d8893bfddea3b4d9dcabd73fa6657f4d3..2a4c8eaaa9646934ce64b5ce2a408e7a37573c63 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Flexible backup script
 Summary(pl):   Elastyczny skrypt do tworzenia kopii zapasowych
 Name:          flexbackup
-Version:       0.9.8
-Release:       2
+Version:       1.2.1
+Release:       1
 License:       GPL
 Group:         Applications/Archiving
-Source0:       http://members.home.com/flexbackup/tarball/%{name}-%{version}.tar.gz
-# Source0-md5: 5e5042794c778358dbda88c02fcdc4f0
-Patch0:                %{name}-ksh.patch
+Source0:       http://flexbackup.sourceforge.net/tarball/%{name}-%{version}.tar.gz
+# Source0-md5: 4955c89dbee354248f354a9bf0a480dd
 URL:           http://members.home.com/flexbackup/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      afio
@@ -49,21 +48,25 @@ Zalety:
 
 %prep
 %setup  -q
-%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT%{_mandir}/man5
 
 install flexbackup $RPM_BUILD_ROOT%{_bindir}
 install flexbackup.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install flexbackup.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install flexbackup.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc flexbackup.lsm CHANGES CREDITS README TODO
+%doc CHANGES CREDITS README TODO faq.html
 %attr(755,root,root) %{_bindir}/flexbackup
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/flexbackup.conf
+%{_mandir}/man?/*
This page took 0.06755 seconds and 4 git commands to generate.