rpms/libmpcdec/devel libmpcdec.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Apr 1 18:02:00 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/libmpcdec/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8570/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libmpcdec.spec 
Log Message:
auto-import libmpcdec-1.2.2-1 on branch devel from libmpcdec-1.2.2-1.src.rpm


--- NEW FILE libmpcdec.spec ---

Summary: Musepack audio decoding library
Name:	 libmpcdec
Version: 1.2.2
Release: 1%{?dist}

License: LGPL
Group: 	 System Environment/Libraries
URL: 	 http://www.musepack.net/
Source:	 http://files2.musepack.net/source/libmpcdec-1.2.2.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Musepack is an audio compression format with a strong emphasis on high quality.
It's not lossless, but it is designed for transparency, so that you won't be
able to hear differences between the original wave file and the much smaller
MPC file.
It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed
and vastly improved and is now at an advanced stage in which it contains
heavily optimized and patentless code.


%package devel
Summary: Development files for the Musepack audio decoding library
Group:	 Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
%{summary}.


%prep
%setup -q


%build
%configure --disable-static

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

#Unpackaged files
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la


%clean
rm -rf $RPM_BUILD_ROOT 


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/lib*.so.*

%files devel
%defattr(-,root,root,-)
%doc docs/html/*
%{_includedir}/*
%{_libdir}/lib*.so


%changelog
* Thu Jan 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.2-1
- libmpcdec-1.2.2

* Thu Jan 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1-2
- cleanup

* Fri Jun 17 2005 Mihai Maties <mihai at xcyb.org> 1.1-1
- update to 1.1
- changed license to BSD
- updated the spec to use autotools

* Fri Nov 26 2004 Matthias Saou <http://freshrpms.net/> 1.0.2-1
- Initial RPM release.
- Include the mandatory copy of the LGPL (there is none in the sources...).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libmpcdec/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Apr 2006 18:01:18 -0000	1.1
+++ .cvsignore	1 Apr 2006 18:02:00 -0000	1.2
@@ -0,0 +1 @@
+libmpcdec-1.2.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libmpcdec/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Apr 2006 18:01:18 -0000	1.1
+++ sources	1 Apr 2006 18:02:00 -0000	1.2
@@ -0,0 +1 @@
+f14e07285b9b102a806649074c1d779b  libmpcdec-1.2.2.tar.bz2




More information about the fedora-extras-commits mailing list