]> git.pld-linux.org Git - packages/disc-cover.git/commitdiff
- templates are required
authorwolf <wolf@pld-linux.org>
Tue, 25 Mar 2003 16:58:02 +0000 (16:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    disc-cover.spec -> 1.5

disc-cover.spec

index 5a0be1900137ea9e5f970a5f0ba554a27981bac2..26856d7dd6ab90a4567b9f84a2974dbbcafa054c 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Cover generator
 Summary(pl):   Generator okĀ³adek
 Name:          disc-cover
 Version:       1.5.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications
 Source0:       http://home.wanadoo.nl/jano/files/%{name}-%{version}.tar.gz
@@ -40,9 +40,10 @@ wpisuj
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/templates}
 
 install disc-cover $RPM_BUILD_ROOT%{_bindir}
+install templates/* $RPM_BUILD_ROOT%{_datadir}/%{name}/templates
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,3 +52,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS CHANGELOG TODO README
 %attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.083553 seconds and 4 git commands to generate.