SPECS: partimage.spec - updated to 0.6.5 beta2 - removed outdated ...

charles charles at pld-linux.org
Tue Aug 9 13:49:37 CEST 2005


Author: charles                      Date: Tue Aug  9 11:49:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.6.5 beta2
- removed outdated -po.patch, updated -types.patch
- BR: libstdc++-devel, cleanups

---- Files affected:
SPECS:
   partimage.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/partimage.spec
diff -u SPECS/partimage.spec:1.40 SPECS/partimage.spec:1.41
--- SPECS/partimage.spec:1.40	Sun May  1 19:31:30 2005
+++ SPECS/partimage.spec	Tue Aug  9 13:49:32 2005
@@ -1,24 +1,24 @@
 # $Revision$, $Date$
+%define		beta	beta2
 Summary:	Utility to save partitions in a compressed image file
 Summary(pl):	Narzędzie do zapisu partycji w skompresowanych plikach
 Summary(pt_BR):	Ferramenta para criar e restaurar backup de partiçőes
 Name:		partimage
-Version:	0.6.4
-Release:	1
+Version:	0.6.5
+Release:	0.%{beta}.1
 License:	GPL v2
 Vendor:		François Dupoux <fdupoux at partimage.org>
 Group:		Applications/System
-Source0:	http://dl.sourceforge.net/partimage/%{name}-%{version}.tar.bz2
-# Source0-md5:	ee56df4a6be1f78f53dc48454655aa8a
+Source0:	http://dl.sourceforge.net/partimage/%{name}-%{version}_%{beta}.tar.bz2
+# Source0-md5:	1280c10e661e2100a49019954e9e31cf
 Source1:	%{name}d.init
 Source2:	%{name}d.sysconfig
 Patch0:		%{name}-types.patch
-Patch1:		%{name}-po.patch
 URL:		http://www.partimage.org/
 BuildRequires:	automake
-#BuildRequires:	autoconf
 BuildRequires:	bzip2-devel
 BuildRequires:	gettext-devel
+BuildRequires:	libstdc++-devel
 BuildRequires:	newt-devel
 BuildRequires:	rpmbuild(macros) >= 1.202
 BuildRequires:	slang-devel
@@ -97,18 +97,12 @@
 Server dla Partimage.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}_%{beta}
 %patch0 -p1
-%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
 cp -f /usr/lib/rpm/mkinstalldirs .
-#rm -f missing
-#%%{__gettextize}
-#%%{__aclocal} -I macros
-#%%{__autoconf}
-#%%{__automake}
 %configure \
 	--enable-nls \
 	--without-included-gettext \
@@ -136,8 +130,9 @@
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/partimaged
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/partimaged
-install -D debian/partimage.1 $RPM_BUILD_ROOT%{_mandir}/man1/partimage.1
-install -D debian/partimaged.8 $RPM_BUILD_ROOT%{_mandir}/man8/partimaged.8
+install -D debian/man/partimage.1 $RPM_BUILD_ROOT%{_mandir}/man1/partimage.1
+install -D debian/man/partimaged.8 $RPM_BUILD_ROOT%{_mandir}/man8/partimaged.8
+install -D debian/man/partimagedusers.5 $RPM_BUILD_ROOT%{_mandir}/man5/partimagedusers.5
 
 %find_lang %{name}
 
@@ -185,7 +180,7 @@
 %dir %{_sysconfdir}/partimaged
 %attr(600,partimag,root) %config(noreplace) %{_sysconfdir}/partimaged/partimagedusers
 %attr(700,partimag,root) %dir /var/spool/partimage
-%{_mandir}/man8/*
+%{_mandir}/man[58]/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -193,6 +188,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2005/08/09 11:49:32  charles
+- updated to 0.6.5 beta2
+- removed outdated -po.patch, updated -types.patch
+- BR: libstdc++-devel, cleanups
+
 Revision 1.40  2005/05/01 17:31:30  glen
 - use %useradd/%groupadd macros
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/partimage.spec?r1=1.40&r2=1.41&f=u




More information about the pld-cvs-commit mailing list