]> git.pld-linux.org Git - packages/genromfs.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 21:48:36 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    genromfs.spec -> 1.5

genromfs.spec

index 922337134f008b3bf983fdc4e28b831655543461..37966a21755bcba8d9e349505cd46faf091cbd22 100644 (file)
@@ -1,22 +1,23 @@
-Summary: Tool for creating romfs filesystems.
-Name: genromfs
-Version: 0.3
-Release: 4
-Copyright: GPL
-Group: System Environment/Base
-Source: ftp://ftp.banki.hu/pub/linux/local/genromfs-0.3.tar.gz
-Patch: genromfs-0.3.patch
+Summary:       Tool for creating romfs filesystems
+Name:          genromfs
+Version:       0.3
+Release:       4
+License:       GPL
+Group:         Utilities/System
+Group(pl):     Narzêdzia/System
+Source0:       ftp://ftp.banki.hu/pub/linux/local/%{name}-%{version}.tar.gz
+Patch0:                genromfs-0.3.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-ExclusiveOS: Linux
+ExclusiveOS:   Linux
 
 %description
 Genromfs is a tool for creating romfs filesystems, which are
-lightweight, read-only filesystems supported by the Linux
-kernel.
+lightweight, read-only filesystems supported by the Linux kernel.
 
 %description -l pl
-genromfs jest narzêdziem s³u¿±cym do tworzenia systemów plików romfs, które
-s± lekkimi systemami plików tylko do odczytu, obs³ugiwanymi przez j±dro Linuksa.
+genromfs jest narzêdziem s³u¿±cym do tworzenia systemów plików romfs,
+które s± lekkimi systemami plików tylko do odczytu, obs³ugiwanymi
+przez j±dro Linuksa.
 
 %prep
 %setup -q
@@ -27,14 +28,15 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT/usr/man/man8
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
+
 make install PREFIX=$RPM_BUILD_ROOT
-strip $RPM_BUILD_ROOT/usr/bin/genromfs
+strip $RPM_BUILD_ROOT%{_bindir}/genromfs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-/usr/bin/*
-/usr/man/man8/*
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man8/*
This page took 0.063441 seconds and 4 git commands to generate.