]> git.pld-linux.org Git - packages/lcab.git/commitdiff
- renamed to lcab, upgrade to 1.0b8
authorundefine <undefine@pld-linux.org>
Tue, 15 Jul 2003 22:25:35 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lcab.spec -> 1.1

lcab.spec [new file with mode: 0644]

diff --git a/lcab.spec b/lcab.spec
new file mode 100644 (file)
index 0000000..0e39ba5
--- /dev/null
+++ b/lcab.spec
@@ -0,0 +1,37 @@
+Summary:       MS cab-files creator
+Summary(pl):   Program tworz±cy pliki MS-cab
+Name:          lcab
+Version:       1.0b8
+Release:       1
+License:       distributable
+Group:         Applications/Archiving
+Source0:        http://www.geekshop.be/rien/lcab/files/%{name}-%{version}.tar.gz
+# Source0-md5: 3a31cef730c959403fb53eecac207f00
+URL:            http://www.geekshop.be/rien/lcab/
+Obsoletes:     cablinux
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A little program that creates MS cabinet-files.
+
+%description -l pl
+Ma³y program tworz±cy pliki cabinet Microsoftu.
+
+%prep
+%setup -q
+
+%build
+%{__make} CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755, root, root) %{_bindir}/%{name}
This page took 0.069339 seconds and 4 git commands to generate.