SPECS: dvd2avi.spec - move functions.pm again, this time in the ri...
shadzik
shadzik at pld-linux.org
Wed Oct 25 15:23:23 CEST 2006
Author: shadzik Date: Wed Oct 25 13:23:23 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- move functions.pm again, this time in the right place where it belongs to
- rel 2.1
---- Files affected:
SPECS:
dvd2avi.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/dvd2avi.spec
diff -u SPECS/dvd2avi.spec:1.13 SPECS/dvd2avi.spec:1.14
--- SPECS/dvd2avi.spec:1.13 Wed Oct 25 15:02:14 2006
+++ SPECS/dvd2avi.spec Wed Oct 25 15:23:18 2006
@@ -8,7 +8,7 @@
Summary(pl): dvd2avi - narzędzie do konwersji
Name: dvd2avi
Version: %{_mainver}%{_subver}
-Release: 2
+Release: 2.1
License: GPL
Group: X11/Applications
Source0: http://dl.sourceforge.net/dvd2avi/%{name}-%{_mainver}%{_ver}.tgz
@@ -36,9 +36,9 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{perl_vendorarch},%{_datadir}/dvd2avi,%{_desktopdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{perl_vendorarch}/Dvd2avi,%{_datadir}/dvd2avi,%{_desktopdir}}
install dvd2avi.pl $RPM_BUILD_ROOT%{_bindir}/dvd2avi
-install functions.pm $RPM_BUILD_ROOT%{_datadir}/dvd2avi/functions.pm
+install functions.pm $RPM_BUILD_ROOT%{perl_vendorarch}/Dvd2avi/Functions.pm
install dvd2avi.glade $RPM_BUILD_ROOT%{_datadir}/dvd2avi/dvd2avi.glade
install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
@@ -49,6 +49,8 @@
%defattr(644,root,root,755)
%doc README INSTALL
%attr(755,root,root) %{_bindir}/dvd2avi
+%dir %{perl_vendorarch}/Dvd2avi
+%{perl_vendorarch}/Dvd2avi
%dir %{_datadir}/dvd2avi
%{_datadir}/dvd2avi
%{_desktopdir}/dvd2avi.desktop
@@ -59,6 +61,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2006/10/25 13:23:18 shadzik
+- move functions.pm again, this time in the right place where it belongs to
+- rel 2.1
+
Revision 1.13 2006/10/25 13:02:14 shadzik
- cleared TODO
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dvd2avi.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list