Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
978d1677
Commit
978d1677
authored
Feb 02, 2003
by
Yves Duret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- updated URL again.
- macros for redhat. - fixes here and here.
parent
07c3739e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
libdvbpsi.spec
libdvbpsi.spec
+17
-5
No files found.
libdvbpsi.spec
View file @
978d1677
...
...
@@ -5,13 +5,24 @@
%define major 1
%define lib_name %{name}%{major}
%define redhat80 0
%if %redhat80
%define release %rel
# some mdk macros that do not exist in rh
%define configure2_5x CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
%define make %__make
%define makeinstall_std %__make DESTDIR="$RPM_BUILD_ROOT" install
# adjust define for Redhat.
%endif
Summary: A library for decoding and generating MPEG 2 and DVB PSI sections.
Name: %{name}
Version: %{version}
Release: %{release}
Packager: Yves Duret <yves@zarb.org>
License: GPL
URL: http://
www
.videolan.org/libdvbpsi/
URL: http://
developers
.videolan.org/libdvbpsi/
Group: System/Libraries
Source: http://www.videolan.org/pub/videolan/libdvbpsi/%{version}/%{name}-%{version}.tar.bz2
BuildRoot: %_tmppath/%name-%version-%release-root
...
...
@@ -36,8 +47,8 @@ decoding and generating. The important features are:
%package -n %{lib_name}-devel
Summary: Development tools for programs which will use the libdvbpsi library.
Group: Development/C
Provides: %name-devel
Requires: %{lib_name} = %
{version}
Provides: %name-devel
=%version-%release
Requires: %{lib_name} = %
version-%release
%description -n %{lib_name}-devel
The %{name}-devel package includes the header files and static libraries
...
...
@@ -53,11 +64,12 @@ the %name package installed.
%setup -q
%build
%configure --enable-release
%configure
2_5x
--enable-release
%make
%install
%makeinstall
rm -rf %buildroot
%makeinstall_std
%clean
rm -rf %buildroot
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment