Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
daa2iso
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Changed
daa2iso.spec
@@ -1,5 +1,5 @@ Name: daa2iso -Version: 0.1.4a +Version: 0.1.5 Release: 1 License: GPL Group: Productivity/File utilities @@ -29,20 +29,21 @@ %install cd src ; %{__make} DESTDIR=$RPM_BUILD_ROOT install -cd $RPM_BUILD_ROOT -find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} -find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} -find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} - %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* -rm -rf ../file.list.%{name} -%files -f ../file.list.%{name} +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%doc daa2iso.txt %changelog +* Mon Jul 28 2008 Carsten Schoene <cs@linux-administrator.com> +- new upstream release 0.1.5 + - support multipart files too + - on Windows the tool works from both command-line and GUI (double-click & use) * Mon May 19 2008 Carsten Schoene <cs@linux-administrator.com> - new upstream release 0.1.4a - forced large file support on
Added
daa2iso-0.1.5.tar.gz
^