[libdvdnav-devel] Remove outdated libdvdread.spec.in
Jean-Baptiste Kempf
git at videolan.org
Sun Dec 29 16:42:48 CET 2013
libdvdread | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 29 16:37:09 2013 +0100| [94e9d32d52f3828260f81a9e8a0fb2e84de5403e] | committer: Jean-Baptiste Kempf
Remove outdated libdvdread.spec.in
> http://git.videolan.org/gitweb.cgi/libdvdread.git/?a=commit;h=94e9d32d52f3828260f81a9e8a0fb2e84de5403e
---
configure.ac | 1 -
misc/libdvdread.spec.in | 50 -----------------------------------------------
2 files changed, 51 deletions(-)
diff --git a/configure.ac b/configure.ac
index 60414f5..632ddb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,5 +102,4 @@ AC_OUTPUT([
Makefile
doc/doxygen.cfg
misc/dvdread.pc
-misc/libdvdread.spec
])
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