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
c28a8201
Commit
c28a8201
authored
Sep 22, 2005
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove conflicting redefinition of macro release and fix several typo in this spec file.
parent
ad619b43
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
libdvbpsi.spec
libdvbpsi.spec
+10
-7
No files found.
libdvbpsi.spec
View file @
c28a8201
%define name libdvbpsi
3
%define name libdvbpsi
%define version 0.1.5
%define release 1
%define major 4
%define lib_name %{name}%{major}
%define redhat80 0
%if %redhat80
%define release %rel
%define redhat 0
%if %redhat
# some mdk macros that do not exist in rh
%define configure2_5x CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
%define make %__make
...
...
@@ -24,7 +23,7 @@ Packager: Yves Duret <yves@zarb.org>
License: GPL
URL: http://developers.videolan.org/libdvbpsi/
Group: System/Libraries
Source: http://www.videolan.org/pub/videolan/libdvbpsi/%{version}/%{name}
$
{major}-%{version}.tar.bz2
Source: http://www.videolan.org/pub/videolan/libdvbpsi/%{version}/%{name}
%
{major}-%{version}.tar.bz2
BuildRoot: %_tmppath/%name%major-%version-%release-root
%description
...
...
@@ -47,7 +46,7 @@ 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 =%version-%release
Provides: %name-devel =
%version-%release
Requires: %{lib_name} = %version-%release
%description -n %{lib_name}-devel
...
...
@@ -61,7 +60,7 @@ the %name package installed.
%prep
%setup -q
%setup -q
-n %{lib_name}-%{version}
%build
%configure2_5x --enable-release
...
...
@@ -91,6 +90,10 @@ rm -rf %buildroot
%{_includedir}/*
%changelog
* Thu Sep 22 2005 Jean-Paul Saman <jpsaman@videolan.org>
- Remove conflicting redefine of release
- Fix typo's
* Wed Jul 6 2005 Sam Hocevar <sam+rpm@zoy.org>
- 0.1.5 release.
...
...
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