rpms/libmirage/F-9 libmirage.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jiří Moskovčák jmoskovc at fedoraproject.org
Thu Sep 25 12:58:46 UTC 2008


Author: jmoskovc

Update of /cvs/extras/rpms/libmirage/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26051

Modified Files:
	.cvsignore sources 
Added Files:
	libmirage.spec 
Log Message:
New package



--- NEW FILE libmirage.spec ---
Summary: A CD-ROM image access library
Name: libmirage
Version: 1.1.0
Release: 3%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://cdemu.sourceforge.net/pkg_libmirage.php
Source: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: flex, bison
BuildRequires: libsndfile-devel
BuildRequires: glib2-devel
BuildRequires: gtk-doc
BuildRequires: zlib-devel

%description
This is libMirage library, a CD-ROM image access library, and part of the 
userspace-cdemu suite, a free, GPL CD/DVD-ROM device emulator for linux. It is
written in C and based on GLib.

The aim of libMirage is to provide uniform access to the data stored in 
different image formats, by creating a representation of disc stored in image 
file, which is based on GObjects.

%package devel
Summary: A CD-ROM image access library
Group: Development/Libraries
Requires: pkgconfig
Requires: %{name} = %{version}-%{release}
Requires: gtk-doc

%description devel
This is libMirage library, a CD-ROM image access library, and part of the 
userspace-cdemu suite, a free, GPL CD/DVD-ROM device emulator for linux. It is
written in C and based on GLib.

This package contains files needed to develop with libMirage.

%prep
%setup -q

%build
%configure --enable-gtk-doc --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/libmirage/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post 
/sbin/ldconfig
update-mime-database %{_datadir}/mime &> /dev/null || :

%postun
/sbin/ldconfig
update-mime-database %{_datadir}/mime &> /dev/null || :

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

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

%changelog
* Mon Aug 25 2008 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.0-3
- fixed post and postun in spec file

* Mon Aug 11 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 1.1.0-2
- more spec file fixes:
    - added "-p" to install to preserve timestamps
    - removed shared-mime-info from Requires since it's not needed
    - added zlib-devel do BuildRequires

* Thu Aug  7 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 1.1.0-1
- updated to latest version
- dropped ppc patch
- spec file cleanups:
    - fixed Source url
    - removed pkgconfig from BuildRequires
    - added shared-mime-info to Requires

* Mon Jul 28 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 1.0.0-3
- spec file cleanups:
    - corrected URL
    - fixed versioned dependecies on pkgconfig
    - removed empty files from rpm
    - added gtk-doc to BuildRequires & Requires
    - license changed to GPLv2+

* Mon Jun 23 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 1.0.0-2
- Initial Fedora release
- fixed issue with compiling on ppc

* Thu Dec 20 2007 Rok Mandeljc <rok.mandeljc at email.si> - 1.0.0-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libmirage/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Sep 2008 23:48:28 -0000	1.1
+++ .cvsignore	25 Sep 2008 12:58:15 -0000	1.2
@@ -0,0 +1 @@
+libmirage-1.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libmirage/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Sep 2008 23:48:28 -0000	1.1
+++ sources	25 Sep 2008 12:58:15 -0000	1.2
@@ -0,0 +1 @@
+47969d13bfa81344dfe6f5c4f24ad10d  libmirage-1.1.0.tar.bz2




More information about the fedora-extras-commits mailing list