SPECS: libisofs.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Sep 8 21:05:25 CEST 2007
Author: qboosh Date: Sat Sep 8 19:05:25 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
libisofs.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/libisofs.spec
diff -u /dev/null SPECS/libisofs.spec:1.1
--- /dev/null Sat Sep 8 21:05:25 2007
+++ SPECS/libisofs.spec Sat Sep 8 21:05:20 2007
@@ -0,0 +1,89 @@
+# $Revision$, $Date$
+Summary: Library to pack up hard disk files and directories into a ISO 9660 disk image
+Summary(pl.UTF-8): Biblioteka do pakowania plików i katalogów w obrazy ISO 9660
+Name: libisofs
+Version: 0.2.8
+Release: 1
+License: GPL v2
+Group: Libraries
+Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 19d42bf2aabf2950279320b5f6522a05
+URL: http://libburnia.pykix.org/
+BuildRequires: libburn-devel >= 0.3.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libisofs is the library to pack up hard disk files and directories
+into a ISO 9660 disk image.
+
+%description -l pl.UTF-8
+libisofs to biblioteka do pakowania plików i katalogów z twardego
+dysku w obrazy ISO 9660.
+
+%package devel
+Summary: Header files for libisofs library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libisofs
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for libisofs library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libisofs.
+
+%package static
+Summary: Static libisofs library
+Summary(pl.UTF-8): Statyczna biblioteka libisofs
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static libisofs library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libisofs.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CONTRIBUTORS COPYRIGHT README TODO
+%attr(755,root,root) %{_libdir}/libisofs.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libisofs.so
+%{_libdir}/libisofs.la
+%{_includedir}/libisofs
+%{_pkgconfigdir}/libisofs-1.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libisofs.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/09/08 19:05:20 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list