Logoj0ke.net Open Build Service > Projects > multimedia > transcode > Changes
Sign Up | Log In

Changes of Revision 17

[-] Changed transcode.spec
x
 
1
@@ -1,7 +1,7 @@
2
 # norootforbuild
3
 #!BuildIgnore:          post-build-checks
4
 Name:           transcode
5
-Version:        1.0.7
6
+Version:        1.1.0
7
 Release:        1
8
 
9
 Source0:        %{name}-%{version}.tar.bz2
10
@@ -124,10 +124,10 @@
11
 %{__rm} -rf %{buildroot}%{_datadir}/doc/transcode
12
 %{__rm} -rf %{buildroot}%{_datadir}/doc/packages/%{name}/man docs/man
13
 %{__rm} -f %{buildroot}%{_bindir}/pvmgs
14
-%{__install} contrib/tccomplete.source -D  %{buildroot}%{_sysconfdir}/bash_completion.d/transcode.sh
15
+##%{__install} contrib/tccomplete.source -D  %{buildroot}%{_sysconfdir}/bash_completion.d/transcode.sh
16
 
17
 %if 0%{?suse_version} >= 1000
18
-%{__rm} %{buildroot}%{_libdir}/%{name}/export_af6.conf
19
+%{__rm} -f %{buildroot}%{_libdir}/%{name}/export_af6.conf
20
 %endif
21
 
22
 %clean
23
@@ -135,7 +135,7 @@
24
 
25
 %files
26
 %defattr(-,root,root)
27
-%attr(644,root,root)%{_sysconfdir}/bash_completion.d/transcode.sh
28
+##%attr(644,root,root)%{_sysconfdir}/bash_completion.d/transcode.sh
29
 %{_bindir}/avifix
30
 %{_bindir}/aviindex
31
 %{_bindir}/avimerge
32
@@ -150,15 +150,16 @@
33
 #%{_bindir}/tcmplex
34
 %{_bindir}/tcprobe
35
 %{_bindir}/tcpvmexportd
36
-%{_bindir}/tcrequant
37
+##%{_bindir}/tcrequant
38
+%{_bindir}/tcyait
39
 %{_bindir}/tcscan
40
 %{_bindir}/tcxmlcheck
41
 %{_bindir}/tcxpm2rgb
42
 %{_bindir}/%{name}
43
 %{_libdir}/%{name}/a52_decore.la
44
 %{_libdir}/%{name}/a52_decore.so
45
-%{_libdir}/%{name}/af6_decore.la
46
-%{_libdir}/%{name}/af6_decore.so
47
+##%{_libdir}/%{name}/af6_decore.la
48
+##%{_libdir}/%{name}/af6_decore.so
49
 %{_libdir}/%{name}/export_*.la
50
 %{_libdir}/%{name}/export_*.so
51
 %{_libdir}/%{name}/filter_*.la
52
@@ -168,8 +169,8 @@
53
 %{_libdir}/%{name}/*.awk
54
 %{_libdir}/%{name}/pvm_functions.la
55
 %{_libdir}/%{name}/pvm_functions.so
56
-%{_libdir}/%{name}/xvid2.cfg
57
-%{_libdir}/%{name}/xvid3.cfg
58
+##%{_libdir}/%{name}/xvid2.cfg
59
+##%{_libdir}/%{name}/xvid3.cfg
60
 %{_libdir}/%{name}/xvid4.cfg
61
 %{_mandir}/man*/*
62
 %doc AUTHORS COPYING ChangeLog README TODO docs/*
63