Hello community, here is the log from the commit of package yast2-sound for openSUSE:Factory checked in at 2013-10-11 11:11:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-sound (Old) and /work/SRC/openSUSE:Factory/.yast2-sound.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-sound" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes 2013-09-27 19:43:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-sound.new/yast2-sound.changes 2013-10-11 11:11:36.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Sep 19 17:15:52 UTC 2013 - [email protected] + +- do not use *.spec.in template, use *.spec file with RPM macros + instead +- 3.1.0 + +------------------------------------------------------------------- Old: ---- yast2-sound-3.0.2.tar.bz2 New: ---- yast2-sound-3.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-sound.spec ++++++ --- /var/tmp/diff_new_pack.BXUnwb/_old 2013-10-11 11:11:41.000000000 +0200 +++ /var/tmp/diff_new_pack.BXUnwb/_new 2013-10-11 11:11:41.000000000 +0200 @@ -17,11 +17,11 @@ Name: yast2-sound -Version: 3.0.2 +Version: 3.1.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-sound-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 BuildRequires: alsa-devel BuildRequires: doxygen @@ -33,7 +33,7 @@ BuildRequires: update-desktop-files BuildRequires: yast2 BuildRequires: yast2-core-devel -BuildRequires: yast2-devtools +BuildRequires: yast2-devtools >= 3.0.6 BuildRequires: yast2-testsuite # GetInstArgs::automatic_configuration @@ -87,33 +87,15 @@ %prep -%setup -n yast2-sound-%{version} +%setup -n %{name}-%{version} %build -%{_prefix}/bin/y2tool y2autoconf -%{_prefix}/bin/y2tool y2automake -autoreconf --force --install - -export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" - -./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} -# V=1: verbose build in case we used AM_SILENT_RULES(yes) -# so that RPM_OPT_FLAGS check works -make %{?jobs:-j%jobs} V=1 +%yast_build %install -make install DESTDIR="$RPM_BUILD_ROOT" -[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" -for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name "*.desktop"` ; do - d=${f##*/} - %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} -done +%yast_install -rm -rf %{buildroot}/%{_libdir}/YaST2/plugin/libpy2ag_audio.la - -%clean -rm -rf "$RPM_BUILD_ROOT" +rm -rf %{buildroot}/%{yast_plugindir}/libpy2ag_audio.la %post # rename the config file to the new modprobe schema @@ -125,36 +107,36 @@ %defattr(-,root,root) # sound -%dir /usr/share/YaST2/include/sound -/usr/share/YaST2/include/sound/*.rb -/usr/share/YaST2/clients/sound*.rb -/usr/share/YaST2/clients/joystick.rb -%{_prefix}/share/applications/YaST2/sound.desktop -%{_prefix}/share/applications/YaST2/joystick.desktop -%{_prefix}/lib/YaST2/bin/copyfonts -%{_prefix}/lib/YaST2/bin/alsadrivers -%{_prefix}/lib/YaST2/bin/joystickdrivers -/usr/share/YaST2/modules/Sound.* -/usr/share/YaST2/modules/Joystick.* -/usr/share/YaST2/modules/PulseAudio.* -/usr/share/YaST2/schema/autoyast/rnc/sound.rnc +%dir %{yast_yncludedir}/sound +%{yast_yncludedir}/sound/*.rb +%{yast_clientdir}/sound*.rb +%{yast_clientdir}/joystick.rb +%{yast_desktopdir}/sound.desktop +%{yast_desktopdir}/joystick.desktop +%{yast_ybindir}/copyfonts +%{yast_ybindir}/alsadrivers +%{yast_ybindir}/joystickdrivers +%{yast_moduledir}/Sound.* +%{yast_moduledir}/Joystick.* +%{yast_moduledir}/PulseAudio.* +%{yast_schemadir}/autoyast/rnc/sound.rnc # database -/usr/share/YaST2/data/sndcards.yml -/usr/share/YaST2/data/alsa_packages.yml +%{yast_ydatadir}/sndcards.yml +%{yast_ydatadir}/alsa_packages.yml # agents -%{_libdir}/YaST2/plugin/libpy2ag_audio.so* -/usr/share/YaST2/scrconf/*.scr +%{yast_plugindir}/libpy2ag_audio.so* +%{yast_scrconfdir}/*.scr -%dir %{_prefix}/share/doc/packages/yast2-sound -%doc %{_prefix}/share/doc/packages/yast2-sound/README -%doc %{_prefix}/share/doc/packages/yast2-sound/COPYING +%dir %{yast_docdir} +%doc %{yast_docdir}/README +%doc %{yast_docdir}/COPYING %files devel-doc -%doc %{_prefix}/share/doc/packages/yast2-sound/autodocs -%doc %{_prefix}/share/doc/packages/yast2-sound/agent-audio -%doc %{_prefix}/share/doc/packages/yast2-sound/joystick-db.txt -%doc %{_prefix}/share/doc/packages/yast2-sound/sound_db.md +%doc %{yast_docdir}/autodocs +%doc %{yast_docdir}/agent-audio +%doc %{yast_docdir}/joystick-db.txt +%doc %{yast_docdir}/sound_db.md %changelog ++++++ yast2-sound-3.0.2.tar.bz2 -> yast2-sound-3.1.0.tar.bz2 ++++++ ++++ 55788 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
