SPECS: wired.spec - part of update from Grzegorz Grasza (without f...

qboosh qboosh at pld-linux.org
Mon Aug 21 20:54:19 CEST 2006


Author: qboosh                       Date: Mon Aug 21 18:54:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- part of update from Grzegorz Grasza (without few rejected changes)

---- Files affected:
SPECS:
   wired.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/wired.spec
diff -u SPECS/wired.spec:1.4 SPECS/wired.spec:1.5
--- SPECS/wired.spec:1.4	Tue Jan 11 21:59:04 2005
+++ SPECS/wired.spec	Mon Aug 21 20:54:12 2006
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+# NOTE: current version is 0.2.2
 Summary:	Professional music production system
 Summary(pl):	Profesjonalny system produkcji muzyki
 Name:		wired
@@ -9,9 +10,9 @@
 Source0:	http://dl.sourceforge.net/wired/%{name}-%{version}.tar.gz
 # Source0-md5:	6002612be1a520088becb1e3369a1088
 URL:		http://bloodshed.net/wired/
-BuildRequires:	portaudio-devel
-BuildRequires:	soundtouch-devel
 BuildRequires:	libsndfile-devel
+BuildRequires:	portaudio-devel >= 19
+BuildRequires:	soundtouch-devel >= 1.2.1
 BuildRequires:	wxGTK2-devel >= 2.5.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,11 +34,10 @@
 %setup -q -n %{name}
 
 %build
-cd src
-#%{__libtoolize}
-#%{__aclocal}
-#%{__autoconf}
-#%{__automake}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
@@ -48,22 +48,15 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --with-gnome --all-name
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-%gconf_schema_install
-
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/*.desktop
-%{_omf_dest_dir}/*
 %{_pixmapsdir}/*
-%{_sysconfdir}/gconf/schemas/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -71,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/08/21 18:54:12  qboosh
+- part of update from Grzegorz Grasza (without few rejected changes)
+
 Revision 1.4  2005/01/11 20:59:04  troll
 - updated to 0.11 (by Grzegorz Grasza groz at gryf.info)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/wired.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list