rpms/backup-manager/devel .cvsignore, 1.2, 1.3 backup-manager.spec, 1.1, 1.2 sources, 1.2, 1.3

Guillaume Kulakowski llaumgui at fedoraproject.org
Sun Feb 8 17:49:21 UTC 2009


Author: llaumgui

Update of /cvs/pkgs/rpms/backup-manager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18756

Modified Files:
	.cvsignore backup-manager.spec sources 
Log Message:
Update to 0.7.8



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/backup-manager/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Jan 2009 18:25:03 -0000	1.2
+++ .cvsignore	8 Feb 2009 17:48:50 -0000	1.3
@@ -1 +1 @@
-backup-manager-0.7.7.tar.gz
+backup-manager-0.7.8.tar.gz


Index: backup-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/backup-manager/devel/backup-manager.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- backup-manager.spec	27 Jan 2009 18:25:03 -0000	1.1
+++ backup-manager.spec	8 Feb 2009 17:48:50 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           backup-manager
-Version:        0.7.7
-Release:        7%{?dist}
+Version:        0.7.8
+Release:        1%{?dist}
 Summary:        A command line backup tool for GNU/Linux
 
 Group:          Applications/System
@@ -27,7 +27,6 @@
 Requires:       dvd+rw-tools
 Requires:       less
 Requires:       ftp
-Requires:       genisoimage
 Requires:       gettext
 Requires:       gnupg
 Requires:       gzip
@@ -38,7 +37,6 @@
 Requires:       which
 
 
-
 %description
 Backup Manager is a command line backup tool for GNU/Linux, designed to help
 you make daily archives of your file system. Written in bash and perl, it can
@@ -52,7 +50,6 @@
 for your needs.
 
 
-
 %prep
 %setup -q
 %patch0 -p1 -b .configtpl
@@ -62,7 +59,7 @@
 
 # Replace #!/bin/sh by #!/bin/bash 
 for file in t/*.sh; do sed -i -e "s@#!/bin/sh@#!/bin/bash@" "$file"; done
-for file in doc/*; do sed -i -e "s@#!/bin/sh@#!/bin/bash@" "$file"; done
+for file in doc/user-guide*; do sed -i -e "s@#!/bin/sh@#!/bin/bash@" "$file"; done
 
 # rpmlint : Convert to utf-8
 for file in AUTHORS ChangeLog COPYING NEWS README THANKS; do
@@ -72,17 +69,16 @@
 done
 
 
-
 %build
 make %{?_smp_mflags}
 
 
-
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot} \
-             PERL5DIR=%{buildroot}%{perl_vendorlib}
-             INSTALL="install -p" 
+make install \
+    DESTDIR=%{buildroot} \
+    PERL5DIR=%{buildroot}%{perl_vendorlib} \
+    INSTALL="install -p" 
 %find_lang %{name}
 
 # Create backup directory
@@ -90,7 +86,7 @@
 
 # Copy configuration
 install -p -D -m 0644 %{buildroot}%{_datadir}/%{name}/%{name}.conf.tpl \
-                   %{buildroot}%{_sysconfdir}/%{name}.conf
+    %{buildroot}%{_sysconfdir}/%{name}.conf
 
 # Add cron.daily                
 install -p -D -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/cron.daily/%{name}.cron
@@ -99,12 +95,10 @@
 chmod 755 %{buildroot}%{_datadir}/%{name}/sanitize.sh
 
 
-
 %clean
 rm -rf %{buildroot}
 
 
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS
@@ -119,8 +113,11 @@
 %{_localstatedir}/%{name}
 
 
-
 %changelog
+* Sat Feb 07 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 0.7.8-1
+- Update to 0.7.8
+- Remove genisoimage requirement
+
 * Thu Jan 15 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 0.7.7-7
 - Replace some sed by a patch
 - Replace /bin/sh by /bin/bash 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/backup-manager/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Jan 2009 18:25:03 -0000	1.2
+++ sources	8 Feb 2009 17:48:51 -0000	1.3
@@ -1 +1 @@
-076af845dee01453f450bd06d021fcc3  backup-manager-0.7.7.tar.gz
+0a044ced8822d14b3792a546eb447d69  backup-manager-0.7.8.tar.gz




More information about the fedora-extras-commits mailing list