SPECS: lcab.spec - updated to 1.0b11, add _mandir

darekr darekr at pld-linux.org
Wed May 10 13:06:07 CEST 2006


Author: darekr                       Date: Wed May 10 11:06:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0b11, add _mandir

---- Files affected:
SPECS:
   lcab.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/lcab.spec
diff -u SPECS/lcab.spec:1.7 SPECS/lcab.spec:1.8
--- SPECS/lcab.spec:1.7	Wed Aug 18 12:18:43 2004
+++ SPECS/lcab.spec	Wed May 10 13:06:02 2006
@@ -2,12 +2,12 @@
 Summary:	MS cab-files creator
 Summary(pl):	Program tworzący pliki MS-cab
 Name:		lcab
-Version:	1.0b10
-Release:	4
+Version:	1.0b11
+Release:	1
 License:	GPL
 Group:		Applications/Archiving
 Source0:	http://www.geekshop.be/rien/lcab/files/%{name}-%{version}.tar.gz
-# Source0-md5:	8094f3b6e2211ff223f6b9e01d83db3c
+# Source0-md5:	f23c469c789f4eb4b0500b4770060e85
 URL:		http://www.geekshop.be/rien/lcab/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -32,9 +32,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install lcab.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -42,6 +46,7 @@
 %defattr(644,root,root,755)
 %doc README
 %attr(755, root, root) %{_bindir}/%{name}
+%{_mandir}/man1/lcab.1.gz
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -49,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/05/10 11:06:02  darekr
+- updated to 1.0b11, add _mandir
+
 Revision 1.7  2004/08/18 10:18:43  ciesiel
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lcab.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list