[packages/yamdi] - updated to 1.9

qboosh qboosh at pld-linux.org
Fri Nov 29 19:44:20 CET 2024


commit 7c2df1fdf50dae8c4ce31d4d5b573877af413229
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Nov 29 19:44:31 2024 +0100

    - updated to 1.9

 yamdi.spec | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/yamdi.spec b/yamdi.spec
index 403ca8b..9ce0d10 100644
--- a/yamdi.spec
+++ b/yamdi.spec
@@ -1,13 +1,13 @@
 Summary:	Yet Another MetaData Injector for FLV
-Summary(pl.UTF-8):	Kolejny iniektor metadanych dla FLV
+Summary(pl.UTF-8):	Kolejne narzędzie do wstawiania metadanych do plików FLV
 Name:		yamdi
-Version:	1.4
+Version:	1.9
 Release:	1
-License:	Other
-Group:		Applications/Text
-Source0:	http://dl.sourceforge.net/yamdi/%{name}-%{version}.tar.gz
-# Source0-md5:	aaca43b47a4541564ee84ef1e3a22b04
-URL:		http://yamdi.sourceforge.net/
+License:	BSD
+Group:		Applications/Multimedia
+Source0:	https://downloads.sourceforge.net/yamdi/%{name}-%{version}.tar.gz
+# Source0-md5:	14254b2a68f88feb3fead962bca5dc03
+URL:		https://yamdi.sourceforge.net/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -16,19 +16,20 @@ injector for FLV files. It adds the onMetaData event to your FLV
 files.
 
 %description -l pl.UTF-8
-yamdi to rozwiniecie anglojęzycznego skrótu Yet Another MetaData
-Injector czyli Kolejny Iniektor Metadanych dla formatu FLV. Program
-dodaje zdarzenia onMetaData do plikow FLV.
+yamdi to anglojęzyczny skrót od Yet Another MetaData Injector, czyli
+kolejne narzędzie do wstawiania metadanych do plików FLV. Dodaje do
+nich zdarzenie onMetaData.
 
 %prep
 %setup -q
 
 %build
-%{__cc} yamdi.c -o yamdi %{rpmcflags} -Wall -D_FILE_OFFSET_BITS=64
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmldflags} %{rpmcflags} %{rpmcppflags} -Wall -D_FILE_OFFSET_BITS=64"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_bindir}
 
 install yamdi $RPM_BUILD_ROOT%{_bindir}/yamdi
@@ -39,4 +40,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGES LICENSE README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/yamdi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/yamdi.git/commitdiff/7c2df1fdf50dae8c4ce31d4d5b573877af413229



More information about the pld-cvs-commit mailing list