SPECS: fatattr.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Jan 19 19:05:22 CET 2008
Author: qboosh Date: Sat Jan 19 18:05:22 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
fatattr.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fatattr.spec
diff -u /dev/null SPECS/fatattr.spec:1.1
--- /dev/null Sat Jan 19 19:05:22 2008
+++ SPECS/fatattr.spec Sat Jan 19 19:05:16 2008
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary: fatattr - display or change attributes on a FAT filesystem
+Summary(pl.UTF-8): fatattr - odczyt i zmiana atrybutów na systemie plików FAT
+Name: fatattr
+Version: 1.0
+Release: 1
+License: GPL v2+
+Group: Applications/System
+Source0: ftp://ftp.kernel.org/pub/linux/utils/fs/fat/fatattr/%{name}-%{version}.tar.bz2
+# Source0-md5: 75e56953cf24ed04b2dfc7700ae4e6cf
+BuildRequires: linux-libc-headers >= 7:2.6.11
+# bogus check
+BuildRequires: zlib-devel
+Requires: uname(release) >= 2.6.11
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fatattr displays or changes attributes on an MS-DOS FAT filesystem.
+
+%description -l pl.UTF-8
+fatattr odczytuje i zmienia atrybuty plików i katalogów na systemie
+plików FAT znanym z MS-DOS-a.
+
+%prep
+%setup -q
+
+%build
+%configure
+# pass empty LIBS to override bogus -lz
+%{__make} \
+ LIBS=
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ INSTALLROOT=$RPM_BUILD_ROOT \
+ MAN1PAGES=fatattr.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/fatattr
+%{_mandir}/man1/fatattr.1*
+
+%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 2008-01-19 18:05:16 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list