08ea566
Summary: Small application for listing the contents of DVDs
08ea566
Name: lsdvd
08ea566
Version: 0.16
0f0c10e
Release: 13%{?dist}
08ea566
License: GPLv2
08ea566
Group: Applications/Multimedia
08ea566
URL: http://untrepid.com/lsdvd/
08ea566
Source: http://downloads.sf.net/lsdvd/lsdvd-%{version}.tar.gz
0f0c10e
Patch0: lsdvd-0.16-strip-trailing-spaces.patch
08ea566
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
08ea566
BuildRequires: autoconf, automake
08ea566
BuildRequires: libdvdread-devel
08ea566
08ea566
%description
08ea566
lsdvd is a small application which lists the contents of DVDs to your terminal.
08ea566
08ea566
08ea566
%prep
08ea566
%setup -q
0f0c10e
%patch0 -p1 -b .strip-trailing-spaces
08ea566
08ea566
08ea566
%build
08ea566
%configure --disable-dependency-tracking
08ea566
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"
08ea566
08ea566
08ea566
%install
08ea566
%{__rm} -rf %{buildroot}
08ea566
%{__make} install DESTDIR=%{buildroot}
08ea566
08ea566
08ea566
%clean
08ea566
%{__rm} -rf %{buildroot}
08ea566
08ea566
08ea566
%files
08ea566
%defattr(-,root,root,-)
08ea566
%doc AUTHORS ChangeLog COPYING README
08ea566
%{_bindir}/lsdvd
08ea566
%{_mandir}/man1/lsdvd.1*
08ea566
08ea566
08ea566
%changelog
0f0c10e
* Wed Apr 28 2010 Matthias Saou <http://freshrpms.net/> 0.16-13
0f0c10e
- Include patch to fix trailing spaces stripping (#556416).
0f0c10e
a06b49d
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-12
a06b49d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a06b49d
9248502
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-11
9248502
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9248502
14739e9
* Tue Sep  2 2008 Matthias Saou <http://freshrpms.net/> 0.16-10
e3cd615
- Update build patch for new s/dvdread/libdvdread/ include path.
14739e9
- Actually, drop patch entirely as latest libdvdread changes the path back and
14739e9
  seems to include a fix for the missing <inttypes.h> include.
bfe22d1
bfe22d1
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org>
d0e3125
- Autorebuild for GCC 4.3
d0e3125
ba28d18
* Mon Nov 26 2007 Matthias Saou <http://freshrpms.net/> 0.16-6
ba28d18
- Rebuild against new libdvdread.
ba28d18
08ea566
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 0.16-5
08ea566
- Bump release to make our package newer than all known external ones.
08ea566
- Add dist tag.
08ea566
- Add --disable-dependency-tracking to %%configure.
08ea566
- Simplify %%description to remove useless technical details.
08ea566
08ea566
* Mon May  8 2006 Matthias Saou <http://freshrpms.net/> 0.16-2
08ea566
- Rebuild with latest tarball from sf.net, as apparently the original 0.16
08ea566
  source was replaced after 3 days by a "fixed" source with the same file name.
08ea566
08ea566
* Wed Apr 19 2006 Matthias Saou <http://freshrpms.net/> 0.16-1
08ea566
- Update to 0.16.
08ea566
- Update URL.
08ea566
- Update build patch, keep fixed libdvdread include detection.
08ea566
- Include newly added man page.
08ea566
08ea566
* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 0.15-2
08ea566
- Release bump to drop the disttag number in FC5 build.
08ea566
08ea566
* Mon Jan  9 2006 Matthias Saou <http://freshrpms.net/> 0.15-1
08ea566
- Initial RPM release.
08ea566