]> git.pld-linux.org Git - packages/cksfv.git/blobdiff - cksfv.spec
- 1.3.9
[packages/cksfv.git] / cksfv.spec
index c69c23cd07f6abe5d16ec846dde94edebcc6fbd5..2773ba76e0099cf57869196a95e5558046ecc810 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       Test archives using information from .sfv
-Summary(pl):   Testuje archiwa u¿ywaj±c infomacji z .sfv
+Summary(pl):   Testowanie archiwów z u¿yciem informacji z plików .sfv
 Name:          cksfv
-Version:       1.2
+Version:       1.3.9
 Release:       1
 License:       GPL
-Group:         Applications/Archiving
-Group(de):     Applikationen/Archivierung
-Group(pl):     Aplikacje/Archiwizacja
 Vendor:                Bryan Call <bc@fodder.org>
-Source0:       http://www.fodder.org/cksfv/%{name}-%{version}.tar.gz
-URL:           http://www.fodder.org/cksfv/
+Group:         Applications/Archiving
+Source0:       http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/%{name}-%{version}.tar.bz2
+# Source0-md5: 33c1ab4f1ea7e9a194e12b2aedb4741b
+URL:           http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,20 +23,23 @@ upewnienia si
 %setup -q
 
 %build
-%{__make} CFLAGS="%{rpmcflags}" -C src
+./configure \
+       --prefix=/usr \
+       --package-prefix=$RPM_BUILD_ROOT
+
+%{__make} \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-
-install src/cksfv $RPM_BUILD_ROOT%{_bindir}
 
-gzip -9nf ChangeLog README TODO
+%{__make} install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz 
+%doc ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.100941 seconds and 4 git commands to generate.