]> git.pld-linux.org Git - packages/chmtools.git/commitdiff
- new auto/ac/chmtools-0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Nov 2003 20:37:28 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chmtools.spec -> 1.1

chmtools.spec [new file with mode: 0644]

diff --git a/chmtools.spec b/chmtools.spec
new file mode 100644 (file)
index 0000000..273b22f
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       CHM Tools
+Summary(pl):   Narzêdzia CHM
+Name:          chmtools
+Version:       0
+Release:       1
+License:       GPL
+Group:         Applications/Text
+Source0:       http://www.speakeasy.org/~russotto/chm/%{name}.tar.gz
+# Source0-md5: 614b91758ddbeb0ab1c4186fdd13d78a
+Patch0:                %{name}-types.patch
+URL:           http://www.speakeasy.org/~russotto/chm/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CHM Tools package is a set of tools for working with the CHM files,
+consisting of a C language library (called "chmlib" too, but different
+from chmlib package), a program called 'chmdump' which dumps out the
+files in a CHM file and (incomplete) CHM format documentation.
+
+%description -l pl
+Pakiet CHM Tools to zbiór narzêdzi do pracy z plikami CHM, sk³adaj±cy
+siê z biblioteki w C (o nazwie tak¿e "chmlib", ale innej ni¿ ta z
+pakietu chmlib), programu "chmdump" zrzucaj±cego pliki z pliku CHM
+oraz (niepe³nej) dokumentacji do formatu CHM.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install chmdump $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc chmformat.html
+%attr(755,root,root) %{_bindir}/*
This page took 0.164879 seconds and 4 git commands to generate.