Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
butt
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 26
[-]
[+]
Changed
butt.spec
@@ -1,12 +1,11 @@ Name: butt -Version: 0.1.10 +Version: 0.1.11 Release: 1 License: GPL Group: Multimedia Summary: broadcast using this tool URL: http://butt.sourceforge.net/ -Source0: %{name}-%{version}-src.tar.bz2 -Patch0: %{name}-gcc43.patch +Source0: %{name}-%{version}-2-src.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Packager: Carsten Schoene <cs@linux-administrator.com> Vendor: linux-administrator.com @@ -27,8 +26,7 @@ butt is not a server where other people can connect to. %prep -%setup -n %{name}-%{version} -%patch0 +%setup -n %{name}-%{version}-2 ./configure --prefix=%{_prefix} --with-fltk --with-icecast --with-ogg %build @@ -37,24 +35,23 @@ %install install -d $RPM_BUILD_ROOT/usr/bin -make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} -install -d $RPM_BUILD_ROOT/usr/share/doc/packages/%{name} -install -m 644 README ChangeLog $RPM_BUILD_ROOT/usr/share/doc/packages/%{name} - -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} +%__make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install + %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) +%doc ChangeLog README +%{_bindir}/butt + %changelog +* Sat Dec 27 2008 Carsten Schoene <cs@linux-administrator.com> +- version bump to 0.1.11-2 * Fri Jul 04 2008 Carsten Schoene <cs@linux-administrator.com> - version bump to 0.1.10 * Mon Apr 14 2008 Carsten Schoene <cs@linux-administrator.com>
Added
butt-0.1.11-2-src.tar.bz2
^