]> git.pld-linux.org Git - packages/cantus.git/commitdiff
- fixed _prefix
authorMarcin Kierus <marcin.kierus@gmail.com>
Sat, 4 Jan 2003 22:17:01 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed files

Changed files:
    cantus.spec -> 1.5

cantus.spec

index 4381d90af7a5c53828f8665b5df7989f26406218..f25d44d8a7db9762182f57634fc0e88acac0a884 100644 (file)
@@ -17,6 +17,8 @@ Requires:     gnome-libs >= 1.2.8
 Requires:      gtk+ >= 1.2.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define         _prefix         /usr/X11R6
+
 %description
 cantus is a suite to rename and tag mp3 and ogg/vorbis files. It is
 free software, and distributed under the terms of the GPL. It was
@@ -59,13 +61,15 @@ Mo
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall
+%makeinstall gnomemenudir=$RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc COPYING
+%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
 %attr(755,root,root) %{_bindir}/%{name}
 %{_datadir}/pixmaps/%{name}/*.xpm
+%{_datadir}/pixmaps/%{name}/*.png
+%{_applnkdir}/Utilities/cantus.desktop
This page took 0.097126 seconds and 4 git commands to generate.