Author: freetz Date: Sat Apr 23 15:30:36 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.95.0, switched to working sf mirror, removed .desktop file (already
included), register mime for shared-mime-info and desktop database,
desktop patch added, BR: liblo-devel, switched to new icon
---- Files affected:
SPECS:
jamin.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/jamin.spec
diff -u SPECS/jamin.spec:1.8 SPECS/jamin.spec:1.9
--- SPECS/jamin.spec:1.8 Thu Nov 4 23:07:26 2004
+++ SPECS/jamin.spec Sat Apr 23 17:30:30 2005
@@ -1,21 +1,14 @@
# $Revision$, $Date$
-# TODO:
-# - with liblo http://plugin.org.uk/liblo
-# - correct install or send back to Moscow russian translation
-# (ALT got a patch for this)
-#
Summary: JAMin - JACK audio mastering interface
Summary(pl): JAMin - nakładka na JACK-a do masteringu dźwięku
Name: jamin
-Version: 0.9.0
+Version: 0.95.0
Release: 1
License: GPL v2
Group: X11/Applications/Sound
-Source0: http://dl.sourceforge.net/jamin/%{name}-%{version}.tar.gz
-# Source0-md5: 2c98cd525304c35f6b9f881209b5e6e4
-Source1: %{name}.desktop
-Source2: %{name}.png
-Patch0: %{name}-gcc34.patch
+Source0: http://heanet.dl.sourceforge.net/jamin/%{name}-%{version}.tar.gz
+# Source0-md5: 032f2a4a578a8938f76282112d56c8d6
+Source1: %{name}.png
URL: http://jamin.sf.net/
BuildRequires: autoconf
BuildRequires: automake
@@ -23,8 +16,12 @@
BuildRequires: gtk+2-devel >= 1.3.13
BuildRequires: intltool
BuildRequires: jack-audio-connection-kit-devel >= 0.80.0
+BuildRequires: liblo-devel >= 0.18
BuildRequires: libtool
BuildRequires: libxml2-devel >= 2.5
+BuildRequires: rpmbuild(macros) >= 1.197
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): shared-mime-info
Requires: ladspa-swh-plugins >= 0.4.11
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,11 +36,10 @@
%prep
%setup -q
-%patch0 -p1
%build
-glib-gettextize --force --copy
-intltoolize --copy --force --automake
+%{__glib_gettextize}
+%{__intltoolize}
%{__libtoolize}
%{__aclocal}
%{__autoheader}
@@ -58,20 +54,34 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
-install -c %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+install -c %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
+rm -f $RPM_BUILD_ROOT%{_datadir}/icons/jamin.svg
+
+%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%post
+umask 022
+update-mime-database %{_datadir}/mime
+%update_desktop_database_post
+
+%postun
+umask 022
+update-mime-database %{_datadir}/mime
+%update_desktop_database_postun
+
+%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README TODO
%attr(755,root,root) %{_bindir}/*
%{_datadir}/jamin
+%{_datadir}/mime/packages/*.xml
%{_desktopdir}/*.desktop
-%{_pixmapsdir}/*.png
+%{_libdir}/ladspa/*
%{_mandir}/man1/*
+%{_pixmapsdir}/*.png
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -79,6 +89,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2005/04/23 15:30:30 freetz
+- 0.95.0, switched to working sf mirror, removed .desktop file (already
+ included), register mime for shared-mime-info and desktop database,
+ desktop patch added, BR: liblo-devel, switched to new icon
+
Revision 1.8 2004/11/04 22:07:26 freetz
- added TODO note
- looks like building it without liblo causes runtime problems
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/jamin.spec?r1=1.8&r2=1.9&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit