SPECS: plasticfs.spec (NEW) - new
zbyniu
zbyniu at pld-linux.org
Sat Apr 22 02:53:11 CEST 2006
Author: zbyniu Date: Sat Apr 22 00:53:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
plasticfs.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/plasticfs.spec
diff -u /dev/null SPECS/plasticfs.spec:1.1
--- /dev/null Sat Apr 22 02:53:11 2006
+++ SPECS/plasticfs.spec Sat Apr 22 02:53:06 2006
@@ -0,0 +1,88 @@
+# $Revision$, $Date$
+Summary: the Plastic File System
+Summary(pl): Plastyczny system plików
+Name: plasticfs
+Version: 1.9
+Release: 1
+License: GPL
+Group: Libraries
+Source0: http://plasticfs.sourceforge.net/%{name}-%{version}.tar.gz
+# Source0-md5: 533dccd31ebcc6095e3c70663235a0fe
+URL: http://plasticfs.sourceforge.net/
+BuildRequires: groff
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Plastic File System is an LD_PRELOAD module for manipulating what
+the file system looks like for programs. This allows virtual file
+systems to exist in user space, without kernel hacks or modules.
+
+%package devel
+Summary: Header files for plasticfs library
+Summary(pl): Pliki nagłówkowe biblioteki plasticfs
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This is the package containing the header files for plasticfs library.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki plasticfs.
+
+%package static
+Summary: Static plasticfs library
+Summary(pl): Statyczna biblioteka plasticfs
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static plasticfs library.
+
+%description static -l pl
+Statyczna biblioteka plasticfs.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} \
+ CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ RPM_BUILD_ROOT=$RPM_BUILD_ROOT
+
+rm $RPM_BUILD_ROOT%{_mandir}/man1/plasticfs_license.1*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc etc/README.man
+%attr(755,root,root) %{_libdir}/libplasticfs.so.*.*.*
+%{_mandir}/man3/plasticfs.3*
+%{_mandir}/manl/plasticfs_*.l*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/*.la
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.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 2006/04/22 00:53:06 zbyniu
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list