]> git.pld-linux.org Git - packages/ext2resize.git/commitdiff
new spec/updated specs
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 Jul 1999 09:19:55 +0000 (09:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ext2resize.spec -> 1.1

ext2resize.spec [new file with mode: 0644]

diff --git a/ext2resize.spec b/ext2resize.spec
new file mode 100644 (file)
index 0000000..0f00c11
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       an ext2 filesystem resizer
+Summary(pl):   narzêdzie do zmiany wielko¶ci systemu plików ext2
+Name:          ext2resize
+Version:       1.0.3
+Release:       1
+Group:         Utilities/System
+Group(pl):     Narzêdzia/System
+Copyright:     GPL
+Source:        http://www.dsv.nl/~buytenh/ext2resize/%{name}-%{version}.tar.bz2
+URL:           http://www.dsv.nl/~buytenh/ext2resize/
+Vendor:                Lennert Buytenhek <buytenh@dsv.nl>
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+an ext2 filesystem resizer
+
+%description -l pl
+narzêdzie do zmiany wielko¶ci systemu plików ext2
+
+%prep
+%setup -q -n %{name}-1.0
+
+%build
+%configure
+make CFLAGS="$RPM_OPT_FLAGS -Wall"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d                     $RPM_BUILD_ROOT%{_sbindir}
+install -s src/ext2resize      $RPM_BUILD_ROOT%{_sbindir}
+gzip -9nf THANKS doc/HOWTO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {THANKS,doc/HOWTO}.gz
+%attr(755, root,     root)     %{_sbindir}/*
This page took 0.041099 seconds and 4 git commands to generate.