packages: nilfs-utils/nilfs-utils.spec (NEW) - new

adamg adamg at pld-linux.org
Mon Jun 29 14:24:45 CEST 2009


Author: adamg                        Date: Mon Jun 29 12:24:45 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/nilfs-utils:
   nilfs-utils.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/nilfs-utils/nilfs-utils.spec
diff -u /dev/null packages/nilfs-utils/nilfs-utils.spec:1.1
--- /dev/null	Mon Jun 29 14:24:45 2009
+++ packages/nilfs-utils/nilfs-utils.spec	Mon Jun 29 14:24:40 2009
@@ -0,0 +1,89 @@
+# $Revision$, $Date$
+Summary:	Tools for the NILFS filesystem
+Summary(pl.UTF-8):	Narzędzia do systemu plików NILFS
+Name:		nilfs-utils
+Version:	2.0.13
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://www.nilfs.org/download/%{name}-%{version}.tar.bz2
+# Source0-md5:	cd47b54b76f6a0c533b544d3facc3ad8
+Patch0:		%{name}-no-ldconfig-on-install.patch
+URL:		http://www.nilfs.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+NILFS is a log-structured file system supporting versioning of the
+entire file system and continuous snapshotting which allows users to
+even restore files mistakenly overwritten or destroyed just a few
+seconds ago.
+
+This package provides utilities for NILFS.
+
+%package devel
+Summary:	Header files for NILFS
+Summary(pl.UTF-8):	Pliki nagłówkowe NILFS
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for NILFS.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe NILFS.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%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 ChangeLog NEWS README
+%{_sysconfdir}/nilfs_cleanerd.conf
+%attr(755,root,root) /sbin/*
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%{_mandir}/man1/*.1*
+%{_mandir}/man5/*.5*
+%{_mandir}/man8/*.8*
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+%{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/*.h
+
+%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  2009/06/29 12:24:40  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list