rpms/jVorbisEnc/F-9 import.log, NONE, 1.1 jVorbisEnc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Fri May 1 22:38:51 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/jVorbisEnc/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4160/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log jVorbisEnc.spec 
Log Message:
* Thu Apr 30 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1-3
- License is LGPLv2+

* Wed Apr 29 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1-2
- Disable building of aot bits on ppc64 (RHBZ #498351)

* Sat Mar 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1-1
- Initial build for Fedora. SPEC file borrowed from SUSE.

* Mon Mar 19 2006 Toni Graffy <toni at links2linux.de> - 0.1a-0.pm.1
- First packaged release 0.1a



--- NEW FILE import.log ---
jVorbisEnc-0_1-3_fc10:F-9:jVorbisEnc-0.1-3.fc10.src.rpm:1241217479


--- NEW FILE jVorbisEnc.spec ---
%global with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}
Name:           jVorbisEnc
Summary:        Pure Java Ogg Vorbis Encoder
Group:          System Environment/Libraries
Version:        0.1
Release:        3%{?dist}
License:        LGPLv2+
URL:            http://zbigniew.sudnik.org/app/vorbis/vorbis.html
Source0:        http://zbigniew.sudnik.org/app/vorbis/download/%{name}_src.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  jpackage-utils
BuildRequires:  java-devel >= 1.5
%if %{with_gcj}
BuildRequires:  java-gcj-compat-devel >= 1.0.31
Requires(post):   java-gcj-compat >= 1.0.31
Requires(postun): java-gcj-compat >= 1.0.31
%else
BuildArch:      noarch
%endif
Requires:       jpackage-utils
Requires:       java >= 1.5


%description
JVorbis is a music encoder, which compresses high quality audio format 
(44.1-48.0kHz, 16+ bit, polyphonic).

%package javadoc
Summary:        Javadocs for %{name}
Group:          Documentation
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -c -n %{name}

%build
mkdir classes
%javac -d classes `find ./ -name \*.java`

%jar cf %{name}.jar -C classes .

%javadoc -d doc -public `find ./ -name \*.java`

%install
rm -rf %{buildroot}
# jars
install -dm 755 %{buildroot}%{_javadir}
install -pm 644 %{name}.jar \
        %{buildroot}%{_javadir}/%{name}-%{version}.jar

pushd %{buildroot}%{_javadir}
   for jar in *-%{version}*; do
      ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
   done
popd

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}

# Building of aot bits fail on ppc64. RHBZ #498351
%ifnarch ppc64
%if %{with_gcj}
%{_bindir}/aot-compile-rpm
%endif

%post
%if %{with_gcj}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
%{_bindir}/rebuild-gcj-db
fi
%endif

%postun
%if %{with_gcj}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
%{_bindir}/rebuild-gcj-db
fi
%endif
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_javadir}/%{name}*.jar
%ifnarch ppc64
%if %{with_gcj}
%{_libdir}/gcj/%{name}
%endif
%endif

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}

%changelog
* Thu Apr 30 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1-3
- License is LGPLv2+

* Wed Apr 29 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1-2
- Disable building of aot bits on ppc64 (RHBZ #498351)

* Sat Mar 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1-1
- Initial build for Fedora. SPEC file borrowed from SUSE.

* Mon Mar 19 2006 Toni Graffy <toni at links2linux.de> - 0.1a-0.pm.1
- First packaged release 0.1a


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jVorbisEnc/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 May 2009 20:53:55 -0000	1.1
+++ .cvsignore	1 May 2009 22:38:21 -0000	1.2
@@ -0,0 +1 @@
+jVorbisEnc_src.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jVorbisEnc/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 May 2009 20:53:55 -0000	1.1
+++ sources	1 May 2009 22:38:21 -0000	1.2
@@ -0,0 +1 @@
+8476478045d6f7c0114272bc8bab97e1  jVorbisEnc_src.zip




More information about the fedora-extras-commits mailing list