rpms/lsdvd/F-7 lsdvd-0.16-build.patch, NONE, 1.1 lsdvd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Aug 22 17:52:32 UTC 2007


Author: thias

Update of /cvs/extras/rpms/lsdvd/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28768/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	lsdvd-0.16-build.patch lsdvd.spec 
Log Message:
Initial import.


lsdvd-0.16-build.patch:

--- NEW FILE lsdvd-0.16-build.patch ---
diff -Naupr lsdvd-0.16.orig/configure.in lsdvd-0.16/configure.in
--- lsdvd-0.16.orig/configure.in	2005-12-12 21:11:01.000000000 +0100
+++ lsdvd-0.16/configure.in	2006-04-19 16:32:33.000000000 +0200
@@ -10,7 +10,8 @@ fi
 
 AC_CHECK_LIB(dvdread, DVDOpen, , AC_MSG_ERROR([libdvdread not found!]))
 AC_MSG_CHECKING([for dvdread/ifo_read.h])
-AC_TRY_COMPILE([#include <dvdread/ifo_read.h>
+AC_TRY_COMPILE([#include <inttypes.h>,
+		#include <dvdread/ifo_read.h>
 		#include <stdint.h>], ,
 	AC_MSG_RESULT([yes]), 
 	AC_MSG_RESULT([no]) 
diff -Naupr lsdvd-0.16.orig/lsdvd.c lsdvd-0.16/lsdvd.c
--- lsdvd-0.16.orig/lsdvd.c	2006-03-02 14:48:11.000000000 +0100
+++ lsdvd-0.16/lsdvd.c	2006-04-19 16:32:48.000000000 +0200
@@ -13,6 +13,7 @@
  *  2003-04-19  Cleanups get_title_name, added dvdtime2msec, added helper macros,
  *			  output info structures in form of a Perl module, by Henk Vergonet.
  */
+#include <inttypes.h>
 #include <dvdread/ifo_read.h>
 #include <string.h>
 #include <sys/stat.h>
diff -Naupr lsdvd-0.16.orig/Makefile.am lsdvd-0.16/Makefile.am
--- lsdvd-0.16.orig/Makefile.am	2006-03-03 08:26:23.000000000 +0100
+++ lsdvd-0.16/Makefile.am	2006-04-19 16:33:04.000000000 +0200
@@ -1,4 +1,3 @@
 bin_PROGRAMS = lsdvd
 lsdvd_SOURCES = lsdvd.c ocode.c ohuman.c oxml.c lsdvd.h oxml.h ocode.h lsdvd.1
-lsdvd_CFLAGS = -ggdb
 man_MANS = lsdvd.1


--- NEW FILE lsdvd.spec ---
Summary: Small application for listing the contents of DVDs
Name: lsdvd
Version: 0.16
Release: 5%{?dist}
License: GPLv2
Group: Applications/Multimedia
URL: http://untrepid.com/lsdvd/
Source: http://downloads.sf.net/lsdvd/lsdvd-%{version}.tar.gz
Patch: lsdvd-0.16-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: autoconf, automake
BuildRequires: libdvdread-devel

%description
lsdvd is a small application which lists the contents of DVDs to your terminal.


%prep
%setup -q
%patch -p1 -b .build
%{__aclocal}
%{__automake} --add-missing --copy --force --gnu --include-deps Makefile
%{__autoconf}


%build
%configure --disable-dependency-tracking
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"


%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/lsdvd
%{_mandir}/man1/lsdvd.1*


%changelog
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 0.16-5
- Bump release to make our package newer than all known external ones.
- Add dist tag.
- Add --disable-dependency-tracking to %%configure.
- Simplify %%description to remove useless technical details.

* Mon May  8 2006 Matthias Saou <http://freshrpms.net/> 0.16-2
- Rebuild with latest tarball from sf.net, as apparently the original 0.16
  source was replaced after 3 days by a "fixed" source with the same file name.

* Wed Apr 19 2006 Matthias Saou <http://freshrpms.net/> 0.16-1
- Update to 0.16.
- Update URL.
- Update build patch, keep fixed libdvdread include detection.
- Include newly added man page.

* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 0.15-2
- Release bump to drop the disttag number in FC5 build.

* Mon Jan  9 2006 Matthias Saou <http://freshrpms.net/> 0.15-1
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lsdvd/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Aug 2007 17:07:37 -0000	1.1
+++ .cvsignore	22 Aug 2007 17:51:59 -0000	1.2
@@ -0,0 +1 @@
+lsdvd-0.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lsdvd/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Aug 2007 17:07:37 -0000	1.1
+++ sources	22 Aug 2007 17:51:59 -0000	1.2
@@ -0,0 +1 @@
+340e1abe5c5e5abf7ff8031e78f49ee7  lsdvd-0.16.tar.gz




More information about the fedora-extras-commits mailing list