SPECS: mountiso.spec - cleanups - added pl summary/desc - correcte...

paszczus paszczus at pld-linux.org
Tue Sep 27 17:12:32 CEST 2005


Author: paszczus                     Date: Tue Sep 27 15:12:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanups
- added pl summary/desc
- corrected %files
- this spec was totally broken, maybe don`t add sh^#!it like that..
- now builds, but still NFY

---- Files affected:
SPECS:
   mountiso.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/mountiso.spec
diff -u SPECS/mountiso.spec:1.1 SPECS/mountiso.spec:1.2
--- SPECS/mountiso.spec:1.1	Sun Sep 25 15:23:58 2005
+++ SPECS/mountiso.spec	Tue Sep 27 17:12:26 2005
@@ -1,8 +1,6 @@
 # $Revision$, $Date$
-
-#
 Summary:	Mount ISO image
-Summary(pl):	Mount ISO image
+Summary(pl):	Program do montowania obrazów płyt
 Name:		mount-iso
 Version:	0.9
 Release:	0.1
@@ -11,18 +9,19 @@
 Source0:	http://www.jinjiru.ru/files/mountiso/%{name}-%{version}.tar.bz2
 # Source0-md5:	e2e126952c3a07c6a682bdb5b1f4ebc3
 URL:		http://mountiso.jinjiru.ru/
-#BuildRequires:	
-#Requires:	
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Mount ISO Image is an advanced script which allows to perform 
-multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD),
-CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) images.
+Mount ISO Image is an advanced script which allows to perform multiple
+operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BIN,
+CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) images.
 
 %description -l pl
--
+Mount ISO Image jest zaawansowanym skryptem, który pozwala na
+wykonywanie wielu operacji na plikach ISO, NRG (Nero Burning ROM), UDF
+(DVD), CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX), które są
+obrazami płyt.
 
 %prep
 %setup -q -n %{name}-image-%{version}
@@ -31,35 +30,17 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install install.sh	$RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%post
-
-%preun
-
-%postun
-
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
-
-# if _sysconfdir != /etc:
-#%%dir %{_sysconfdir}
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%doc README
 
-%attr(755,root,root) %{_bindir}/*
-
-%{_datadir}/%{name}
-
-# initscript and its config
-%attr(754,root,root) /etc/rc.d/init.d/%{name}
-%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+%attr(755,root,root) %{_bindir}/install.sh
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -67,9 +48,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/09/27 15:12:26  paszczus
+- cleanups
+- added pl summary/desc
+- corrected %files
+- this spec was totally broken, maybe don`t add sh^#!it like that..
+- now builds, but still NFY
+
 Revision 1.1  2005/09/25 13:23:58  wolvverine
 - absolutely not working
 - NFY
 - TODO: patch for install script
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mountiso.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list