SPECS: lsdvd.spec - updated to 0.16, added stdint patch

qboosh qboosh at pld-linux.org
Sat Mar 4 21:26:37 CET 2006


Author: qboosh                       Date: Sat Mar  4 20:26:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.16, added stdint patch

---- Files affected:
SPECS:
   lsdvd.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/lsdvd.spec
diff -u SPECS/lsdvd.spec:1.9 SPECS/lsdvd.spec:1.10
--- SPECS/lsdvd.spec:1.9	Sun May 29 02:48:40 2005
+++ SPECS/lsdvd.spec	Sat Mar  4 21:26:32 2006
@@ -2,12 +2,13 @@
 Summary:	List dvd's content
 Summary(pl):	Pokazywanie zawartości dvd
 Name:		lsdvd
-Version:	0.15
+Version:	0.16
 Release:	1
 License:	GPL
 Group:		Applications/File
 Source0:	http://dl.sourceforge.net/acidrip/%{name}-%{version}.tar.gz
-# Source0-md5:	5ea6a942804cfc7911e7a0efe4819c7a
+# Source0-md5:	0dbb395f73aeec4b08d8997d07df287b
+Patch0:		%{name}-stdint.patch
 URL:		http://untrepid.com/acidrip/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -29,9 +30,9 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -40,7 +41,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -50,8 +50,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README NEWS
-%attr(755,root,root) %{_bindir}/*
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/lsdvd
+%{_mandir}/man1/lsdvd.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -59,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/03/04 20:26:32  qboosh
+- updated to 0.16, added stdint patch
+
 Revision 1.9  2005/05/29 00:48:40  petec
 - up to 0.15
 - working URL
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lsdvd.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list