Projects
home:enzokiel:Testing
libmp4v2
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
libmp4v2.spec
Changed
@@ -1,5 +1,5 @@ # -# spec file for package libmp4v2 +# spec file for package mp4v2 # # Copyright (c) 2025 SUSE LLC # @@ -22,7 +22,7 @@ Version: 2.1.3 Release: 0 URL: https://mp4v2.org/ -Source0: https://github.com/enzo1982/mp4v2/archive/refs/tags/v%{version}.tar.gz#/mp4v2-%{version}.tar.gz +Source0: https://github.com/enzo1982/mp4v2/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz License: MPLv1.1 Group: Productivity/Multimedia/Other BuildRequires: autoconf @@ -36,26 +36,26 @@ This is the new MP4v2 project, a fork of the abandoned MP4v2 library project now archived at Google Code. -%package -n libmp4v2%{sover} +%package -n lib%{name}%{sover} Summary: A C/C++ library to create, modify and read MP4 files Group: Productivity/Multimedia/Other Provides: %{name} = %{version} -%description -n libmp4v2%{sover} +%description -n lib%{name}%{sover} This is the new MP4v2 project, a fork of the abandoned MP4v2 library project now archived at Google Code. -%package devel +%package -n lib%{name}-devel Summary: Development Environment for libmp4v2 Group: Development/Libraries/C and C++ Requires: libmp4v2%{sover} = %{version} -%description devel +%description -n lib%{name}-devel This package contains the include-files and static libraries for libmp4v2. %prep -%autosetup -n mp4v2-%{version} +%autosetup %build autoreconf -fiv @@ -70,16 +70,33 @@ # We install the files on our own, using %%doc ##rm -rf %{buildroot}%{_datadir}/doc/libmp4v2/ -%post -n libmp4v2%{sover} -p /sbin/ldconfig -%postun -n libmp4v2%{sover} -p /sbin/ldconfig +%post -n lib%{name}%{sover} -p /sbin/ldconfig +%postun -n lib%{name}%{sover} -p /sbin/ldconfig -%files -n libmp4v2%{sover} +%files %license COPYING %doc README +%{_bindir}/mp4art +%{_bindir}/mp4chaps +%{_bindir}/mp4extract +%{_bindir}/mp4file +%{_bindir}/mp4info +%{_bindir}/mp4subtitle +%{_bindir}/mp4tags +%{_bindir}/mp4track +%{_bindir}/mp4trackdump +%{_mandir}/man1/mp4art.1%{?ext_man} +%{_mandir}/man1/mp4chaps.1%{?ext_man} +%{_mandir}/man1/mp4file.1%{?ext_man} +%{_mandir}/man1/mp4subtitle.1%{?ext_man} +%{_mandir}/man1/mp4tags.1%{?ext_man} +%{_mandir}/man1/mp4track.1%{?ext_man} + +%files -n lib%{name}%{sover} %{_libdir}/libmp4v2.so.%{sover} %{_libdir}/libmp4v2.so.%{sover}.* -%files devel +%files -n lib%{name}-devel %{_includedir}/mp4v2 %{_libdir}/libmp4v2.so %{_libdir}/pkgconfig/mp4v2.pc
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.