/[svn]/liblscp/trunk/liblscp.spec.in
ViewVC logotype

Diff of /liblscp/trunk/liblscp.spec.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1965 by capela, Sat Aug 1 16:52:37 2009 UTC revision 1967 by capela, Sat Aug 1 17:37:28 2009 UTC
# Line 32  LinuxSampler control protocol API librar Line 32  LinuxSampler control protocol API librar
32  if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi  if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi
33    
34  %build  %build
35  ./configure --prefix=%{prefix}  ./configure --prefix=%{prefix} --libdir=%{_libdir}
36  make  make
37    
38  %install  %install
# Line 52  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $ Line 52  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $
52  %files  %files
53  %defattr(-,root,root)  %defattr(-,root,root)
54  %doc AUTHORS COPYING ChangeLog NEWS README TODO  %doc AUTHORS COPYING ChangeLog NEWS README TODO
55  %{prefix}/lib/liblscp.so*  %{_libdir}/liblscp.so*
56    
57  %files devel  %files devel
58  %defattr(-,root,root)  %defattr(-,root,root)
59  %doc doc/html/*  %doc doc/html/*
60  %{prefix}/lib/liblscp.a  %{_libdir}/liblscp.a
61  %{prefix}/lib/liblscp.la  %{_libdir}/liblscp.la
62  %{prefix}/lib/pkgconfig/lscp.pc  %{_libdir}/pkgconfig/lscp.pc
63  %{prefix}/include/lscp  %dir %{_includedir}/lscp
64    %{_includedir}/lscp/*.h
65    
66  %changelog  %changelog
67  * Sat Aug  1 2009 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Sat Aug  1 2009 Rui Nuno Capela <rncbc@users.sourceforge.net>

Legend:
Removed from v.1965  
changed lines
  Added in v.1967

  ViewVC Help
Powered by ViewVC