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

Changes of Revision 19

[-] Changed transcode.spec
x
 
1
@@ -8,7 +8,7 @@
2
 
3
 BuildRoot:      %{_tmppath}/buildroot-%{name}-%{version}
4
 
5
-Summary:   a linux video stream processing utility
6
+Summary:   A linux video stream processing utility
7
 Summary(de):   Das Schweizer Taschenmesser der Videobearbeitung
8
 License:   GPL
9
 Group:         Productivity/Multimedia/Other
10
@@ -129,6 +129,8 @@
11
 %if 0%{?suse_version} >= 1000
12
 %{__rm} -f %{buildroot}%{_libdir}/%{name}/export_af6.conf
13
 %endif
14
+find docs/ -name Makefile* -exec rm {} \;
15
+chmod 644 docs/*.py docs/*.sh
16
 
17
 %clean
18
 [ -d  %{buildroot} -a "%{buildroot}" != "/" ] && %{__rm} -rf  %{buildroot}
19