[libdvdnav-devel] Remove outdated libdvdread.spec.in

Jean-Baptiste Kempf git at videolan.org
Sun Dec 29 16:37:27 CET 2013


libdvdread | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 29 16:37:09 2013 +0100| [d562aebfb4c8232a51499f7696d3dbe9f8ec18fc] | committer: Jean-Baptiste Kempf

Remove outdated libdvdread.spec.in

> http://git.videolan.org/gitweb.cgi/libdvdread.git/?a=commit;h=d562aebfb4c8232a51499f7696d3dbe9f8ec18fc
---

 misc/libdvdread.spec.in |   50 -----------------------------------------------
 1 file changed, 50 deletions(-)

diff --git a/misc/libdvdread.spec.in b/misc/libdvdread.spec.in
deleted file mode 100644
index c80dfd8..0000000
--- a/misc/libdvdread.spec.in
+++ /dev/null
@@ -1,50 +0,0 @@
-%define prefix  @prefix@
-%define name    @PACKAGE_NAME@
-%define ver     @PACKAGE_VERSION@
-%define rel     0
-
-Name:           %{name}
-Summary:        Low level DVD access library
-Version:        %{ver}
-Release:        %{rel}
-Group:          Development/Libraries
-Copyright:      GPL
-Url:            http://dvd.sourceforge.net/
-Source:         %{name}-%{version}.tar.gz
-Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root
-
-%description
-libdvdread provides support to applications wishing to make use of basic
-DVD reading features.
-
-%prep
-%setup
-
-%build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install-strip DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -r $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING INSTALL README
-%{prefix}/bin/dvdread-config
-%{prefix}/lib/libdvdread*.la
-%{prefix}/lib/libdvdread*.so.*
-%{prefix}/lib/libdvdread*.so
-%{prefix}/include/libdvdread/*
- at INSTALL_M4_TRUE@@ACLOCAL_DIR@/dvdread.m4
-
-%changelog
-* Sun Mar 18 2002 Daniel Caujolle-Bert <f1rmb at users.sourceforge.net>
-- Add missing files. Fix rpm generation.
-* Tue Mar 12 2002 Rich Wareham <richwareham at users.sourceforge.net>
-- Canabalisation to form libdvdnav spec file.
-* Sun Sep 09 2001 Thomas Vander Stichele <thomas at apestaart.org>
-- first spec file



More information about the libdvdnav-devel mailing list