]> git.pld-linux.org Git - packages/archmage.git/commitdiff
- use explicit file list (fixes missing dirs and config)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Aug 2003 08:48:49 +0000 (08:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    archmage.spec -> 1.3

archmage.spec

index 362a8272786d5d03dd6e79e175a24437d562dbd6..365b5dceb3f3b73fd6ed6922bf2b75da8a9cd73e 100644 (file)
@@ -1,5 +1,4 @@
 %include        /usr/lib/rpm/macros.python
-
 Summary:       CHM (Compiled HTML) Decompressor
 Summary(pl):   Dekompresor plików CHM (Compiled HTML)
 Name:          archmage
@@ -28,15 +27,22 @@ Jediego Winga.
 %setup -q
 
 %build
-env CFLAGS="%{rpmcflags}" python setup.py build
+CFLAGS="%{rpmcflags}" \
+python setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
+python setup.py install \
+       --root=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f INSTALLED_FILES
+%files
 %defattr(644,root,root,755)
 %doc doc/* README
+%attr(755,root,root) %{_bindir}/archmage
+%{py_sitedir}/*.py*
+%attr(755,root,root) %{py_sitedir}/_chmlib.so
+%{_datadir}/archmage
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/arch.conf
This page took 0.102473 seconds and 4 git commands to generate.