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

Changes of Revision 26

[-] Changed butt.spec
x
 
1
@@ -1,12 +1,11 @@
2
 Name:      butt
3
-Version:   0.1.10
4
+Version:   0.1.11
5
 Release:   1
6
 License:   GPL
7
 Group:         Multimedia
8
 Summary:   broadcast using this tool
9
 URL:       http://butt.sourceforge.net/
10
-Source0:   %{name}-%{version}-src.tar.bz2
11
-Patch0:        %{name}-gcc43.patch
12
+Source0:   %{name}-%{version}-2-src.tar.bz2
13
 BuildRoot:     %{_tmppath}/%{name}-%{version}-build
14
 Packager:       Carsten Schoene <cs@linux-administrator.com>
15
 Vendor:         linux-administrator.com
16
@@ -27,8 +26,7 @@
17
 butt is not a server where other people can connect to.
18
 
19
 %prep
20
-%setup -n %{name}-%{version}
21
-%patch0
22
+%setup -n %{name}-%{version}-2
23
 ./configure --prefix=%{_prefix} --with-fltk --with-icecast --with-ogg
24
 
25
 %build
26
@@ -37,24 +35,23 @@
27
 
28
 %install
29
 install -d $RPM_BUILD_ROOT/usr/bin
30
-make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix}
31
-install -d $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}
32
-install -m 644 README ChangeLog $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}
33
-
34
-cd $RPM_BUILD_ROOT
35
-find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name}
36
-find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name}
37
-find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name}
38
+%__make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install
39
+
40
 
41
 %clean
42
 rm -rf $RPM_BUILD_ROOT/*
43
 rm -rf $RPM_BUILD_DIR/%{name}*
44
-rm -rf ../file.list.%{name}
45
 
46
 
47
-%files -f ../file.list.%{name}
48
+%files
49
+%defattr(-,root,root)
50
+%doc ChangeLog README
51
+%{_bindir}/butt
52
+
53
 
54
 %changelog
55
+* Sat Dec 27 2008 Carsten Schoene <cs@linux-administrator.com>
56
+- version bump to 0.1.11-2
57
 * Fri Jul 04 2008 Carsten Schoene <cs@linux-administrator.com>
58
 - version bump to 0.1.10
59
 * Mon Apr 14 2008 Carsten Schoene <cs@linux-administrator.com>
60
Added butt-0.1.11-2-src.tar.bz2 ^