rpms/faac/devel .cvsignore, 1.2, 1.3 faac.spec, 1.4, 1.5 sources, 1.2, 1.3

Thorsten Leemhuis thl at rpmfusion.org
Sun Dec 14 16:01:21 CET 2008


Author: thl

Update of /cvs/free/rpms/faac/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31851

Modified Files:
	.cvsignore faac.spec sources 
Log Message:
* Sun Dec 14 2008 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.26-1
- ship AUTHORS NEWS docs/*
- integrated changes from Julian Sikorski <belegdol[at]gmail[dot]com>
-- Updated to 1.26
-- Dropped dos2unix BR, not needed anymore
-- Made Source0 use macros
-- Fixed License tag
-- Fixed file permissions
-- Converted ChangeLog to utf-8



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/faac/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Jul 2008 17:58:28 -0000	1.2
+++ .cvsignore	14 Dec 2008 15:01:21 -0000	1.3
@@ -1 +1 @@
-faac-1.25.tar.gz
+faac-1.26.tar.gz


Index: faac.spec
===================================================================
RCS file: /cvs/free/rpms/faac/devel/faac.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- faac.spec	4 Nov 2008 09:35:34 -0000	1.4
+++ faac.spec	14 Dec 2008 15:01:21 -0000	1.5
@@ -1,12 +1,12 @@
 Name:           faac
-Version:        1.25
-Release:        7%{?dist}
+Version:        1.26
+Release:        1%{?dist}
 Summary:        Encoder and encoding library for MPEG2/4 AAC
 
 Group:          Applications/Multimedia
-License:        LGPL2+
+License:        LGPLv2+
 URL:            http://www.audiocoding.com/
-Source0:        http://download.sourceforge.net/sourceforge/faac/faac-1.25.tar.gz
+Source0:        http://download.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Patch0:         faac-1.25-enable-libmp4v2.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,7 +15,6 @@
 BuildRequires:  libtool
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  dos2unix
 
 
 %description
@@ -37,9 +36,15 @@
 
 %prep
 %setup -q -n %{name}
-find . -type f -print|xargs dos2unix 
 %patch0 -p1 -b .patch0
-chmod 0644 COPYING ChangeLog README TODO
+
+#fix permissions
+find . -type f \( -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
+chmod 644 AUTHORS COPYING ChangeLog NEWS README TODO docs/*
+
+#fix encoding
+/usr/bin/iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && /bin/mv -f ChangeLog.conv ChangeLog
+/usr/bin/iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && /bin/mv -f AUTHORS.conv AUTHORS
 
 %build
 sh ./bootstrap
@@ -63,7 +68,7 @@
 
 %files 
 %defattr(-,root,root,-)
-%doc COPYING ChangeLog README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README TODO docs/*
 %{_bindir}/*
 %{_libdir}/*.so.*
 
@@ -74,6 +79,16 @@
 %{_includedir}/*.h
 
 %changelog
+* Sun Dec 14 2008 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.26-1
+- ship AUTHORS NEWS docs/*
+- integrated changes from Julian Sikorski <belegdol[at]gmail[dot]com>
+-- Updated to 1.26
+-- Dropped dos2unix BR, not needed anymore
+-- Made Source0 use macros
+-- Fixed License tag
+-- Fixed file permissions
+-- Converted ChangeLog to utf-8
+
 * Tue Nov 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.25-7
 - chmod 644 all docs (fixes #115)
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/faac/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Jul 2008 17:58:28 -0000	1.2
+++ sources	14 Dec 2008 15:01:21 -0000	1.3
@@ -1 +1 @@
-75eaffd18ee072eaca52ae2d622bb1db  faac-1.25.tar.gz
+1d7c019bd2dbb4f3101b8937ebc59cf6  faac-1.26.tar.gz



More information about the rpmfusion-commits mailing list