SPECS: bashburn.spec - fixed name of folder where bashburn keep files

teodor teodor at pld-linux.org
Sat Jul 2 13:48:30 CEST 2005


Author: teodor                       Date: Sat Jul  2 11:48:30 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed name of folder where bashburn keep files

---- Files affected:
SPECS:
   bashburn.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/bashburn.spec
diff -u SPECS/bashburn.spec:1.10 SPECS/bashburn.spec:1.11
--- SPECS/bashburn.spec:1.10	Fri Jul  1 11:58:45 2005
+++ SPECS/bashburn.spec	Sat Jul  2 13:48:24 2005
@@ -2,8 +2,9 @@
 Summary:	BashBurn - burning CDs at console
 Summary(pl):	BashBurn - nagrywanie płyt pod konsolą
 Name:		bashburn
+%define	_name BashBurn  
 Version:	1.6
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://dl.sourceforge.net/bashburn/%{name}-%{version}.tar.gz
@@ -32,14 +33,14 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/{burning,config,convert,lang/English,lang/Polish,menus,misc},%{_sysconfdir}}
-install burning/* $RPM_BUILD_ROOT%{_datadir}/%{name}/burning
-install config/* $RPM_BUILD_ROOT%{_datadir}/%{name}/config
-install convert/* $RPM_BUILD_ROOT%{_datadir}/%{name}/convert
-install lang/English/* $RPM_BUILD_ROOT%{_datadir}/%{name}/lang/English
-install lang/Polish/* $RPM_BUILD_ROOT%{_datadir}/%{name}/lang/Polish
-install menus/* $RPM_BUILD_ROOT%{_datadir}/%{name}/menus
-install misc/* $RPM_BUILD_ROOT%{_datadir}/%{name}/misc
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{_name}/{burning,config,convert,lang/English,lang/Polish,menus,misc},%{_sysconfdir}}
+install burning/* $RPM_BUILD_ROOT%{_datadir}/%{_name}/burning
+install config/* $RPM_BUILD_ROOT%{_datadir}/%{_name}/config
+install convert/* $RPM_BUILD_ROOT%{_datadir}/%{_name}/convert
+install lang/English/* $RPM_BUILD_ROOT%{_datadir}/%{_name}/lang/English
+install lang/Polish/* $RPM_BUILD_ROOT%{_datadir}/%{_name}/lang/Polish
+install menus/* $RPM_BUILD_ROOT%{_datadir}/%{_name}/menus
+install misc/* $RPM_BUILD_ROOT%{_datadir}/%{_name}/misc
 install BashBurn.sh $RPM_BUILD_ROOT%{_bindir}/bashburn
 sed "s|%{_prefix}/local|%{_datadir}|" bashburnrc > $RPM_BUILD_ROOT%{_sysconfdir}/bashburnrc
 
@@ -50,7 +51,7 @@
 %defattr(644,root,root,755)
 %doc CREDITS ChangeLog FAQ README TODO
 %attr(755,root,root) %{_bindir}/bashburn
-%attr(755,root,root) %{_datadir}/%{name}
+%attr(755,root,root) %{_datadir}/%{_name}
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/bashburnrc
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -59,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2005/07/02 11:48:24  teodor
+- fixed name of folder where bashburn keep files
+
 Revision 1.10  2005/07/01 09:58:45  teodor
 - added Obsoletes to BashBurn
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bashburn.spec?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list