rpms/libdiscid/F-8 libdiscid.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Sat Nov 17 01:24:13 UTC 2007


Author: alexlan

Update of /cvs/pkgs/rpms/libdiscid/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12193/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	libdiscid.spec 
Log Message:
New package import: libdiscid-0.1.1-5



--- NEW FILE libdiscid.spec ---
Name:           libdiscid
Version:        0.1.1
Release:        5%{?dist}
Summary:        A Library for creating MusicBrainz DiscIDs

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://musicbrainz.org/doc/libdiscid
Source0:        http://users.musicbrainz.org/~matt/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This C library %{name} creates MusicBrainz DiscIDs from audio CDs. It
reads the table of contents (TOC) of a CD and generates an identifier
which can be used to lookup the CD at MusicBrainz. Additionally, it
provides a submission URL for adding the DiscID to the database.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" 
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


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

%files devel
%defattr(-,root,root,-)
%{_includedir}/discid/

%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Nov 16 2007 Alex Lancaster <alexl at users.sourceforge.net> - 0.1.1-5
- Fix description
- devel package Requires: pkgconfig
- save header timestamps

* Fri Nov 16 2007 Alex Lancaster <alexl at users.sourceforge.net> - 0.1.1-4
- Remove unneeded doc directive in -devel package, add COPYING file

* Fri Nov 16 2007 Alex Lancaster <alexl at users.sourceforge.net> - 0.1.1-3
- Fix tarball

* Thu Nov 15 2007 Alex Lancaster <alexl at users.sourceforge.net> - 0.1.1-2
- Update as per packaging guidelines: fix license tag, add docs

* Sun Jul 15 2007 Kyle VanderBeek <kylev at kylev.com> - 0.1.1-1
- Initial version for Fedora 7


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libdiscid/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Nov 2007 17:15:42 -0000	1.1
+++ .cvsignore	17 Nov 2007 01:23:41 -0000	1.2
@@ -0,0 +1 @@
+libdiscid-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libdiscid/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Nov 2007 17:15:42 -0000	1.1
+++ sources	17 Nov 2007 01:23:41 -0000	1.2
@@ -0,0 +1 @@
+c36d842fc550fc80f5b0734c314d3648  libdiscid-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list