]> git.pld-linux.org Git - packages/fastjar.git/commitdiff
- jar generation utility
authorwrobell <wrobell@pld-linux.org>
Tue, 29 Aug 2000 08:03:09 +0000 (08:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fastjar.spec -> 1.1

fastjar.spec [new file with mode: 0644]

diff --git a/fastjar.spec b/fastjar.spec
new file mode 100644 (file)
index 0000000..db6c362
--- /dev/null
@@ -0,0 +1,43 @@
+
+Summary:       Jar file creation utility
+Summary(pl):   Narzêdzie do tworzenia plików jar
+Name:          fastjar
+Version:       0.90
+Release:       1
+License:       GPL
+Group:         Development/Languages
+Group(pl):     Programowanie/Jêzyki
+Source0:       %{name}-%{version}.tgz
+Patch0:        fastjar-DESTDIR_and_install.patch
+URL:           http://fastjar.sourceforge.net
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+ln -sf fastjar $RPM_BUILD_ROOT%{_bindir}/jar
+
+gzip -9nf README LICENSE INSTALL CHANGES
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {README,LICENSE,INSTALL,CHANGES}.gz
+%attr(755, root, root) %{_bindir}/jar
+%attr(755, root, root) %{_bindir}/fastjar
This page took 0.059429 seconds and 4 git commands to generate.