Fri, 11 Mar 2011 21:30:26 +0100
Import package vendor original specs for necessary manipulations.
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/a52dec/a52dec.spec Fri Mar 11 21:30:26 2011 +0100 1.3 @@ -0,0 +1,148 @@ 1.4 +Summary: A free ATSC A/52 stream decoder 1.5 +Name: a52dec 1.6 +Version: 0.7.4 1.7 +Release: 17.4 1.8 +License: GPLv2 1.9 +Group: System Environment/Libraries 1.10 +URL: http://liba52.sourceforge.net/ 1.11 +Source0: http://liba52.sourceforge.net/files/%{name}-%{version}.tar.gz 1.12 +Patch0: a52dec-configure-optflags.patch 1.13 +Patch1: a52dec-0.7.4-rpath64.patch 1.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot 1.15 +BuildRequires: perl 1.16 + 1.17 +%package devel 1.18 +Summary: Development files needed for a52dec 1.19 +Group: Development/Libraries 1.20 +Requires: %{name} = %{version}-%{release} 1.21 + 1.22 +#--------------------------------------------------------------------- 1.23 + 1.24 +%description 1.25 +liba52 is a free library for decoding ATSC A/52 streams. The A/52 1.26 +standard is used in a variety of applications, including digital 1.27 +television and DVD. It is also known as AC-3. The package also 1.28 +includes a52dec, a small test program for liba52. 1.29 + 1.30 +%description devel 1.31 +liba52 is a free library for decoding ATSC A/52 streams. The A/52 1.32 +standard is used in a variety of applications, including digital 1.33 +television and DVD. It is also known as AC-3. 1.34 +This package contains development files for a52dec. 1.35 + 1.36 +#--------------------------------------------------------------------- 1.37 + 1.38 +%prep 1.39 +%setup -q 1.40 +%patch0 1.41 +%patch1 -p1 1.42 +%{__perl} -pi -e 's/-prefer-non-pic\b/-prefer-pic/' \ 1.43 + configure liba52/configure.incl 1.44 + 1.45 +#--------------------------------------------------------------------- 1.46 + 1.47 +%build 1.48 +%configure --enable-shared --disable-static 1.49 +make %{?_smp_mflags} 1.50 + 1.51 +#--------------------------------------------------------------------- 1.52 + 1.53 +%install 1.54 +rm -rf $RPM_BUILD_ROOT 1.55 +make install DESTDIR=%{buildroot} 1.56 + 1.57 +#--------------------------------------------------------------------- 1.58 + 1.59 +%clean 1.60 +rm -rf $RPM_BUILD_ROOT 1.61 + 1.62 +#--------------------------------------------------------------------- 1.63 + 1.64 +%post -p /sbin/ldconfig 1.65 +%postun -p /sbin/ldconfig 1.66 + 1.67 +%files 1.68 +%defattr(-,root,root,-) 1.69 +%exclude %{_libdir}/liba52.la 1.70 +%doc AUTHORS COPYING ChangeLog HISTORY NEWS TODO 1.71 +%{_libdir}/liba52.so.* 1.72 +%{_bindir}/a52dec 1.73 +%{_bindir}/extract_a52 1.74 +%{_mandir}/man1/a52dec.1* 1.75 +%{_mandir}/man1/extract_a52.1* 1.76 + 1.77 +%files devel 1.78 +%defattr(-,root,root,-) 1.79 +%doc doc/liba52.txt 1.80 +%{_includedir}/a52dec 1.81 +%{_libdir}/liba52.so 1.82 + 1.83 +#--------------------------------------------------------------------- 1.84 + 1.85 +%changelog 1.86 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 0.7.4-16 1.87 +- Build for MeeGo 1.1 1.88 + 1.89 +* Tue Apr 28 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.4-15 1.90 +- rebuild 1.91 + 1.92 +* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.4-14 1.93 +- rebuild for new F11 features 1.94 + 1.95 +* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.4-12 1.96 +- integrate a fix from livna that got lost 1.97 + 1.98 +* Thu Jul 24 2008 David Juran <david@juran.se> - 0.7.4-12 1.99 +- Bump Release for RpmFusion 1.100 + 1.101 +* Sun Nov 11 2007 Dominik Mierzejewski <dominik [AT] greysector [DOT] net> 0.7.4-11.1 1.102 +- Really drop djbfft 1.103 + 1.104 +* Mon Oct 1 2007 David Juran <david@juran.se> - 0.7.4-11 1.105 +- Fix Licence tag to be GPLv2 1.106 +- Drop %makeinstall macro 1.107 +- Drop static archive 1.108 +- Drop djbfft 1.109 + 1.110 +* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.7.4-10 1.111 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 1.112 + 1.113 +* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7.4-9 1.114 +- Drop epoch in devel dep, too 1.115 + 1.116 +* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 1.117 +- switch to new release field 1.118 +- drop epoch 1.119 + 1.120 +* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 1.121 +- add dist 1.122 + 1.123 +* Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.4-0.lvn.8 1.124 +- Avoid standard rpaths on lib64 archs. 1.125 + 1.126 +* Tue Jul 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.4-0.lvn.7 1.127 +- Prefer PIC. 1.128 +- (Build)Require djbfft-devel. 1.129 +- Include more docs. 1.130 + 1.131 +* Sun Sep 28 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.6 1.132 +- Removed comment after scriptlets 1.133 +- buildroot -> RPM_BUILD_ROOT 1.134 + 1.135 +* Mon Apr 14 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.5 1.136 +- devel package require djbfft (not djbfft-devel) 1.137 + 1.138 +* Sun Apr 13 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.4 1.139 +- Enabled support for djbfft 1.140 + 1.141 +* Sun Apr 13 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.3 1.142 +- Added post and postun scriplet 1.143 +- moved man pages from devel to main package 1.144 + 1.145 +* Sun Apr 13 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.2 1.146 +- make configure honor optflags 1.147 +- devel package 1.148 +- shared library added 1.149 + 1.150 +* Thu Apr 10 2003 Dams <anvil[AT]livna.org> 1.151 +- Initial build.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/anyremote/anyremote.spec Fri Mar 11 21:30:26 2011 +0100 2.3 @@ -0,0 +1,176 @@ 2.4 +Summary: Remote control through bluetooth or IR connection 2.5 +Name: anyremote 2.6 +Version: 5.3 2.7 +Release: 1%{?dist} 2.8 +License: GPLv2+ 2.9 +Group: Applications/System 2.10 +Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz 2.11 +URL: http://anyremote.sourceforge.net/ 2.12 +Requires: bc,dbus-glib,anyremote-data >= 5.3 2.13 +BuildRequires:bluez-libs-devel >= 4.64, libX11-devel, libXtst-devel, xorg-x11-proto-devel, glib2-devel >= 2.24.1, dbus-devel >= 1.2.24, dbus-glib-devel >= 0.86 2.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 2.15 + 2.16 +%description 2.17 +The overall goal of this project is to provide remote control service on Linux 2.18 +through Bluetooth, InfraRed, Wi-Fi or TCP/IP connection. 2.19 +anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson, 2.20 +Motorola and others. 2.21 + 2.22 +%prep 2.23 +%setup -q 2.24 + 2.25 +%build 2.26 +%configure 2.27 +make %{?_smp_mflags} 2.28 + 2.29 +%install 2.30 +rm -rf $RPM_BUILD_ROOT 2.31 +make install DESTDIR=$RPM_BUILD_ROOT 2.32 + 2.33 +%clean 2.34 +rm -rf $RPM_BUILD_ROOT 2.35 + 2.36 +%files 2.37 +%defattr(-,root,root,-) 2.38 +%{_bindir}/%{name} 2.39 +%{_mandir}/man1/%{name}.1.gz 2.40 + 2.41 +%package data 2.42 +Summary: Configuration files for anyRemote 2.43 +Group: Applications/System 2.44 + 2.45 +%description data 2.46 +Configuration files for anyRemote 2.47 + 2.48 +%files data 2.49 +%defattr(-,root,root,-) 2.50 +%{_datadir}/%{name} 2.51 + 2.52 +%package doc 2.53 +Summary: Documentation for anyRemote 2.54 +Group: Applications/System 2.55 + 2.56 +%description doc 2.57 +Documentation for anyRemote 2.58 + 2.59 +%files doc 2.60 +%defattr(-,root,root,-) 2.61 +%doc %{_defaultdocdir}/%{name} 2.62 + 2.63 + 2.64 +%changelog 2.65 + 2.66 +* Tue Oct 19 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.3 2.67 +- Support volume control through PulseAudio. Added configuration files for Miro player, 2.68 + MPRIS-compatible players. Some fixes in configuration files. 2.69 + 2.70 +* Wed Aug 25 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.2 2.71 +- Enhanced support for Get(password) command. Properly handle ampersand in file 2.72 + names. 2.73 + 2.74 +* Thu Jul 8 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.1.3 2.75 +- Some configuration files and documentation were corrected. 2.76 + Added configuration file for QMMP. 2.77 + 2.78 +* Sat Mar 13 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.1.2 2.79 +- Some configuration files and documentation were corrected. 2.80 + 2.81 +* Wed Feb 03 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.1.1 2.82 +- Fixed Red Hat bugzilla bug 560182. Some configuration files and documentation 2.83 + were corrected. 2.84 + 2.85 +* Mon Jan 04 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.1 2.86 +- Better support of Command Fusion's iViewer, tested on iPod Touch. 2.87 + Exclude keyjnote, kpdf, kuickshow, kview, noatun and KDE3-related 2.88 + configuration files from the release. Added configuration file for Dragon player. 2.89 + Add KDE4 support in Kaffeine configuration file. 2.90 + 2.91 +* Mon Sep 14 2009 Mikhail Fedotov <anyremote at mail.ru> - 5.0 2.92 +- anyRemote was rewritten using multithreading and GLib. 2.93 + Native D-BUS support. Format of configuration file was significantly changed. 2.94 + 2.95 +* Mon Mar 30 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.18.1-1 2.96 +- Add GuiAppModes tag to configuration files. 2.97 + 2.98 +* Tue Mar 17 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.18-1 2.99 +- Get(password) and Get(ping) commands were added. 2.100 + Experimental support for iPhones/iPods with Command Fusion iViewer installed. 2.101 + 2.102 +* Wed Feb 4 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.17-1 2.103 +- Fixed crash with all-in-one2.cfg. Added configuration files for Impressive 2.104 + (former KeyJnote, thanks to Cedric Barboiron). 2.105 + 2.106 +* Tue Jan 27 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.16-1 2.107 +- Add possibility to set SDP service name. Corrections of configuration files. 2.108 + Configuration files for KsCD/KDE4 and Eye-of-Gnome were added. 2.109 + Created icon auto-upload feature. 2.110 + 2.111 +* Fri Jan 16 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.15-1 2.112 +- Fixed crash issue in case of anyremote was runned without X. 2.113 + Fix hang in Load() command in case of empty file. 2.114 + 2.115 +* Sat Jan 10 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.14-1 2.116 +- Small corrections in configuration files. Configuration files for AlsaPlayer, 2.117 + Digikam (thanks to Marcus Hardt) and GPicView were added. 2.118 + Syntax of Emulate() command was extended. 2.119 + 2.120 +* Sat Dec 07 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.13-1 2.121 +- Small corrections in configuration files. Configuration file for WmCtrl and 2.122 + Juk/KDE4 were added. 2.123 + 2.124 +* Thu Nov 13 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.12-1 2.125 +- Added configuration file for XBMC (thanks to Everthon Valadao), Okular 2.126 + Gwenview/KDE4 and Amarok2/KDE4. Support nonn-UTF8 encodings in 2.127 + configurational files. Intergrated FreeBSD patch by Alex Samorukov. 2.128 + 2.129 +* Mon Oct 20 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.11-1 2.130 +- Fixed issues with non-correct handling of files and directories names with 2.131 + braces and brackets in some configuration files. 2.132 + Several small changes in code. 2.133 + 2.134 +* Mon Oct 6 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.10-1 2.135 +- Fixed issue with non-correct handling of files and directories names with 2.136 + braces and brackets in some configuration files. A lot of changes in 2.137 + documentation. Several small changes in code. 2.138 + 2.139 +* Mon Sep 29 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.9-1 2.140 +- Get(version) command was introduced. Added possibility to create 2.141 + user-specific phone initialization. 2.142 + 2.143 +* Tue Sep 9 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.8.1-1 2.144 +- Small corrections. 2.145 + 2.146 +* Thu Sep 4 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.8-1 2.147 +- Added configuration file for gThumb. 2.148 + Added GuiDescription field to configuration files. 2.149 + 2.150 +* Thu Aug 7 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.7.1-1 2.151 +- Fix crash issue if no bluetooth service runned 2.152 + 2.153 +* Tue Aug 5 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.7-1 2.154 +- Small enhancements 2.155 + 2.156 +* Fri May 30 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.6-1 2.157 +- Small enhancements 2.158 + 2.159 +* Sun May 18 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.5-1 2.160 +- Better integration with anyremote2http: -http command line 2.161 + parameter was added. 2.162 + 2.163 +* Tue Mar 07 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.4-1.fc8 2.164 +- Spec file correction. Some minor enhancemens. 2.165 + 2.166 +* Tue Mar 02 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-4.fc8 2.167 +- Spec file correction. Move J2ME stuff out of the package. 2.168 + 2.169 +* Tue Feb 26 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-3.fc8 2.170 +- Spec file correction 2.171 + 2.172 +* Sun Feb 17 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-2.fc8 2.173 +- Spec file correction 2.174 + 2.175 +* Mon Feb 15 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-1.fc8 2.176 +- Bugfixes and small enhancements.Support for touchscreen devices was improved 2.177 + 2.178 +* Fri Jan 10 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.2-1.fc8 2.179 +- Spec file modified.
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/banshee-1/banshee-1.spec Fri Mar 11 21:30:26 2011 +0100 3.3 @@ -0,0 +1,1162 @@ 3.4 +# 3.5 +# Do NOT Edit the Auto-generated Part! 3.6 +# Generated by: spectacle version 0.19~pre 3.7 +# 3.8 +# >> macros 3.9 +# << macros 3.10 + 3.11 +Name: banshee-1 3.12 +Summary: Banshee Media Player 3.13 +Version: 1.7.3 3.14 +Release: 4.3 3.15 +Group: Applications/Multimedia 3.16 +License: MIT 3.17 +URL: http://banshee.fm 3.18 +Source0: %{name}-%{version}.tar.bz2 3.19 +Source100: banshee-1.yaml 3.20 +Patch0: enable-library-watcher-by-default.patch 3.21 +Patch1: meego-aware-context-menu-positions-bmc869.patch 3.22 +Patch2: move-video-mutex-in-func-bmc5591.patch 3.23 +Patch3: increase-pipeline-ready-timeout-bmc193.patch 3.24 +Patch4: play-next-track-after-unsupported-codec-bmc802.patch 3.25 +Patch5: close-player-engine-on-fsq-clear-bmc2684.patch 3.26 +Patch6: moblin-to-meego-rename.patch 3.27 +Patch7: media-as-meego-icon-name.patch 3.28 +Patch8: search-unknown-artist-album-bmc6228.patch 3.29 +Patch9: import-video-playlist-bmc8383.patch 3.30 +Patch10: start-as-meego-client-bmc7394.patch 3.31 +Requires: %{name}-core = %{version} 3.32 +Requires: %{name}-backend-platform-unix = %{version} 3.33 +Requires: gst-plugins-good 3.34 +BuildRequires: pkgconfig(shared-mime-info) 3.35 +BuildRequires: pkgconfig(gconf-2.0) 3.36 +BuildRequires: pkgconfig(gstreamer-plugins-base-0.10) 3.37 +BuildRequires: pkgconfig(sqlite3) >= 3.4 3.38 +BuildRequires: pkgconfig(mono) >= 2.6 3.39 +BuildRequires: pkgconfig(gtk-sharp-2.0) 3.40 +BuildRequires: pkgconfig(mono-addins) 3.41 +BuildRequires: pkgconfig(ndesk-dbus-glib-1.0) 3.42 +BuildRequires: pkgconfig(taglib-sharp) 3.43 +BuildRequires: pkgconfig(libmtp) 3.44 +BuildRequires: pkgconfig(xrandr) >= 1.1.1 3.45 +BuildRequires: pkgconfig(xxf86vm) >= 1.0.0 3.46 +BuildRequires: pkgconfig(gconf-sharp-2.0) 3.47 +BuildRequires: pkgconfig(meego-panel) 3.48 +BuildRequires: intltool 3.49 + 3.50 + 3.51 +%description 3.52 +Powerful yet simple media player. 3.53 + 3.54 + 3.55 + 3.56 +%package devel 3.57 +Summary: Development package for Banshee 3.58 +Group: Development/Libraries 3.59 +Requires: %{name} = %{version}-%{release} 3.60 +Requires: gst-plugins-base-devel 3.61 +Requires: gtk2-devel 3.62 + 3.63 +%description devel 3.64 +Users who wish to extend Banshee should install this package. It 3.65 +includes standard Linux development files and other tools for building 3.66 +extensions and applications on top of the Banshee core application 3.67 +framework. 3.68 + 3.69 + 3.70 +%package core 3.71 +Summary: Core Banshee platform libraries, services, and resources 3.72 +Group: Applications/Multimedia 3.73 +Requires: %{name} = %{version}-%{release} 3.74 +Requires(post): /bin/touch 3.75 +Requires(post): gtk2 3.76 + 3.77 +%description core 3.78 +This package provides core libraries, services, and resources for 3.79 +building Banshee clients and user experiences. 3.80 + 3.81 + 3.82 +%package backend-platform-unix 3.83 +Summary: UNIX platform support for Banshee 3.84 +Group: Applications/Multimedia 3.85 +Requires: %{name} = %{version}-%{release} 3.86 + 3.87 +%description backend-platform-unix 3.88 +This package provides many optimizations for UNIX based platforms. In 3.89 +particular, it provides a POSIX IO layer that performs better than the 3.90 +default System.IO/.NET IO layer provided in the base banshee-1 package. 3.91 + 3.92 + 3.93 +%package backend-platform-hal 3.94 +Summary: Legacy HAL platform support for Banshee 3.95 +Group: Applications/Multimedia 3.96 +Requires: %{name} = %{version}-%{release} 3.97 +Requires: %{name}-backend-platform-unix = %{version} 3.98 + 3.99 +%description backend-platform-hal 3.100 +This package provides legacy Hardware Abstraction Layer support for 3.101 +older Linux systems. 3.102 + 3.103 + 3.104 +%package backend-platform-gnome 3.105 +Summary: GNOME platform support for Banshee 3.106 +Group: Applications/Multimedia 3.107 +Requires: %{name} = %{version}-%{release} 3.108 +Requires: %{name}-backend-platform-unix = %{version} 3.109 +Requires(post): /bin/touch 3.110 +Requires(post): gtk2 3.111 + 3.112 +%description backend-platform-gnome 3.113 +This package provides platform integration with the GNOME Desktop for 3.114 +Banshee. Most notably it provides a configuration backend to GConf, so 3.115 +all user settings can be stored there. Other GNOME specific integration 3.116 +hooks are provided as well. 3.117 + 3.118 +Users running Banshee on GNOME are recommended to install this package. 3.119 + 3.120 + 3.121 +%package backend-platform-meego 3.122 +Summary: GNOME platform support for Banshee 3.123 +Group: Applications/Multimedia 3.124 +Requires: %{name} = %{version}-%{release} 3.125 +Requires: %{name}-backend-platform-gnome = %{version} 3.126 +Requires: %{name}-client-classic = %{version} 3.127 + 3.128 +%description backend-platform-meego 3.129 +This package provides platform integration with the MeeGo Desktop for 3.130 +Banshee. This provides the mutter-meego panel and a customized classic 3.131 +user interface. 3.132 + 3.133 + 3.134 +%package client-classic 3.135 +Summary: Banshee client providing the classic interface 3.136 +Group: Applications/Multimedia 3.137 +Requires: %{name} = %{version}-%{release} 3.138 +Provides: %{name}-client = %{version} 3.139 +BuildRequires: desktop-file-utils 3.140 + 3.141 +%description client-classic 3.142 +The Classic Banshee client provides a familiar user interface with a 3.143 +source list and three-pane layout for browsing and exploring media. 3.144 +This client is the most feature rich, but does not sacrifice usability. 3.145 + 3.146 + 3.147 +%package client-muinshee 3.148 +Summary: Banshee client modeled after the Muine music player interface 3.149 +Group: Applications/Multimedia 3.150 +Requires: %{name} = %{version}-%{release} 3.151 +Provides: %{name}-client = %{version} 3.152 + 3.153 +%description client-muinshee 3.154 +The Muinshee Banshee client provides a user interface modeled directly 3.155 +after the old GNOME Muine media player. 3.156 + 3.157 + 3.158 +%package extensions-default 3.159 +Summary: Default extensions for Banshee 3.160 +Group: Applications/Multimedia 3.161 +Requires: %{name} = %{version}-%{release} 3.162 +Requires(post): /bin/touch 3.163 +Requires(post): gtk2 3.164 + 3.165 +%description extensions-default 3.166 +The default set of extensions for Banshee including a Play Queue, 3.167 +Last.fm streaming, Audio Scrobbling, metadata fixup, video playback, 3.168 +an Amazon MP3 downloader, and much more. It is highly recommended. 3.169 + 3.170 + 3.171 +%package dmp 3.172 +Summary: Digital Media Player support for Banshee 3.173 +Group: Applications/Multimedia 3.174 +Requires: %{name} = %{version}-%{release} 3.175 +Requires(post): /bin/touch 3.176 +Requires(post): gtk2 3.177 + 3.178 +%description dmp 3.179 +Core support for Digital Media Player support. Includes generic 3.180 +USB mass storage device support 3.181 + 3.182 + 3.183 +%package dmp-mtp 3.184 +Summary: MTP/PlaysForSure Digital Media Player support for Banshee 3.185 +Group: Applications/Multimedia 3.186 +Requires: %{name} = %{version}-%{release} 3.187 +Requires: %{name}-dmp = %{version} 3.188 +Requires: libmtp 3.189 + 3.190 +%description dmp-mtp 3.191 +Support for various MTP/PlaysForSure/Certified For Windows Vista(R) 3.192 +devices as provided by libmtp. 3.193 + 3.194 + 3.195 + 3.196 +%prep 3.197 +%setup -q -n %{name}-%{version} 3.198 + 3.199 +# enable-library-watcher-by-default.patch 3.200 +%patch0 -p1 3.201 +# meego-aware-context-menu-positions-bmc869.patch 3.202 +%patch1 -p1 3.203 +# move-video-mutex-in-func-bmc5591.patch (Evaluate in Upstream) 3.204 +%patch2 -p1 3.205 +# increase-pipeline-ready-timeout-bmc193.patch 3.206 +%patch3 -p1 3.207 +# play-next-track-after-unsupported-codec-bmc802.patch 3.208 +%patch4 -p1 3.209 +# close-player-engine-on-fsq-clear-bmc2684.patch 3.210 +%patch5 -p1 3.211 +# moblin-to-meego-rename.patch 3.212 +%patch6 -p1 3.213 +# media-as-meego-icon-name.patch 3.214 +%patch7 -p1 3.215 +# search-unknown-artist-album-bmc6228.patch (Evaluate in Upstream) 3.216 +%patch8 -p1 3.217 +# import-video-playlist-bmc8383.patch 3.218 +%patch9 -p1 3.219 +# start-as-meego-client-bmc7394.patch 3.220 +%patch10 -p1 3.221 +# >> setup 3.222 +# << setup 3.223 + 3.224 +%build 3.225 +# >> build pre 3.226 +# << build pre 3.227 + 3.228 +%autogen --disable-static \ 3.229 + --with-vendor-build-id="%distribution" \ 3.230 + --libexecdir=%{_libexecdir} \ 3.231 + --enable-meego \ 3.232 + --disable-docs \ 3.233 + --disable-boo \ 3.234 + --disable-youtube \ 3.235 + --disable-daap \ 3.236 + --disable-ipod 3.237 + 3.238 +make %{?jobs:-j%jobs} 3.239 + 3.240 +# >> build post 3.241 +# << build post 3.242 +%install 3.243 +rm -rf %{buildroot} 3.244 +# >> install pre 3.245 +# << install pre 3.246 +%make_install 3.247 +chmod -x %{buildroot}%{_libdir}/banshee-1/*.config 3.248 +chmod -x %{buildroot}%{_libdir}/banshee-1/*/*.config 3.249 +# FIXME: this is necessary because of an upstream build bug 3.250 +# that is calling update-mime-database 3.251 +find %{buildroot}%{_datadir}/mime -maxdepth 1 -type f -exec rm -f {} \; 3.252 +rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache 3.253 +# We don't want these on MeeGo for various reasons 3.254 +rm -f \ 3.255 +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.Emusic.dll* \ 3.256 +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.NotificationArea.dll* \ 3.257 +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.Bpm.dll* \ 3.258 +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.PlayerMigration.dll* \ 3.259 +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.MiniMode.dll* \ 3.260 +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.AudioCd.dll* 3.261 +%if !0%{?suse_version} 3.262 +sed -i 's/Name=Banshee /Name=/' %{buildroot}%{_datadir}/applications/banshee-1*.desktop 3.263 +%endif 3.264 + 3.265 + 3.266 +# >> install post 3.267 +# << install post 3.268 +%find_lang banshee-1 3.269 + 3.270 + 3.271 + 3.272 + 3.273 + 3.274 + 3.275 + 3.276 + 3.277 + 3.278 + 3.279 +%post core 3.280 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 3.281 +%{_bindir}/gtk-update-icon-cache \ 3.282 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 3.283 + 3.284 +%postun core 3.285 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 3.286 +%{_bindir}/gtk-update-icon-cache \ 3.287 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 3.288 + 3.289 + 3.290 + 3.291 + 3.292 + 3.293 + 3.294 + 3.295 + 3.296 +%post backend-platform-gnome 3.297 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 3.298 +%{_bindir}/gtk-update-icon-cache \ 3.299 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 3.300 + 3.301 +%postun backend-platform-gnome 3.302 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 3.303 +%{_bindir}/gtk-update-icon-cache \ 3.304 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 3.305 + 3.306 + 3.307 + 3.308 + 3.309 + 3.310 + 3.311 + 3.312 + 3.313 + 3.314 + 3.315 + 3.316 +%post extensions-default 3.317 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 3.318 +%{_bindir}/gtk-update-icon-cache \ 3.319 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 3.320 + 3.321 +%postun extensions-default 3.322 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 3.323 +%{_bindir}/gtk-update-icon-cache \ 3.324 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 3.325 + 3.326 + 3.327 +%post dmp 3.328 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 3.329 +%{_bindir}/gtk-update-icon-cache \ 3.330 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 3.331 + 3.332 +%postun dmp 3.333 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 3.334 +%{_bindir}/gtk-update-icon-cache \ 3.335 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 3.336 + 3.337 + 3.338 + 3.339 + 3.340 +%files -f banshee-1.lang 3.341 +%defattr(-,root,root,-) 3.342 +# >> files 3.343 +# << files 3.344 + 3.345 + 3.346 +%files devel 3.347 +%defattr(-,root,root,-) 3.348 +%{_libdir}/banshee-1/gconf-schema-extractor.exe 3.349 +%{_libdir}/pkgconfig/banshee-1-*.pc 3.350 +# >> files devel 3.351 +# << files devel 3.352 + 3.353 +%files core 3.354 +%defattr(-,root,root,-) 3.355 +%dir %{_libdir}/banshee-1 3.356 +%dir %{_libdir}/banshee-1/Extensions 3.357 +%dir %{_libdir}/banshee-1/Backends 3.358 +%dir %{_libdir}/banshee-1/gstreamer-0.10 3.359 +%dir %{_datadir}/banshee-1 3.360 +%dir %{_datadir}/banshee-1/audio-profiles 3.361 +%dir %{_datadir}/banshee-1/icons 3.362 +%dir %{_datadir}/banshee-1/icons/hicolor 3.363 +%dir %{_datadir}/banshee-1/icons/hicolor/* 3.364 +%dir %{_datadir}/banshee-1/icons/hicolor/*/* 3.365 +%{_libdir}/banshee-1/Mono.Data.Sqlite.dll* 3.366 +%{_libdir}/banshee-1/Hyena.dll* 3.367 +%{_libdir}/banshee-1/Hyena.Data.Sqlite.dll* 3.368 +%{_libdir}/banshee-1/Hyena.Gui.dll* 3.369 +%{_libdir}/banshee-1/Migo.dll* 3.370 +%{_libdir}/banshee-1/MusicBrainz.dll* 3.371 +%{_libdir}/banshee-1/Mono.Media.dll* 3.372 +%{_libdir}/banshee-1/Lastfm.dll* 3.373 +%{_libdir}/banshee-1/Lastfm.Gui.dll* 3.374 +%{_libdir}/banshee-1/Banshee.Core.dll* 3.375 +%{_libdir}/banshee-1/Banshee.Services.dll* 3.376 +%{_libdir}/banshee-1/Banshee.Services.addins 3.377 +%{_libdir}/banshee-1/Banshee.Widgets.dll* 3.378 +%{_libdir}/banshee-1/Banshee.ThickClient.dll* 3.379 +%{_libdir}/banshee-1/Banshee.CollectionIndexer.dll* 3.380 +%{_libdir}/banshee-1/Banshee.exe* 3.381 +%{_libdir}/banshee-1/Halie.exe* 3.382 +%{_libdir}/banshee-1/Beroe.exe* 3.383 +%{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service 3.384 +%{_datadir}/dbus-1/services/org.bansheeproject.CollectionIndexer.service 3.385 +%{_datadir}/banshee-1/icons/hicolor/*/categories/source-playlist.png 3.386 +%{_datadir}/banshee-1/icons/hicolor/*/categories/source-smart-playlist.png 3.387 +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-repeat-all.png 3.388 +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-repeat-none.png 3.389 +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-repeat-single.png 3.390 +%{_datadir}/banshee-1/icons/hicolor/*/actions/encode.png 3.391 +%{_datadir}/banshee-1/icons/hicolor/*/emblems//creative-commons*.png 3.392 +%{_datadir}/icons/hicolor/16x16/apps/media-player-banshee.png 3.393 +%{_datadir}/icons/hicolor/22x22/apps/media-player-banshee.png 3.394 +%{_datadir}/icons/hicolor/24x24/apps/media-player-banshee.png 3.395 +%{_datadir}/icons/hicolor/32x32/apps/media-player-banshee.png 3.396 +%{_datadir}/icons/hicolor/48x48/apps/media-player-banshee.png 3.397 +%{_datadir}/icons/hicolor/192x192/apps/media-player-banshee.png 3.398 +%{_libdir}/banshee-1/libbanshee.so 3.399 +%{_libdir}/banshee-1/gstreamer-0.10/libgstequalizer.so 3.400 +%{_libdir}/banshee-1/Backends/Banshee.GStreamer.dll* 3.401 +%{_datadir}/banshee-1/audio-profiles/*.xml 3.402 +# >> files core 3.403 +# << files core 3.404 + 3.405 +%files backend-platform-unix 3.406 +%defattr(-,root,root,-) 3.407 +%{_libdir}/banshee-1/Backends/Banshee.Unix.dll* 3.408 +# >> files backend-platform-unix 3.409 +# << files backend-platform-unix 3.410 + 3.411 +%files backend-platform-hal 3.412 +%defattr(-,root,root,-) 3.413 +%{_libdir}/banshee-1/Backends/Banshee.Hal.dll* 3.414 +# >> files backend-platform-hal 3.415 +# << files backend-platform-hal 3.416 + 3.417 +%files backend-platform-gnome 3.418 +%defattr(-,root,root,-) 3.419 +%{_libdir}/banshee-1/Backends/Banshee.Gnome.dll* 3.420 +%{_libdir}/banshee-1/Backends/Banshee.NowPlaying.X11.dll* 3.421 +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-write-cd.png 3.422 +%{_libdir}/banshee-1/Backends/libbnpx11.so 3.423 +# >> files backend-platform-gnome 3.424 +# << files backend-platform-gnome 3.425 + 3.426 +%files backend-platform-meego 3.427 +%defattr(-,root,root,-) 3.428 +%{_libdir}/banshee-1/MeeGo.exe* 3.429 +%{_libdir}/banshee-1/Extensions/Banshee.MeeGo.dll* 3.430 +%{_libexecdir}/meego-panel-banshee 3.431 +%{_datadir}/dbus-1/services/com.meego.UX.Shell.Panels.banshee.service 3.432 +%{_datadir}/mutter-meego/panels/meego-panel-banshee.desktop 3.433 +# >> files backend-platform-meego 3.434 +# << files backend-platform-meego 3.435 + 3.436 +%files client-classic 3.437 +%defattr(-,root,root,-) 3.438 +%{_prefix}/bin/banshee-1 3.439 +%{_datadir}/applications/banshee-1*.desktop 3.440 +%{_libdir}/banshee-1/Nereid.exe* 3.441 +# >> files client-classic 3.442 +# << files client-classic 3.443 + 3.444 +%files client-muinshee 3.445 +%defattr(-,root,root,-) 3.446 +%{_prefix}/bin/muinshee 3.447 +%{_libdir}/banshee-1/Muinshee.exe* 3.448 +# >> files client-muinshee 3.449 +# << files client-muinshee 3.450 + 3.451 +%files extensions-default 3.452 +%defattr(-,root,root,-) 3.453 +%{_bindir}/bamz 3.454 +%{_datadir}/mime/audio/x-amzxml.xml 3.455 +%{_datadir}/mime/packages/amazonmp3.xml 3.456 +%{_libdir}/banshee-1/Extensions/Banshee.AmazonMp3.exe* 3.457 +%{_libdir}/banshee-1/Extensions/Banshee.Audiobook.dll* 3.458 +%{_libdir}/banshee-1/Extensions/Banshee.InternetRadio.dll* 3.459 +%{_libdir}/banshee-1/Extensions/Banshee.CoverArt.dll* 3.460 +%{_libdir}/banshee-1/Extensions/Banshee.FileSystemQueue.dll* 3.461 +%{_libdir}/banshee-1/Extensions/Banshee.Fixup.dll* 3.462 +%{_libdir}/banshee-1/Extensions/Banshee.MultimediaKeys.dll* 3.463 +%{_libdir}/banshee-1/Extensions/Banshee.Lastfm.dll* 3.464 +%{_libdir}/banshee-1/Extensions/Banshee.LastfmStreaming.dll* 3.465 +%{_libdir}/banshee-1/Extensions/Banshee.PlayQueue.dll* 3.466 +%{_libdir}/banshee-1/Extensions/Banshee.NowPlaying.dll* 3.467 +%{_libdir}/banshee-1/Extensions/Banshee.Podcasting.dll* 3.468 +%{_libdir}/banshee-1/Extensions/Banshee.InternetArchive.dll* 3.469 +%{_libdir}/banshee-1/Extensions/Banshee.LibraryWatcher.dll* 3.470 +%{_datadir}/banshee-1/icons/hicolor/*/categories/lastfm-*.png 3.471 +%{_datadir}/banshee-1/icons/hicolor/*/categories/audiobook.* 3.472 +%{_datadir}/banshee-1/icons/hicolor/*/categories/podcast*.png 3.473 +%{_datadir}/banshee-1/icons/hicolor/*/categories/radio.* 3.474 +%{_datadir}/banshee-1/icons/hicolor/*/categories/internet-archive.* 3.475 +%{_datadir}/banshee-1/icons/hicolor/*/categories/amazon-mp3-source.* 3.476 +%{_datadir}/banshee-1/icons/hicolor/*/status/podcast*.png 3.477 +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-import-audio-cd.png 3.478 +# >> files extensions-default 3.479 +# << files extensions-default 3.480 + 3.481 +%files dmp 3.482 +%defattr(-,root,root,-) 3.483 +%{_libdir}/banshee-1/Extensions/Banshee.Dap.dll* 3.484 +%{_libdir}/banshee-1/Extensions/Banshee.Dap.MassStorage.dll* 3.485 +%{_datadir}/banshee-1/icons/hicolor/*/devices/phone-* 3.486 +# >> files dmp 3.487 +# << files dmp 3.488 + 3.489 +%files dmp-mtp 3.490 +%defattr(-,root,root,-) 3.491 +%{_libdir}/banshee-1/Mtp.dll* 3.492 +%{_libdir}/banshee-1/Extensions/Banshee.Dap.Mtp.dll* 3.493 +# >> files dmp-mtp 3.494 +# << files dmp-mtp 3.495 + 3.496 +%changelog 3.497 +* Sun Oct 17 2010 ting.z.zhou@intel.com 3.498 +- Added start-as-meego-client-bmc7394.patch, fix banshee failed to 3.499 + start with option "--show-import-media" (bmc#7394) 3.500 +* Fri Oct 15 2010 ting.z.zhou@intel.com 3.501 +- Replaced separate-video-rpgain-mutexes-bmc1115.patch with 3.502 + move-video-mutex-in-func-bmc5591.patch, which combines the fix 3.503 + for bmc#1115 and bmc#5591 (bmc#1115, bmc#5591) 3.504 +- Added search-unknown-artist-album-bmc6228.patch, fixing 3.505 + crash when searching unknown artist or album (bmc#6228) 3.506 +- Added import-video-playlist-bmc8383.patch, fixing video playlist 3.507 + can not be imported (bmc#8383) 3.508 +* Tue Aug 3 2010 nashif@linux.intel.com 3.509 +- Removed dependency on banshee-1-lang which does not exist as a package anymore 3.510 +* Sat Jul 31 2010 abockover@novell.com 3.511 +- Update to 1.7.3 release 3.512 +- New simplified packaging using spectacle 3.513 +- Patch to work against MeeGo 1.1 (no longer compatible on 3.514 + 1.0) due to renamed (moblin->meego) directories and files 3.515 +* Thu Jul 22 2010 abockover@novell.com 3.516 +- Added separate-video-rpgain-mutexes-bmc1115.patch, fixing a 3.517 + deadlock on the player engine when playing video (bmc#1115) 3.518 +- Added increase-pipeline-ready-timeout-bmc193.patch, fixing 3.519 + a seek problem by increasing a timeout (bmc#193) 3.520 +- Added play-next-track-after-unsupported-codec-bmc802.patch, 3.521 + allowing transitioning to the next track after a track with 3.522 + an unsupported codec is encountered (bmc#802) 3.523 +- Added close-player-engine-on-fsq-clear-bmc2684.patch, which 3.524 + will stop playback when clearing the File System Queue if 3.525 + the track playing is in the FSQ. This works around the issue 3.526 + where USB devices cannot be ejected when playing from them; 3.527 + a full fix will be in 1.1/Banshee 1.7.x/1.8 as that version 3.528 + will bring native integrated device support to MeeGo through 3.529 + GIO/udev support; 1.6 only supported HAL, which MeeGo does 3.530 + not have (bmc#2684) 3.531 +* Thu Jul 22 2010 abockover@novell.com 3.532 +- Annotate patches with their upstreamed status 3.533 +- Clean up the mangling of the Banshee .desktop files in 3.534 + %%install and only do this mangling on Intel's MeeGo 3.535 +* Tue Jun 29 2010 abockover@novell.com 3.536 +- Added gnome-proxy-support-bmc1920.patch, implementing full 3.537 + support for GNOME proxy configuration via GConf (bmc#1920) 3.538 +- Identify patches in %%prep with -b flags 3.539 +* Thu May 20 2010 chris.e.ferron@linux.intel.com 3.540 +- Fixed name of banshee media player to media player for meego. 3.541 + media-as-meego-icon-name.patch 3.542 +* Fri May 14 2010 abockover@novell.com 3.543 +- Fix bmc#531: added stream-volume-interaction-support-bmc531.patch 3.544 + to never load/save the volume from preferences since volume state 3.545 + is fully managed on the stream/pipeline in GStreamer 0.10.25+ 3.546 +- Update for bmc#1756: added make-source-view-lighter-bmc1756.patch 3.547 + to tweak the background color of the source view to fit in better 3.548 + with the updated toolbar color in MeeGo 3.549 +* Thu May 13 2010 abockover@novell.com 3.550 +- Fix bmc#1746: use 'media' not 'Banshee Media Player' as MeeGo 3.551 + toolbar button tooltip 3.552 + * Added media-as-meego-panel-button-tooltip-bmc1746.patch 3.553 + * Added po file overlay tarball po-since-1.6.1.tar.bz2, provides 3.554 + German translation updates and ensures 'media' is translated 3.555 + in all 15 POR languages 3.556 +* Fri May 7 2010 abockover@novell.com 3.557 +- Updated to 1.6.1 release, capturing all the cumulative MeeGo fixes 3.558 +- Additioanl fixes for MeeGo theme updates (bmc#1756) since last 3.559 + since-1.6.0.patch update 3.560 +* Mon May 3 2010 abockover@novell.com 3.561 +- Respun since-1.6.0.patch to b5c7c103fd9bcc409a70dcb7be9f37468b3097de 3.562 +- Fixes UI/usability issues around the MeeGo toolbar, improves 3.563 + spacing, padding, and color scheme for MeeGo (bmc#790) 3.564 +- Fixes Last.fm support (bmc#163), it was missing from the build 3.565 +- Always load config.xml from /etc/skel if it exists and there is no 3.566 + user configuration (e.g. user removes their config) 3.567 +* Sun May 2 2010 abockover@novell.com 3.568 +- Respun since-1.6.0.patch to 51b166a3885b6367ea2abe370dea853ca1aaa658 3.569 +- Fixes a number of MeeGo bugs: 3.570 + * bmc#1036 - zone switches when toggling fullscreen 3.571 + * bmc#1420 - regression where can't launch after quitting 3.572 + * bmc#537 - exits fullscreen when pausing/resuming video 3.573 + * bmc#809 - video can pop out of main window 3.574 + * bmc#531 - volume will will be set to 100%% when playing 3.575 + * bmc#928 - shows traditional window title for a second at startup 3.576 + * bmc#538 - toolbar can't be shown again when toggling fullscreen 3.577 + * bmc#571 - 'media' should be localized 3.578 +* Tue Apr 27 2010 abockover@novell.com 3.579 +- Respun since-1.6.0.patch to b286a9818f3ce21ef45163fe7724d747b7e211ce 3.580 + * Ensures that if either the music or video library is empty, 3.581 + for instance, when Banshee has never been run before, that the 3.582 + media folders are scanned (media from /etc/skel shows up on 3.583 + first launch). 3.584 +* Tue Apr 27 2010 abockover@novell.com 3.585 +- Respun since-1.6.0.patch to 65b6789309f01504011f3f6acd17b8b2a4879f7d 3.586 + * Fixes bmc#222 - need to click twice to launch panel 3.587 + * Fixes bmc#828 - Banshee crashes regularly, especially when importing 3.588 + * Fixes bmc#1034 - repeat menu items get removed from shuffle menu 3.589 + * Various upstream bug fixes 3.590 +- Added meego-aware-context-menu-positions-bmc869.patch 3.591 + * Fixes bmc#869 - context menu can be hidden under MeeGo toolbar 3.592 +- Disable DAAP support in MeeGo (was not supposed to be enabled) 3.593 +* Wed Apr 14 2010 abockover@novell.com 3.594 +- Added since-1.6.0.patch 3.595 + * MeeGo panel UI overhaul, implementing new UI design 3.596 + * Adds support for showing some dialogs via DBus/command line, 3.597 + like the import dialog (for MeeGo devices panel) 3.598 + * Fixes various MeeGo bugs 3.599 + * Minor bug fixes for MusicBrainz/Amazon ASIN lookup 3.600 + * Maemo DAP path fixes (do not read/sync private media 3.601 + folders, and support the Playlists folder) 3.602 +* Wed Mar 31 2010 abockover@novell.com 3.603 +- Update to 1.6.0 release 3.604 + * 265 bugs fixed since 1.5.1 3.605 + * 30 bugs fixed since 1.5.6 3.606 +- Notable bugs fixed since 1.5.6 3.607 + * Fix device support on upcoming distros with DeviceKit rename 3.608 + * Restore equalizer preset correctly (bgo#614313) 3.609 + * Handle broken symlinks correctly (bgo#614065) 3.610 + * Allow overriding Android, Maemo, WebOS default settings (bgo#611991) 3.611 + * Fix crash deleting playlist on mass storage device (bgo#613734) 3.612 + * Fix issue with iTunes importer dialog sizing (bgo#613607) 3.613 + * Fix play count calculation with gapless enabled (bgo#613418) 3.614 + * Handle exceptions thrown by old plugins (Mirage, etc) 3.615 + * Use panel-specific (eg monochrome) icon in notification area 3.616 +* Mon Mar 29 2010 abockover@novell.com 3.617 +- Updated to 1.5.99 tarball which brings the package up to almost 3.618 + 1.6.0, including various general bug fixes and MeeGo improvements 3.619 +- Added artist list to MeeGo panel 3.620 +- Improved speed of MeeGo toolbar binding 3.621 +- Fixed various sync issues between sources, models, views 3.622 + in the MeeGo panel 3.623 +- Various UI polish on the MeeGo panel 3.624 +- Enable library watcher (e.g. inotify, auto-import) by default 3.625 +* Tue Mar 23 2010 abockover@novell.com 3.626 +- Update to 1.5.7 release, providing the new MeeGo panel and 3.627 + working integration 3.628 +* Mon Mar 22 2010 abockover@novell.com 3.629 +- Support building on MeeGo 3.630 +- New package: banshee-1-backend-platform-meego 3.631 +- Exclude some extensions from banshee-1-extensions-default 3.632 +* Mon Mar 22 2010 abockover@novell.com 3.633 +- Update to 1.5.6 release, fixing 44 bugs since 1.5.5 3.634 + * Fix rendering and interaction bugs in the grid view 3.635 + * Fix issue with volume getting reset on every song change 3.636 + * Handle volume changes from outside Banshee (eg PulseAudio) 3.637 + * Fix issue parsing some RSS feeds 3.638 + * Fix library importing and rescanning on all IO backends 3.639 + * Support coverart for albums without an artist (bgo#612626) 3.640 + * Don't capture 's' presses if keybindings disabled 3.641 + * Fix typing in the Wikipedia webkit view 3.642 + * Fix equalizer settings migration (bgo#612669) 3.643 + * Redraw the entire ListView when dragging columns 3.644 + * Increase podcast download timeout 3.645 + * Fix bad startup crash in PlayQueue on old Mono 3.646 + * Fix "Too many open files" bug with GIO backend 3.647 + * [Banshee.Hardware] Handle exceptions (bgo#613173) 3.648 + * [PodcastActions] Unsubscribe from an event on dispose 3.649 + * [ContextPane] Fix crash if active removed (bgo#613277) 3.650 + * [LastfmSource] Fix crash (bgo#612824) 3.651 + * [Lastfm] Fix crash using auth Refresh button (bgo#610911) 3.652 + * [Lastfm] Fix crash (bgo#613276) 3.653 + * Fix compilation error with older Mono 3.654 + * Fix compilation error with bundled notify-sharp 3.655 + * Fix --disable-youtube flag 3.656 + * Set YouTube install dir to Extensions/ 3.657 + * Fix building with older GStreamer (bgo#613339) 3.658 +* Wed Mar 17 2010 gburt@suse.de 3.659 +- Require libmtp8, not libmtp 3.660 +* Tue Mar 16 2010 gburt@suse.de 3.661 +- Fix extensions-default Requires 3.662 +* Thu Mar 11 2010 gburt@suse.de 3.663 +- Update to 1.5.5 release 3.664 + * Minor feature and bug fix/stability release 3.665 + - Gapless Playback / Playbin2 3.666 + - Grid View 3.667 + - YouTube Extension 3.668 + * Enhancements: 3.669 + - Improve search responsiveness on large libraries 3.670 + - Add icons for Nexus One and Audiobooks 3.671 + - Play Queue item count, size, duration now ignores old tracks 3.672 + - Muinshee fixes: disable Auto-DJ, allow reordering, hide previous song 3.673 + * Notable bug fixes: 3.674 + - Fix a very common, SQL-related crash in 1.5.4 3.675 + - Fix saving equalizer settings in culture-invariant way 3.676 + - Jumping to a source's prefs via its context menu works again 3.677 + - Usage data not submitted more than every 48 hours 3.678 + - Fix repeatedly resyncing some files to a device b/c transcoded 3.679 + - Clear the redo stack on shuffle mode change 3.680 + - Accept feeds with empty title 3.681 + - Uri encode file location queries, making them work properly 3.682 + - Fixes to the OS X build 3.683 + * 26 bugs were fixed since 1.5.4 3.684 +* Wed Feb 24 2010 gburt@suse.de 3.685 +- Update to 1.5.4 release 3.686 + * Minor feature and bug fix/stability release 3.687 + * New features: 3.688 + - Opt-In Usage Data Collection 3.689 + - Default Equalizer Presets 3.690 + - Banshee Community Extensions 3.691 + - Extensible Shuffle Modes 3.692 + * Enhancements: 3.693 + - Wikipedia context pane extension enabled by default 3.694 + - Add support for Nokia N900 phones 3.695 + - Add tooltip to playback error column 3.696 + - On close Internet Archive item, return to Search 3.697 + - Notify user if try to sync missing file to DAP 3.698 + - Popup explanation of manual playlist ordering when appropriate 3.699 + - Simplify the default set of columns in Podcasts 3.700 + - Enable 'Delete From Drive' action in File System Queue 3.701 + - Make debuggable from within MonoDevelop 3.702 + - Coverart for unicode artist/albums now supported 3.703 + - Dropped glade-sharp dep; GNOME 3.0 ready 3.704 + - Add columns showing track sample rate and bits per sample 3.705 + - Option to sort an artist's albums by year, not title 3.706 + * Notable bug fixes: 3.707 + - Fixes to GIO backend 3.708 + - Many crash/startup fixes for OS X build 3.709 + - Enable LibraryWatcher only for Music and Video libraries 3.710 + - Do better job preserving IsCompilation metadata 3.711 + - Store some PlayQueue settings in the db (not GConf) 3.712 + - Update to Last.fm's API change for scrobbling/recs 3.713 + - Bring back static FileNamePattern API used by some scripts 3.714 + - Fix several memory leaks 3.715 + * 40 bugs were fixed since 1.5.3 3.716 +* Thu Jan 28 2010 gburt@suse.de 3.717 +- Enable building GIO backend 3.718 +* Wed Jan 27 2010 gburt@suse.de 3.719 +- Fix issue with muinshee getting installed instead of 3.720 + the classic client on some versions of SUSE 3.721 +* Wed Jan 27 2010 gburt@suse.de 3.722 +- Update to 1.5.3 release 3.723 + * Minor feature and bug fix/stability release 3.724 + * New features 3.725 + - Sync device from playlist option 3.726 + - Type-ahead find in track, artist, and album lists 3.727 + - Optional cover art in lower-left corner 3.728 + - Cover art editable via drag-and-drop and right-click 3.729 + - Audiobooks library extension 3.730 + - Library-folder watcher extension 3.731 + - eMusic importer/downloader extension 3.732 + - GIO file backend, supports non-local files 3.733 + - Return of the Mac OS X release 3.734 + * Enhancements: 3.735 + - Improved Podcast filtering/browsing 3.736 + - Extension preferences tab reworked 3.737 + - Extension names/descriptions translated 3.738 + - Improved sqlite performance 3.739 + - Added --set-rating=RATING command line option 3.740 + - Support for Nexus One devices 3.741 + * Notable bug fixes: 3.742 + - DAPs (ipods, etc) should work on DeviceKit-using distros 3.743 + - Fix issue with DAAP authenticating 3.744 + - Podcast renaming should work well now 3.745 + - Podcast download cancelling is now fast 3.746 + - Internet Archive results paging off-by-one fixed 3.747 + - Should build with older Mono/Gtk# again (eg on openSUSE 11.0) 3.748 + - Fix issue with MTP devices on 64-bit distros 3.749 + * 75 bugs were fixed since 1.5.2 3.750 +* Sat Nov 21 2009 abockover@novell.com 3.751 +- Update to 1.5.2 release 3.752 + * Minor feature and bug fix/stability release 3.753 + * New features 3.754 + - The Internet Archive extension 3.755 + - The iTunes importer 3.756 + - Metadata ratings and playcount import and export 3.757 + - Add support for Pulse and Droid phones 3.758 + - Use new Last.fm API 3.759 + * Enhancements 3.760 + - Many accessibility enhancements 3.761 + - When sorting by score also sort by playcount (bgo#598431) 3.762 + - Add WICD support (bgo#596918) 3.763 + - Add the USB id for the Palm Pre in developer mode 3.764 + - Improve the import media dialog (bgo#559013) 3.765 + - Allow seeking in DAAP streams 3.766 + - Tooltip for the AutoDJ source combobox (bgo#598504) 3.767 + - Improve recognition of Android devices 3.768 + - Recognize Samsung Galaxy device in debug mode 3.769 + - PlaybackError query field (bgo#590946) 3.770 + - Additional tokens for file system organization (bgo#489861) 3.771 + - Remember direction when sorting the list view (bgo#590869) 3.772 + - Cleaner track change notification popup (bgo#565453) 3.773 + - Move Last.fm settings to the preferences dialog 3.774 + - Double click toggles fullscreen in Now Playing (bgo#577971) 3.775 + * Notable bug fixes 3.776 + - Fix the playcount update (bgo#563021) 3.777 + - Correct default button in message dialogs (bgo#599495) 3.778 + - Hide shuffle menu when shuffling is disabled (bgo#599465) 3.779 + - Fix bug with AutoDJ updating LastPlayed erroneously (bgo#594701) 3.780 + - Fix next playback source (bgo#599834) 3.781 + - Fix adding tracks to the play queue (bgo#600498) 3.782 + - Fix up iPod podcast support (bgo#434237) 3.783 + - Fix cover art pick up for multi-disc albums (bgo#591982) 3.784 + - Fix the play queue when StopWhenFinished is on (bgo#563021) 3.785 + - Fix race when saving track metadata (bgo#598321) 3.786 + * 49 bugs were fixed since 1.5.1 3.787 +* Wed Sep 30 2009 abockover@novell.com 3.788 +- Update to 1.5.1 release 3.789 + * Major feature and bug fix/stability release 3.790 + * New features 3.791 + - Play Queue Auto DJ keeps the tunes coming 3.792 + - Shuffle by album and artist 3.793 + - Shuffle by weighted rating and score mode 3.794 + - Add tooltips for ellipsized list view text 3.795 + - Keep the playing song visible in the track list 3.796 + - Add support for WebOS/Pre devices 3.797 + - Add support for the Samsung Galaxy Android Phone 3.798 + - Scores of other enhancements and minor features 3.799 + * Major bugs fixed 3.800 + - Fix MimeTypes for tracks ripped before 1.4 (bgo##536590) 3.801 + - Fix compilation metadata reading and writing (bgo#563283) 3.802 + - Work with new notification-daemon (bgo#565876) 3.803 + - Avoid needlessly syncing iPods twice 3.804 + - Fix crash in equalizer (bgo #548912) 3.805 + - Prevent endless "Searching for CD metadata..." (bgo#527788) 3.806 + - Dispose the SqliteCommand after it's executed (bgo#586498) 3.807 + - Fix crash when opening the profile conf dialog (bgo#587308) 3.808 + - Fix editor always prompting to save podcasts (bgo#584880) 3.809 + - Fix initial track score calculation (bgo#594568) 3.810 + - Many, many, many more bug fixes 3.811 + - ~130 bugs were fixed since 1.5.0 3.812 + - ~250 bugs were fixed since 1.4.3 (last packaged release) 3.813 +- Major packaging changes 3.814 + * Split Boo extension into an -extensions-boo package 3.815 + * Split Digital Media Player extensions into -dmp (core libraries 3.816 + and the generic USB mass storage support), -dmp-ipod, and 3.817 + - dmp-mtp packages (since they have extra deps) 3.818 + * Split clients into separate packages (-client-classic and 3.819 + - client-muinshee); each client provides banshee-1-client 3.820 + * Split core libraries, services, and resources into the -core 3.821 + package 3.822 + * The root package is basically a meta package now that requires 3.823 + a client package, the GStreamer engine, the UNIX backend, and 3.824 + recommends the classic client, and some extensions 3.825 +- All patches and translation overlays removed since they are 3.826 + merged into the upstream release 3.827 +* Tue Aug 25 2009 aj@suse.de 3.828 +- Add build require on mono-zeroconf-devel to fix build. 3.829 +* Sat Aug 15 2009 beineri@opensuse.org 3.830 +- fix duplicate appearance of Banshee in (KDE) start menu 3.831 +* Thu Mar 5 2009 abockover@novell.com 3.832 +- Update to 1.4.3 release 3.833 + * Bug-fix-only release 3.834 + * 17 bugs fixed since 1.4.2 (most of which were already applied) 3.835 + * Removed the Novell translations since I disagree with the way 3.836 + we handle them with upstream - the upstream translations are 3.837 + rather complete (~93%%); kept the Korean translation since one 3.838 + does not exist upstream 3.839 +* Wed Feb 4 2009 gburt@suse.de 3.840 +- Patch fixing playlists not being saved to DAPs (bnc#472526) 3.841 +- Patch fixing adding files to MTP devices (bnc#472524) 3.842 +- Patch renaming sr@Latn translation to sr@latin (bnc#472522) 3.843 +* Fri Jan 30 2009 gburt@suse.de 3.844 +- Patch fixing freeze on DAP load (bnc#465214) 3.845 +- Patch fixing crash on delete from File System Queue (bnc#467377) 3.846 +- Patch fixing crash on MTP device load (bnc#470722) 3.847 +- Patch fixing hang while loading streams (bnc#376532) 3.848 +* Wed Jan 21 2009 abockover@novell.com 3.849 +- Patch to fix RPMLINT warning about trailing ; on MimeType field 3.850 + in .desktop files 3.851 +- Remove some legacy hacks for dealing with openSUSE < 10.3 3.852 +- Add logic to bundle certain assemblies when we are building from 3.853 + the upstream/devel OBS project (Banshee) and not openSUSE or SLE 3.854 + to allow us to do safe intermediate upgrades of packages outside 3.855 + of the distro 3.856 +* Wed Jan 21 2009 abockover@novell.com 3.857 +- Update to 1.4.2 3.858 +- Bug fix only release that includes all previous patches to 1.4.1 3.859 +* Mon Jan 12 2009 mauro@suse.de 3.860 +- Translations update. 3.861 +* Sun Jan 11 2009 gburt@suse.de 3.862 +- Patch to fix support for itms podcast subscription inks (bnc#465149) 3.863 +- Patch to fix freeze caused by submitting Last.fm now playing (bnc#465215) 3.864 +* Sun Jan 11 2009 abockover@novell.com 3.865 +- Patch to support Nautilus/GIO device actions (play CD, highlight 3.866 + media player, etc) (bnc#461677) 3.867 +- Patch to prevent DAAP service from crashing (bnc#465159) 3.868 +- Patch to allow persisting build metadata and vendor information in 3.869 + assemblies, and show in log file to help with better bug reports; 3.870 + adds --with-vendor-build-id="%%distribution" to the spec 3.871 +* Sun Jan 11 2009 abockover@novell.com 3.872 +- Fix up desktop files (bnc#456120, bnc#459993, bnc#440615, bnc#461677) 3.873 +- Fix primary desktop file to -N "Banshee" -G "Media Player" (bnc#433594) 3.874 +* Sat Jan 10 2009 abockover@novell.com 3.875 +- Patch to set the mimetype for ripped tracks (bnc#464889) 3.876 +- Patch to handle spaces in command line arguments (bnc#440883) 3.877 +- Patch to make xx_YY langs work from xml:lang, fixes zh_CN et al (bnc#449788) 3.878 +- Patch for API compat fix for 1.4.2 (bgo#562151) 3.879 +- Patch to show audio CDs in import dialog, fixes SLE 10 regression (bnc#457918) 3.880 +* Fri Jan 9 2009 gburt@suse.de 3.881 +- Patch to fix handling of internet radio loading (bnc#456120) 3.882 +* Thu Jan 8 2009 gburt@suse.de 3.883 +- Patch to avoid Rescan tool podcast bug (bnc#464604) 3.884 +- Patch to avoid Rescan tool gui glitch (bnc#462304) 3.885 +- Patch for non-UTF8 RSS parsing (bnc#459084) 3.886 +- Patch to show .MP3 in import dialog (bnc#464608) 3.887 +- Patch for less rigid rss date parsing - bnc#464612) 3.888 +- Patch to fix genre-search casing bug (bnc#464615) 3.889 +- Patch for non-ASCII scrobbling (bnc#464613) 3.890 +- Patch for podcast published date (bnc#464617) 3.891 +- Patch for duplicate albums b/c compilation support (bnc#464619) 3.892 +- Patch for track count editor fix (bnc#464620) 3.893 +- Patch to remove /tmp extension loading (bnc#464622) 3.894 +- Patch for pack/add browser fix (bnc#464629) 3.895 +* Fri Dec 19 2008 gburt@suse.de 3.896 +- Patch to fix podcast-related DAP crash (bnc#464627) 3.897 +- Patch to fix DAAP-related freeze on startup (bnc#450125) 3.898 +- Patch to fix bug that prevented unsubscribing from a podcast (bnc#464624) 3.899 +- Patch to fix crash when using Banshee in certain languages and inserting 3.900 + an audio CD (bnc#464626) 3.901 +* Fri Dec 12 2008 mauro@suse.de 3.902 +- Patch to fix bnc#447606 Unlocalised text on Equalizer menu 3.903 +* Fri Nov 21 2008 abockover@suse.de 3.904 +- Patch to create music directory in prefs dialog (bnc#432754) 3.905 +- Remove Real audio/video mime types from .desktop file (bnc#440615) 3.906 +- Fix an issue with generics for gmcs (bgo#561392) 3.907 +- Allow escape key to close the equalizer dialog (bgo#552818) 3.908 +- Allow last track in a folder to be deleted on mass storage DAPs (bgo##560550) 3.909 +- Updated translations 3.910 +* Tue Nov 11 2008 abockover@suse.de 3.911 +- Updated to 1.4.1 Release 3.912 + * Fix some API/extensibility issues to ensure 1.4 API will not need to break 3.913 + * Fixed assembly versioning to be static as 1.4.0.0 to ensure compat 3.914 + * Store known devices in the extension manfiest to ensure other devices 3.915 + can be added later externally (forward compat) 3.916 + * Updated G1 icons from Jakub Steiner 3.917 + * Cosmetic fixes (spacing/padding/alignment) with the DAP overview page 3.918 + * Fix build issue with 10.3 3.919 + * Fix build issue with Mono trunk 3.920 +* Fri Nov 7 2008 abockover@suse.de 3.921 +- Updated to 1.4.0.1 Release 3.922 + * Fixes an issue with the G1 not reading cover art at wrong folder depth 3.923 + * Fix a path typo 3.924 +* Fri Nov 7 2008 abockover@suse.de 3.925 +- Updated to 1.4.0 Release 3.926 + * Fixes on top of mass storage extension support T-Mobile G1/Android Phone 3.927 + * Added verification tool at build time to test DLL mapping to 3.928 + avoid further bugs like bgo#557868 and bnc#440409 3.929 + * Worked around a potential Mono bug causing a crash (bgo#556573) 3.930 + * Fixes in the track editor to avoid false positives on edit-save confirm 3.931 + * Fixed track edito auto-order for track-number/count 3.932 + * Fixed a seldom seen crasher (bnc#557867) 3.933 +* Fri Oct 31 2008 gburt@suse.de 3.934 +- Fix critical bug in our dll mapping config (bgo#557868, bnc#440409) 3.935 +* Sat Oct 25 2008 abockover@suse.de 3.936 +- Updated to 1.3.3 Release 3.937 + * Small Bug-fix only release 3.938 + - Removed code that prompted/set Banshee as default player (bnc#433096) 3.939 + - Bug fix in equalizer element fixing crash (bnc#557260) 3.940 + - Fixed bug where play queue would stop after every song (bnc#557386) 3.941 + - Allow prepending the play queue over DBus (for GNOME Do) (bnc##557526) 3.942 +* Mon Oct 13 2008 abockover@suse.de 3.943 +- Fixed .desktop file (bnc#433594) 3.944 +* Mon Oct 13 2008 abockover@suse.de 3.945 +- Updated to 1.3.2 Release 3.946 + * Minor features/improvements: 3.947 + - Allow queueing files via dbus 3.948 + - Fix to allow the podcast primary source to contain [smart] playlists 3.949 + - When finished playing from the play queue, play the song after 3.950 + the song we left off from, or stop playing if nothing was playing before 3.951 + - Improved podcast refresh timing 3.952 + - Import all white-listed files, even if TagLib# doesn't recognize them 3.953 + - Cache and store images directly as Cairo ImageSurfaces, yielding 3.954 + performance and memory improvements 3.955 + - Major memory leak and performance fixes (avoid PangoContext leak) 3.956 + - Enable autocomplete in editor for artist, album, and album artist 3.957 + - Many improvements and fixes to the collection indexer, ready for external 3.958 + applications to consume now 3.959 + * 59 bugs were closed since 1.3.1 3.960 + * Notable Bugs FIXED: 3.961 + - Fix bug with non-JPEG cover art (bgo#388162) 3.962 + - Remember the user's smart playlist units (bgo#545887) 3.963 + - Look for PNG and BMP artwork in the album's folder (bgo#547841) 3.964 + - Avoid showing album art for 'unknown' artists (bgo#549320) 3.965 + - Jump to playing podcast and radio station now work 3.966 + - Fix bug with default CD importing profile (bgo#528621) 3.967 + - libmtp8 support (bgo#542117) 3.968 + - Fix bug with switching themes and things not getting updated 3.969 + - Recommendations and DAP storage panes are visible again 3.970 + - F11 toggles fullscreen (bgo#553440) 3.971 + - Remove newlines from podcast titles and descriptions (bgo#550008) 3.972 + - Fix issue with the Seek slider and recent versions of Gtk# (bgo#536397) 3.973 + - Fix bug with showing/selecting invalid profile for DAP transcoding 3.974 +* Mon Sep 22 2008 abockover@suse.de 3.975 +- Updated to 1.3.1 Release 3.976 + * Minor feature/cosmetic improvements: 3.977 + - Improved track editor UI and usability 3.978 + - Break columns context menu into two columns for easier navigation 3.979 + - Many fixes regarding column resizing and default widths 3.980 + * 42 bugs were closed since 1.3.0 3.981 + * Notable Bugs FIXED: 3.982 + - Remember sorting per source (bgo#524656) 3.983 + - Fix audio CD crash bug 3.984 + - Dialogs' translation domain properly set (bgo#536268) 3.985 + - Fix recent regression where the ListView scrolled to the top 3.986 + when switching sources 3.987 + - Allow shrinking selections with shift-click (bgo#535561) 3.988 + - Fix issue with it taking two clicks on the notification icon to 3.989 + get the main window visible, if Banshee was minimized (bgo#551916) 3.990 + - Don't give UI indication that the track list is sortable unless 3.991 + it really is (bgo#551969) 3.992 +* Fri Sep 12 2008 abockover@suse.de 3.993 +- Updated to 1.3.0 Release 3.994 + * Features & Enhancements 3.995 + - Vastly improved portable media player support 3.996 + o Automatic/proper synchronization mode 3.997 + o Playlists and smart playlists can be saved to devices (fate#303577) 3.998 + o Cover art can be synced to mass storage devices 3.999 + - Library rescanning - can now detect newly added, removed, and 3.1000 + relocated files and update its collection (fate#5152) 3.1001 + - Option to rename files when metadata changes 3.1002 + - Collection indexer service with DBus API for third party apps 3.1003 + like GNOME Do, Beagle, Tangerine to query/index (dep. of fate#303568) 3.1004 + - Flat-file playlists can be opened from command line (fate#303576) 3.1005 + - Podcasting improvements 3.1006 + - New fancy cover art UI for the Now Playing source 3.1007 + - ReplayGain level correction support 3.1008 + - Improved performance of the album/podcast browsers 3.1009 + - Offline mode (disable features requiring network access) 3.1010 + - Banshee will now ask if it should be the default media player 3.1011 + - Support for extra metadata fields including BPM, Grouping, BitRate, 3.1012 + Conductor, DiscCount, and IsCompilation: read/write/colums/query support 3.1013 + * 64 bugs were closed since 1.2.1 3.1014 + * Notable Bugs FIXED: 3.1015 + - Drag and Drop to Nautilus works again (bgo#535128) 3.1016 + - Improved support for dark themes (bgo#544840) 3.1017 + - Improved ASX support (bgo#545646) 3.1018 + - Fix performance bug with loading USB Mass Storage DAPs (bgo#548254) 3.1019 + - Fix bug with the DAP usage bar being filtered (bgo#537366) 3.1020 + - Fix performance issue with album and podcast browsers (bgo#547628) 3.1021 +* Wed Aug 27 2008 abockover@suse.de 3.1022 +- Add a define based on if we are in OBS or autobuild 3.1023 +- Only call suse_update_desktop_file in autobuild, since parity 3.1024 + between OBS and autobuild is a myth, and we don't want to nuke 3.1025 + upstream translations in our desktop file 3.1026 +* Fri Aug 15 2008 abockover@suse.de 3.1027 +- BuildRequires for boo-devel, it provides the .pc file 3.1028 +* Thu Aug 14 2008 abockover@suse.de 3.1029 +- Enabled Boo support for openSUSE 11.1 and newer now that the 3.1030 + boo package is properly split into boo and boo-devel to avoid 3.1031 + a painful and unnecessary dependency chain 3.1032 +- spec file cleanup 3.1033 +* Wed Aug 13 2008 gburt@suse.de 3.1034 +- Add patch to fix common crash for tracks without cover art (bgo#547520) 3.1035 +* Tue Aug 12 2008 abockover@suse.de 3.1036 +- Updated to 1.2.1 Release 3.1037 + * Features & Enhancements 3.1038 + - Drag and drop albums or artists from the browser 3.1039 + - New import source to aid in importing videos from your camera 3.1040 + - Show cover art in Now Playing 3.1041 + - Pressing play will play the first track selected if nothing is loaded 3.1042 + - Pressing o on a track selection behaves the same as pressing enter 3.1043 + - Include never-played tracks when querying against last played 3.1044 + - Prefer cover art named cover/folder/front.jpg over other image files 3.1045 + - Translation updates from 19 translators 3.1046 + * 24 Bugs FIXED since Banshee 1.2.0 3.1047 + * Notable bugs FIXED: 3.1048 + - Fix bug with loading USB Mass Storage Players 3.1049 + - Fix ASX and mms:// support 3.1050 + - Fix a common crash when quitting Banshee 1.2 3.1051 + - Amarok importer now migrates date added and last played 3.1052 + - Fix crash when editing smart playlists with date fields 3.1053 + - 24 bugs fixed since 1.2 3.1054 +* Mon Aug 4 2008 abockover@suse.de 3.1055 +- Updated to 1.2 Release (1.2.0) 3.1056 + * Major new features bringing full parity to 0.13.2: 3.1057 + - 10-band equalizer with preset support 3.1058 + - Multi-Artist (Compilation/Various) Album Support 3.1059 + - Internet Radio 3.1060 + - Recommendations pane 3.1061 + - DAAP/Music Sharing 3.1062 + - Playlist importing 3.1063 + - Manual track reordering of playlists/play queue 3.1064 + - Amarok database migration 3.1065 + * 82 Bugs FIXED since Banshee 1.0 3.1066 + * Notable bugs FIXED: 3.1067 + - More robust parsing of podcast (RSS) files 3.1068 + - Find and use cover art from the album folder (cover.jpg, etc) 3.1069 + - Add Last.fm as a cover art provider 3.1070 + - The last playback source is used when the Play Queue is empty 3.1071 + - Better performance (start up time, memory usage, searching, etc) 3.1072 + - Disable the screensaver when in fullscreen mode 3.1073 + - Much improved performance and UI for automatic cover art fetching 3.1074 + - Fix issues with importing and playing files in folders named Music* 3.1075 +* Mon Jun 9 2008 jpr@suse.de 3.1076 +- Turn off boo scripting, it causes too many dependencies in a 3.1077 + stock install 3.1078 +* Thu Jun 5 2008 abockover@suse.de 3.1079 +- Updated to 1.0 Final Release (1.0.0) 3.1080 + * 57 Bugs FIXED since RC1 3.1081 + * Notable bugs FIXED: 3.1082 + - Fix GUI identifying podcast items to avoid dupes (bgo#536555) 3.1083 + - Use standard seek/position widget in popup (bgo#536396) 3.1084 + - Fix metacity focus bug in fullscreen (bgo#531187) 3.1085 + - Fix GTK theme issues (bgo#536052, bgo#534731) 3.1086 + - Show fullscreen on same monitor as parent window (bgo#535982) 3.1087 + - Fix player engine DBus support (bgo#534472) 3.1088 + - Added matching for oga and ogv extensions (bgo#532561) 3.1089 + - Fix crash when ejecting hardware (bgo#535898) 3.1090 + - Only set rating when mouse is released (bgo#535338) 3.1091 + - Use proper icon in notif area depending on panel size (bgo#526333) 3.1092 + - Set notification window hint on popup (bgo#526326) 3.1093 + - Fixed a number of DBus API issues (bgo#532215) 3.1094 + * Fixed audio CD duplication through Brasero and Nautilus 3.1095 + * Fixed GStreamer plugin installation hooks 3.1096 + * Show full --help information to expose command line functions 3.1097 +- Since 1.0 Alpha 3: 3.1098 + * Full iPod and MTP support including video sync 3.1099 + * Default smart playlist selection 3.1100 + * Mini mode extension 3.1101 + * Extension manager 3.1102 + * Boo scripting support 3.1103 + * Full screen video support 3.1104 + * Podcast support (including video) 3.1105 + * Auto-rip CD importing 3.1106 + * CD Burning through Brasero 3.1107 + * New device status bar 3.1108 + * Automatic cover art downloader 3.1109 + * DBus command line client 3.1110 + * Single instance support 3.1111 + * File system/local queue support 3.1112 + * Over 100 bugs fixed 3.1113 +* Sat May 31 2008 abockover@suse.de 3.1114 +- Updated to 1.0 RC1 Release (0.99.3) 3.1115 + * Full iPod and MTP support including video sync 3.1116 + * Default smart playlist selection 3.1117 + * Mini mode extension 3.1118 + * Extension manager 3.1119 + * Boo scripting support 3.1120 + * Full screen video support 3.1121 + * Podcast support (including video) 3.1122 + * Auto-rip CD importing 3.1123 + * CD Burning through Brasero 3.1124 + * New device status bar 3.1125 + * Automatic cover art downloader 3.1126 + * DBus command line client 3.1127 + * Single instance support 3.1128 + * File system/local queue support 3.1129 + * Over 100 bugs fixed 3.1130 +* Wed May 28 2008 sbrabec@suse.cz 3.1131 +- Do not call gtk-update-icon-cache (bnc#395056). 3.1132 +* Tue Apr 15 2008 coolo@suse.de 3.1133 +- disable parallel build to fix build 3.1134 +* Thu Apr 10 2008 abockover@suse.de 3.1135 +- Updated to 1.0 Alpha 3 Release (0.98.3) 3.1136 + * Adds audio CD playback and ripping 3.1137 + * Adds USB Mass Storage Digital Audio Player syncing 3.1138 + * New experimental shuffle UI was added 3.1139 + * Repeat modes now work 3.1140 + * Jump to song was implemented 3.1141 + * Full screen mode was implemented (not video) 3.1142 + * Visual improvements in Last.fm 3.1143 + * Cairo widgets (list view, track header) respect system DPI 3.1144 + * Over 40 other bugs fixed since 0.98.2 3.1145 +* Wed Mar 26 2008 abockover@suse.de 3.1146 +- Updated to 1.0 Alpha 2 Release (0.98.2) 3.1147 + * Adds video importing, collection management, and playback 3.1148 + * Cache files respect XDG_CACHE_HOME 3.1149 + * List view settings are preserved (column width/visibility) 3.1150 + * Play Count, Skip Count, Last Played, and Last Skipped are updated 3.1151 + * Allow editing of artist and album names 3.1152 + * Start playing when artist or album browser is double clicked 3.1153 + * Bookmarks extension was ported to 1.0 APIs 3.1154 + * Date-based searches and smart playlists should be working much better 3.1155 + * Initialize the translation Catalog so translations can actually be used 3.1156 + * Improved support for dark themes 3.1157 + * Disable the equalizer temporarily until gstreamer pipeline issues resolved 3.1158 +- Removed the icon fix patch; rolled into upstream 3.1159 +* Fri Mar 14 2008 abockover@suse.de 3.1160 +- Added a patch to fix the icon name bug found after the release 3.1161 +* Fri Mar 14 2008 abockover@suse.de 3.1162 +- Initial package for Banshee 1.0 3.1163 +- Banshee 1.0 Alpha 1 Release (0.98.1) 3.1164 +- Can be installed and used in parallel with previous Banshee (banshee-*) 3.1165 +- http://banshee-project.org/Releases/0.98.1
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/connman/connman.spec Fri Mar 11 21:30:26 2011 +0100 4.3 @@ -0,0 +1,398 @@ 4.4 +# 4.5 +# Do not Edit! Generated by: 4.6 +# spectacle version 0.18 4.7 +# 4.8 +# >> macros 4.9 +# << macros 4.10 + 4.11 +Name: connman 4.12 +Summary: Connection Manager 4.13 +Version: 0.60.5 4.14 +Release: 1.1 4.15 +Group: System/Networking 4.16 +License: GPLv2 4.17 +URL: http://connman.net/ 4.18 +Source0: http://www.kernel.org/pub/linux/network/connman/connman-%{version}.tar.bz2 4.19 +Source100: connman.yaml 4.20 +Requires: dbus 4.21 +Requires: wpa_supplicant >= 0.7.1 4.22 +Requires: bluez 4.23 +Requires: ofono 4.24 +%ifarch %{ix86} 4.25 +BuildRequires: pkgconfig(libiWmxSdk-0) 4.26 +%endif 4.27 +BuildRequires: pkgconfig(glib-2.0) 4.28 +BuildRequires: pkgconfig(dbus-1) 4.29 +BuildRequires: pkgconfig(libudev) >= 145 4.30 +BuildRequires: openconnect 4.31 + 4.32 + 4.33 +%description 4.34 +Connection Manager provides a daemon for managing Internet connections 4.35 +within embedded devices running the Linux operating system. 4.36 + 4.37 + 4.38 + 4.39 +%package devel 4.40 +Summary: Development files for Connection Manager 4.41 +Group: Development/Libraries 4.42 +Requires: %{name} = %{version}-%{release} 4.43 + 4.44 +%description devel 4.45 +connman-devel contains development files for use with connman. 4.46 + 4.47 +%package iwmxsdk 4.48 +Summary: ConnMan plugin for the Intel WiMAX Network Service 4.49 +Group: System/Networking 4.50 +Requires: %{name} = %{version}-%{release} 4.51 +Requires: WiMAX-Network-Service 4.52 + 4.53 +%description iwmxsdk 4.54 +This plugin allows connman to work with WiMAX devices controlled by 4.55 +the Intel WiMAX Network Service 4.56 + 4.57 + 4.58 +%package test 4.59 +Summary: Test Scripts for Connection Manager 4.60 +Group: Development/Tools 4.61 +Requires: %{name} = %{version}-%{release} 4.62 +Requires: dbus-python 4.63 +Requires: pygobject2 4.64 + 4.65 +%description test 4.66 +Scripts for testing Connman and its functionality 4.67 + 4.68 + 4.69 +%prep 4.70 +%setup -q -n %{name}-%{version} 4.71 + 4.72 +# >> setup 4.73 +# << setup 4.74 + 4.75 +%build 4.76 +# >> build pre 4.77 +# << build pre 4.78 + 4.79 +%configure --disable-static \ 4.80 + --enable-ethernet=builtin \ 4.81 + --enable-wifi=builtin \ 4.82 + --enable-ofono=builtin \ 4.83 + --enable-bluetooth=builtin \ 4.84 + --enable-loopback=builtin \ 4.85 + --enable-dnsproxy=builtin \ 4.86 + --enable-portal=builtin \ 4.87 + --enable-meego=builtin \ 4.88 + --enable-openconnect=builtin \ 4.89 +%ifarch %{ix86} 4.90 + --enable-iwmx \ 4.91 +%endif 4.92 + --enable-threads \ 4.93 + --enable-test 4.94 + 4.95 +make %{?jobs:-j%jobs} 4.96 + 4.97 +# >> build post 4.98 +# << build post 4.99 +%install 4.100 +rm -rf %{buildroot} 4.101 +# >> install pre 4.102 +# << install pre 4.103 +%make_install 4.104 + 4.105 +# >> install post 4.106 +# << install post 4.107 + 4.108 + 4.109 + 4.110 + 4.111 + 4.112 + 4.113 + 4.114 + 4.115 + 4.116 + 4.117 + 4.118 + 4.119 + 4.120 + 4.121 + 4.122 +%files 4.123 +%defattr(-,root,root,-) 4.124 +# >> files 4.125 +%doc AUTHORS COPYING INSTALL ChangeLog NEWS README 4.126 +%{_sbindir}/* 4.127 +%{_libdir}/%{name}/scripts/* 4.128 +%config %{_sysconfdir}/dbus-1/system.d/*.conf 4.129 +# << files 4.130 + 4.131 + 4.132 +%files devel 4.133 +%defattr(-,root,root,-) 4.134 +# >> files devel 4.135 +%doc AUTHORS COPYING INSTALL 4.136 +%{_includedir}/%{name}/*.h 4.137 +%{_libdir}/pkgconfig/*.pc 4.138 +# << files devel 4.139 + 4.140 +%files iwmxsdk 4.141 +%defattr(-,root,root,-) 4.142 +# >> files iwmxsdk 4.143 +%ifarch %{ix86} 4.144 +%{_libdir}/%{name}/plugins/iwmxsdk.so 4.145 +%doc COPYING README INSTALL 4.146 +%endif 4.147 +# << files iwmxsdk 4.148 + 4.149 +%files test 4.150 +%defattr(-,root,root,-) 4.151 +# >> files test 4.152 +%{_libdir}/%{name}/test/* 4.153 +# << files test 4.154 + 4.155 +%changelog 4.156 +* Sat Oct 9 2010 Martin Xu <martin.xu@intel.com> - 0.60.5 4.157 +- upgrade to 0.60.5 to fix BMC #7497 4.158 +* Sat Sep 25 2010 Martin Xu <martin.xu@intel.com> - 0.60.3 4.159 +- upgrade to 0.60.3 4.160 +- fix BMC #6904 #6912 #6907 #6211 #6906 #5796 #6970 4.161 +* Mon Sep 20 2010 Martin Xu <martin.xu@intel.com> - 0.60.1 4.162 +- Upgrade to 0.60.1 4.163 +* Tue Aug 31 2010 Martin Xu <martin.xu@intel.com> - 0.59 4.164 +- Upgrade to 0.59 4.165 +* Thu Aug 26 2010 Martin Xu <martin.xu@intel.com> - 0.57.3 4.166 +- upgrade to 0.57.3 4.167 +* Mon Aug 9 2010 Martin Xu <martin.xu@intel.com> - 0.54.4 4.168 +- upgrade to 0.54.4 4.169 +- to fix bug BMC #5024 4.170 +- to fix bug BMC #3398 4.171 +- to fix bug BMC #3719 4.172 +- to fix bug BMC #2640 4.173 +* Tue Jul 27 2010 Martin Xu <martin.xu@intel.com> - 0.54.3 4.174 +- upgrade to 0.54.3 4.175 +- to fix BMC #4017 4.176 +- and BMC #3897 4.177 +* Wed Jul 14 2010 Martin Xu <martin.xu@intel.com> - 0.54.2 4.178 +- upgrade to 0.54.2 4.179 +- to fix BMC #3787 4.180 +* Wed Jun 30 2010 Anas Nashif <anas.nashif@intel.com> - 0.54 4.181 +- Fixed bmc #2338: Add dependency on dbus-python and pygobject2 for 4.182 + connman-test 4.183 +* Tue Jun 22 2010 Martin Xu <martin.xu@intel.com> - 0.54 4.184 +- Upgrade to 0.54 4.185 +* Fri Jun 11 2010 Martin Xu <martin.xu@intel.com> - 0.53 4.186 +- upgrade to 0.53 4.187 +- add portal support 4.188 +* Wed May 5 2010 Martin Xu <martin.xu@intel.com> - 0.52 4.189 +- add patch 0001-Set-network-associating-as-FALSE-at-function-pan_dis.patch 4.190 +- to fix bug #171 4.191 +- add patch 0001-Check-error-before-call-dbus_message_get_args-to-acq.patch 4.192 +- to fix bug #1111 4.193 +* Wed Apr 14 2010 Martin Xu <martin.xu@intel.com> - 0.52 4.194 +- Upgrade to 0.52 4.195 +* Fri Mar 26 2010 Martin Xu <martin.xu@intel.com> - 0.51 4.196 +- Upgrade to 0.51 4.197 +- Remove patches: 4.198 +- 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch 4.199 +- 0001-Fix-configuration-loading-for-unknown-service.patch 4.200 +- 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch 4.201 +- They have been integrated into 0.51 4.202 +* Thu Mar 25 2010 Anas Nashif <anas.nashif@intel.com> - 0.49 4.203 +- Do not require openconnect here, we should do that in groups 4.204 +* Fri Mar 19 2010 Anas Nashif <anas.nashif@intel.com> - 0.49 4.205 +- Dont build wimax on non ix86 4.206 +* Fri Feb 26 2010 Martin Xu <martin.xu@intel.com> - 0.49 4.207 +- add 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch 4.208 +- to fix bug #9850 4.209 +* Thu Feb 25 2010 Martin Xu <martin.xu@intel.com> - 0.49 4.210 +- add patch 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch 4.211 +- to fix bug #9838 4.212 +* Thu Feb 25 2010 Martin Xu <martin.xu@intel.com> - 0.49 4.213 +- add patch 0001-Fix-configuration-loading-for-unknown-service.patch 4.214 +- to fix bug #9890 4.215 +* Wed Feb 24 2010 Martin Xu <martin.xu@intel.com> - 0.49 4.216 +- add openconnect into build requirement and runtime requirement 4.217 +* Mon Feb 22 2010 Anas Nashif <anas.nashif@intel.com> - 0.49 4.218 +- Use spectacle 4.219 +- Update to 0.49 4.220 +- Updated URL and Group tags 4.221 +* Thu Jan 28 2010 Martin Xu <martin.xu@intel.com> - 0.48 4.222 +- add 0001-Remove-system-user-from-dbus-config-file.patch 4.223 +* Sat Jan 16 2010 Anas Nashif <anas.nashif@intel.com> - 0.48 4.224 +- Again, remote tests from main package 4.225 +* Mon Jan 11 2010 Martin Xu <martin.xu@intel.com> - 0.48 4.226 +- change spelling 4.227 +* Mon Jan 4 2010 Martin Xu <martin.xu@intel.com> - 0.48 4.228 +- upgrade to 0.48 4.229 +* Mon Dec 14 2009 Anas Nashif <anas.nashif@intel.com> - 0.47 4.230 +- Minor rpmlint fixes 4.231 +* Thu Dec 3 2009 Martin Xu <martin.xu@intel.com> 0.47 4.232 +-enable ofono plugin 4.233 +-disable mbm plugin 4.234 +* Mon Nov 30 2009 Martin Xu <martin.xu@intel.com> 0.47 4.235 +- upgrade to 0.47 4.236 +- remove set-reconnect-as-FALSE-when-power-off-and-disable-th.patch 4.237 +- which has been merged into upstream 4.238 +* Wed Nov 18 2009 Anas Nashif <anas.nashif@intel.com> - 0.45 4.239 +- Remove useless Provides 4.240 +* Tue Oct 27 2009 Martin Xu <martin.xu@intel.com> 0.45 4.241 +- add set-reconnect-as-FALSE-when-power-off-and-disable-th.patch 4.242 +- to fix issue that connman may crash switching to offline mode 4.243 +* Tue Oct 27 2009 Martin Xu <martin.xu@intel.com> 0.45 4.244 +- upgrade to 0.45 4.245 +* Fri Oct 16 2009 Martin Xu <martin.xu@intel.com> 0.44 4.246 +- upgrade to 0.44 4.247 +- remove check-data-network-in-cleanup_network-at-mbm-plugin.patch 4.248 +- remove Fix-handling-when-losing-network-access-in-MBM-plugi.patch 4.249 +- remove set-data-network-as-NULL-when-removing-network-at-m.patch 4.250 +- remove install-test-script.patch 4.251 +- since these patchese has been included into 0.44 4.252 +* Fri Oct 16 2009 Martin Xu <martin.xu@intel.com> 0.43 4.253 +- add check-data-network-in-cleanup_network-at-mbm-plugin.patch 4.254 +- add Fix-handling-when-losing-network-access-in-MBM-plugi.patch 4.255 +- add set-data-network-as-NULL-when-removing-network-at-m.patch 4.256 +- to fix bug 6721 4.257 +* Sat Oct 10 2009 Martin Xu <martin.xu@intel.com> 0.43 4.258 +- split test package 4.259 +* Fri Oct 9 2009 Martin Xu <martin.xu@intel.com> 0.43 4.260 +- Update to 0.43 4.261 +* Tue Sep 15 2009 Rusty Lynch <rusty.lynch@intel.com> 0.42 4.262 +- Update to 0.42 4.263 +* Tue Sep 8 2009 Martin Xu <martin.xu@intel.com> 0.41 4.264 +- add install-test-script.patch 4.265 +- use reconfigure in stead of autoreconf 4.266 +* Mon Sep 7 2009 Martin Xu <martin.xu@intel.com> 0.41 4.267 +- upgrade to 0.41 4.268 +* Wed Sep 2 2009 Martin Xu <martin.xu@intel.com> 0.40 4.269 +- upgrade to 0.40 4.270 +- remove fix-multi-thread-building-issue.patch 4.271 +* Thu Aug 27 2009 Martin Xu <martin.xu@intel.com> 0.39 4.272 +- enable Ericsson MBM 3G modem plugin 4.273 +* Wed Aug 26 2009 Martin Xu <martin.xu@intel.com> 0.39 4.274 +- upgrade to 0.39 4.275 +- add fix-multi-thread-building-issue.patch 4.276 +- remove connman-init.patch since no one use it anymore 4.277 +* Fri Aug 7 2009 Martin Xu <martin.xu@intel.com> 0.38 4.278 +- upgrade to 0.38 4.279 +* Mon Jul 27 2009 Martin Xu <martin.xu@intel.com> 0.36 4.280 +- upgrade to 0.36 4.281 +* Thu Jul 23 2009 Rusty Lynch <rusty.lynch@intel.com> 0.35 4.282 +- upgrade to 0.35 4.283 +* Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.34 4.284 +- upgrade to 0.34 4.285 +* Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.33 4.286 +- upgrade to 0.33 4.287 +* Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.30 4.288 +- upgrade to 0.30 4.289 +* Sat Jul 18 2009 Martin Xu <martin.xu@intel.com> 0.29 4.290 +- upgrade to 0.29 4.291 +* Sat Jul 18 2009 Martin Xu <martin.xu@intel.com> 0.28 4.292 +- upgrade to 0.28 4.293 +* Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.26 4.294 +- upgrade to 0.26 4.295 +* Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.25 4.296 +- upgrade to 0.25 4.297 +* Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.24 4.298 +- upgrade to 0.24 4.299 +* Sun Jul 12 2009 Martin Xu <martin.xu@intel.com> 0.23 4.300 +- upgrade to 0.23 4.301 +* Fri Jul 10 2009 Martin Xu <martin.xu@intel.com> 0.22 4.302 +- upgrade to 0.22 4.303 +* Tue Jul 7 2009 Martin Xu <martin.xu@intel.com> 0.21 4.304 +- upgrade to 0.21 4.305 +* Thu Jul 2 2009 Martin Xu <martin.xu@intel.com> 0.20 4.306 +- upgrade to 0.20 4.307 +- remove fix-1564.patch 4.308 +- dhcp-sets-gateway-host-route.patch 4.309 +- because the two patches have been included into 0.20 upstream 4.310 +- add iwmxsdk subpackage to package connmand plugin for Intel wimax 4.311 +* Wed May 27 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.19 4.312 +- Add temporary fix (until next release) for DHCP servers whose gateway is not in the local network 4.313 +* Tue May 19 2009 Martin Xu <martin.xu@intel.com> 0.19 4.314 +- Fixed Service->Disconnect issue (bug #1564, #1817) 4.315 +* Fri May 15 2009 Joshua Lock <josh@linux.intel.com> 0.19-1 4.316 +- Upgrade to 0.19 4.317 +* Wed May 13 2009 Martin Xu <martin.xu@intel.com> 0.17 4.318 +- Upgrade to 0.17 4.319 +- Add builtin plugin support 4.320 +* Mon May 11 2009 Martin Xu <martin.xu@intel.com> 0.16 4.321 +- Remove patch fix-bug-1558.patch 4.322 +- Upgrade to 0.16 4.323 +* Mon Apr 13 2009 Martin Xu <martin.xu@intel.com> 0.15 4.324 +- Fixed flight mode enabling/disabling (bug #1558) 4.325 +* Fri Mar 27 2009 Martin Xu <martin.xu@intel.com> 0.15 4.326 +- Upgrade to 0.15 4.327 +* Fri Mar 27 2009 Martin Xu <martin.xu@intel.com> 0.14 4.328 +- Upgrade to 0.14 4.329 +- remove connman-make-resolv.conf.patch 4.330 +- remove fix-segment-fault.patch 4.331 +* Mon Mar 23 2009 Martin Xu <martin.xu@intel.com> 0.13 4.332 +- Add fix-segment-fault.patch to fix segment fault error 4.333 +* Mon Mar 23 2009 Martin Xu <martin.xu@intel.com> 0.13 4.334 +- Upgrade to 0.13 4.335 +* Tue Mar 10 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.12 4.336 +- Update to 0.12 4.337 +* Tue Mar 10 2009 Martin Xu <martin.xu@intel.com> 0.11 4.338 +- add bluez runtime dependency 4.339 +* Fri Mar 6 2009 Martin Xu <martin.xu@intel.com> 0.11 4.340 +- add fix-bug1118.patch to fix bug1118 4.341 +* Mon Mar 2 2009 Martin Xu <martin.xu@intel.com> 0.11 4.342 +- upgrade to 0.11 4.343 +* Mon Feb 23 2009 Martin Xu <martin.xu@intel.com> 0.10 4.344 +- remove connman-ugly-dirty-awful-hack-until-dbus-at_console-is-fixed.patch 4.345 +* Wed Feb 18 2009 Martin Xu <martin.xu@intel.com> 0.10 4.346 +- fix the url 4.347 +* Thu Feb 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10 4.348 +- WiMAX fix #1 4.349 +* Thu Feb 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10 4.350 +- Enable thread support (for WiMAX plugin) 4.351 +* Fri Jan 23 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10 4.352 +- upgrade to 0.10, remove resolvconf plugin per Marcel's input 4.353 +* Thu Jan 22 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.9 4.354 +- upgrade to 0.9 4.355 +* Tue Jan 20 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 4.356 +- connman creates /etc/resolv.conf on startup instead of owning the file 4.357 +* Fri Jan 16 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 4.358 +- added missing patches 4.359 +* Fri Jan 16 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 4.360 +- add tests scripts for cmdline wifi selection, resolv.conf default config 4.361 +* Mon Jan 12 2009 Anas Nashif <anas.nashif@intel.com> 0.8 4.362 +- Fixed comment in xml file 4.363 +* Mon Jan 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 4.364 +- added an extremely ugly hack to fix the lack of dbus::at_console SHOULD BE PROPERLY FIXED 4.365 +* Sat Jan 10 2009 Anas Nashif <anas.nashif@intel.com> 0.8 4.366 +- Update to 0.8 4.367 +* Fri Jan 9 2009 Anas Nashif <anas.nashif@intel.com> 0.7 4.368 +- Update to 0.7 4.369 +* Fri Dec 19 2008 Arjan van de Ven <arjan@linux.intel.com> 0.5 4.370 +- Enable dbus permission for the policykit case 4.371 +* Thu Dec 18 2008 Arjan van de Ven <arjan@linux.intel.com> 0.5 4.372 +- test update to 0.5 4.373 +* Wed Dec 17 2008 Arjan van de Ven <arjan@linux.intel.com> 0.4 4.374 +- Clean up the spec 4.375 +* Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 0.4 4.376 +- Fixed build 4.377 +- Fixed rpmlint warnings 4.378 +* Tue Dec 9 2008 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.1 4.379 +- Push up release 0.1 4.380 +* Tue Dec 2 2008 Anas Nashif <anas.nashif@intel.com> 0.0 4.381 +- Added chkconfig meta data 4.382 +* Mon Nov 24 2008 Martin Xu <martin.xu@intel.com> 4.383 +- Upgrade to snapshot 371-4a7178f 4.384 +* Fri Sep 26 2008 Martin Xu <martin.xu@intel.com> 4.385 +- Upgrade to snapshot 305.83359bf 4.386 +- Remove connman-dhclient_path.patch 4.387 +- Remove libgdbus from build requirement 4.388 +* Thu Sep 25 2008 Martin Xu <martin.xu@intel.com> 4.389 +- add dhclient and wpa_supplicant build requirment 4.390 +- Fixed init script again 4.391 +* Wed Sep 24 2008 Anas Nashif <anas.nashif@intel.com> 0.0 4.392 +- Fixed application path (Martin Xu) 4.393 +- Fixed init script 4.394 +* Wed Aug 13 2008 Peng Li <peng.li@intel.com> 4.395 +- add build dependency for sqlite-devel 4.396 +* Tue Aug 12 2008 Anas Nashif <anas.nashif@intel.com> 4.397 +- setup the right directory 4.398 +* Tue Aug 12 2008 Anas Nashif <anas.nashif@intel.com> 4.399 +- Initial import into build system 4.400 +* Mon Aug 4 2008 Marcel Holtmann <marcel@holtmann.org> 4.401 +- Initial packaging
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/faac/faac.spec Fri Mar 11 21:30:26 2011 +0100 5.3 @@ -0,0 +1,82 @@ 5.4 +Name: faac 5.5 +Version: 1.28 5.6 +Release: 1%{?dist} 5.7 +Summary: Encoder and encoding library for MPEG2/4 AAC 5.8 + 5.9 +Group: Applications/Multimedia 5.10 +License: LGPLv2+ 5.11 +URL: http://www.audiocoding.com/ 5.12 +Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 5.13 +Patch0: %{name}-libmp4v2.patch 5.14 + 5.15 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 5.16 + 5.17 +BuildRequires: libmp4v2-devel 5.18 + 5.19 + 5.20 +%description 5.21 +FAAC is an AAC audio encoder. It currently supports MPEG-4 LTP, MAIN and LOW 5.22 +COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It also supports 5.23 +multichannel and gapless encoding. 5.24 + 5.25 +%package devel 5.26 +Summary: Development libraries of the FAAC AAC encoder 5.27 +Group: Development/Libraries 5.28 +Requires: %{name} = %{version}-%{release} 5.29 + 5.30 +%description devel 5.31 +FAAC is an AAC audio encoder. It currently supports MPEG-4 LTP, MAIN and LOW 5.32 +COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It also supports 5.33 +multichannel and gapless encoding. 5.34 + 5.35 +This package contains development files and documentation for libfaac. 5.36 + 5.37 +%prep 5.38 +%setup -q 5.39 +%patch0 -p1 -b .mp4v2 5.40 +touch -r configure.in.mp4v2 configure.in 5.41 +#fix permissions 5.42 +find . -type f \( -name \*.h -or -name \*.c \) -exec chmod 644 {} \; 5.43 +chmod 644 AUTHORS COPYING ChangeLog NEWS README TODO docs/* 5.44 + 5.45 +#fix encoding 5.46 +/usr/bin/iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && touch -r AUTHORS AUTHORS.conv && /bin/mv -f AUTHORS.conv AUTHORS 5.47 + 5.48 +%build 5.49 +%configure --disable-static 5.50 +# remove rpath from libtool 5.51 +sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool 5.52 +sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 5.53 +make %{?_smp_mflags} 5.54 + 5.55 + 5.56 +%install 5.57 +rm -rf $RPM_BUILD_ROOT 5.58 +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" 5.59 + 5.60 + 5.61 +%clean 5.62 +rm -rf $RPM_BUILD_ROOT 5.63 + 5.64 + 5.65 +%post -p /sbin/ldconfig 5.66 + 5.67 +%postun -p /sbin/ldconfig 5.68 + 5.69 + 5.70 +%files 5.71 +%defattr(-,root,root,-) 5.72 +%doc AUTHORS COPYING ChangeLog NEWS README TODO docs/* 5.73 +%{_bindir}/* 5.74 +%{_libdir}/*.so.* 5.75 +%{_mandir}/man1/%{name}* 5.76 + 5.77 +%files devel 5.78 +%defattr(-,root,root,-) 5.79 +%exclude %{_libdir}/*.la 5.80 +%{_libdir}/*.so 5.81 +%{_includedir}/*.h 5.82 + 5.83 +%changelog 5.84 +* Fri Oct 29 2010 Kozinov Ivan - 1.25-1 5.85 +- Build for 1.1
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/faad2/faad2.spec Fri Mar 11 21:30:26 2011 +0100 6.3 @@ -0,0 +1,97 @@ 6.4 +Summary: Library and frontend for decoding MPEG2/4 AAC 6.5 +Name: faad2 6.6 +Epoch: 1 6.7 +Version: 2.7 6.8 +Release: 1%{?dist} 6.9 +License: GPLv2+ 6.10 +Group: Applications/Multimedia 6.11 +URL: http://www.audiocoding.com/faad2.html 6.12 +Source: http://downloads.sourceforge.net/sourceforge/faac/%{name}-%{version}.tar.bz2 6.13 +# fix non-PIC objects in libmp4ff.a 6.14 +Patch0: %{name}-pic.patch 6.15 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 6.16 +BuildRequires: gcc-c++ 6.17 +BuildRequires: id3lib-devel 6.18 +BuildRequires: libsysfs-devel 6.19 +BuildRequires: zlib-devel 6.20 + 6.21 +%description 6.22 +FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely 6.23 +written from scratch. 6.24 + 6.25 +%package libs 6.26 +Summary: Shared libraries of the FAAD 2 AAC decoder 6.27 +Group: System Environment/Libraries 6.28 +Obsoletes: %{name} < 1:2.6.1-3 6.29 + 6.30 +%description libs 6.31 +FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely 6.32 +written from scratch. 6.33 + 6.34 +This package contains libfaad. 6.35 + 6.36 +%package devel 6.37 +Summary: Development libraries of the FAAD 2 AAC decoder 6.38 +Group: Development/Libraries 6.39 +Requires: %{name}-libs = %{epoch}:%{version}-%{release} 6.40 + 6.41 +%description devel 6.42 +FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely 6.43 +written from scratch. 6.44 + 6.45 +This package contains development files and documentation for libfaad. 6.46 + 6.47 +%prep 6.48 +%setup -q 6.49 +%patch0 -p1 -b .pic 6.50 +find . -name "*.c" -o -name "*.h" | xargs chmod 644 6.51 + 6.52 +for f in AUTHORS COPYING ChangeLog NEWS README* TODO ; do 6.53 + tr -d '\r' <$f >$f.n && touch -r $f $f.n && mv -f $f.n $f 6.54 +done 6.55 + 6.56 +%build 6.57 +%configure --disable-static 6.58 + 6.59 +# remove rpath from libtool 6.60 +sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool 6.61 +sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 6.62 + 6.63 +%{__make} %{?_smp_mflags} 6.64 + 6.65 +%install 6.66 +%{__rm} -rf %{buildroot} 6.67 +%{__make} install DESTDIR=%{buildroot} 6.68 +%{__rm} %{buildroot}%{_libdir}/libfaad.la 6.69 +%{__rm} %{buildroot}%{_includedir}/mp4ff{,int}.h 6.70 +%{__rm} %{buildroot}%{_libdir}/libmp4ff.a 6.71 +install -dm755 %{buildroot}%{_mandir}/man1 6.72 +%{__mv} %{buildroot}%{_mandir}/{manm/faad.man,man1/faad.1} 6.73 + 6.74 +%clean 6.75 +%{__rm} -rf %{buildroot} 6.76 + 6.77 +%post libs -p /sbin/ldconfig 6.78 + 6.79 +%postun libs -p /sbin/ldconfig 6.80 + 6.81 +%files 6.82 +%defattr(-, root, root, -) 6.83 +%doc AUTHORS COPYING ChangeLog NEWS README* 6.84 +%{_bindir}/faad 6.85 +%{_mandir}/man1/faad.1* 6.86 + 6.87 +%files libs 6.88 +%defattr(-,root,root,-) 6.89 +%{_libdir}/libfaad.so.* 6.90 + 6.91 +%files devel 6.92 +%defattr(-, root, root, -) 6.93 +%doc TODO docs/Ahead\ AAC\ Decoder\ library\ documentation.pdf 6.94 +%{_includedir}/faad.h 6.95 +%{_includedir}/neaacdec.h 6.96 +%{_libdir}/libfaad.so 6.97 + 6.98 +%changelog 6.99 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> 1:2.7-1 6.100 +- Build for MeeGo 1.1
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/gnucap/gnucap.spec Fri Mar 11 21:30:26 2011 +0100 7.3 @@ -0,0 +1,90 @@ 7.4 +Name: gnucap 7.5 +Version: 0.35 7.6 +Release: 7%{?dist} 7.7 +Summary: The Gnu Circuit Analysis Package 7.8 +Group: Applications/Engineering 7.9 +License: GPLv2+ 7.10 +URL: http://www.gnu.org/software/gnucap/ 7.11 +Source0: http://www.gnucap.org/devel/gnucap-%{version}.tar.gz 7.12 +Patch0: gnucap-0.34-debian.patch 7.13 +Patch1: gnucap-0.35-gcc43.patch 7.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 7.15 +BuildRequires: readline-devel 7.16 + 7.17 +%description 7.18 +The primary component is a general purpose circuit simulator. It performs 7.19 +nonlinear dc and transient analyses, fourier analysis, and ac analysis. Spice 7.20 +compatible models for the MOSFET (level 1-7), BJT, and diode are included in 7.21 +this release. Gnucap is not based on Spice, but some of the models have been 7.22 +derived from the Berkeley models. Unlike Spice, the engine is designed to do 7.23 +true mixed-mode simulation. Most of the code is in place for future support of 7.24 +event driven analog simulation, and true multi-rate simulation. 7.25 + 7.26 + 7.27 +%prep 7.28 +%setup -q 7.29 +%patch0 -p1 7.30 +%patch1 -p1 7.31 +# use ncurses instead of termcap (bz 226771) 7.32 +sed -i 's/-ltermcap/-lncurses/g' configure 7.33 + 7.34 + 7.35 +%build 7.36 +%configure 7.37 +make %{?_smp_mflags} 7.38 + 7.39 + 7.40 +%install 7.41 +# make install uses hardcoded /usr/bin etc paths, so we must do this DIY 7.42 +rm -rf $RPM_BUILD_ROOT 7.43 +make install DESTDIR=$RPM_BUILD_ROOT 7.44 + 7.45 +# for %%doc 7.46 +rm -fr $RPM_BUILD_ROOT%{_datadir}/%{name} 7.47 +mv doc/acs-tutorial doc/gnucap-tutorial 7.48 +rm examples/Makefile* 7.49 + 7.50 + 7.51 +%clean 7.52 +rm -rf $RPM_BUILD_ROOT 7.53 + 7.54 + 7.55 +%files 7.56 +%defattr(-,root,root,-) 7.57 +%doc doc/COPYING doc/history doc/relnotes.* doc/gnucap-tutorial doc/whatisit 7.58 +%doc man/gnucap-man.pdf examples 7.59 +%{_bindir}/%{name}* 7.60 +%{_mandir}/man1/%{name}.1.gz 7.61 + 7.62 + 7.63 +%changelog 7.64 +* Wed Jan 13 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 0.35-7 7.65 +- Fixed URL and Source0 7.66 + 7.67 +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.35-6 7.68 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 7.69 + 7.70 +* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.35-5 7.71 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 7.72 + 7.73 +* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.35-4 7.74 +- Autorebuild for GCC 4.3 7.75 + 7.76 +* Tue Jan 8 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.35-3 7.77 +- Fix building with gcc 4.3 7.78 + 7.79 +* Tue Aug 7 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.35-2 7.80 +- Update License tag for new Licensing Guidelines compliance 7.81 + 7.82 +* Wed Feb 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.35-1 7.83 +- New upstream release 0.35 7.84 +- Link with -lncurses instead of -ltermcap (bz 226771) 7.85 + 7.86 +* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.34-3 7.87 +- FE6 Rebuild 7.88 + 7.89 +* Thu Apr 27 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.34-2 7.90 +- add %%{?_smp_mflags} to the make command (bz 189699) 7.91 + 7.92 +* Sun Apr 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.34-1 7.93 +- Initial spec file
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/inetutils/inetutils.spec Fri Mar 11 21:30:26 2011 +0100 8.3 @@ -0,0 +1,65 @@ 8.4 +# package information 8.5 +Name: inetutils 8.6 +Summary: GNU Internet Utilities 8.7 +URL: http://www.gnu.org/software/inetutils/ 8.8 +Vendor: Free Software Foundation 8.9 +Packager: Michael Schloh von Bennewitz 8.10 +Distribution: OpenPKG Community 8.11 +Group: Network 8.12 +License: GPL 8.13 +Version: 1.8 8.14 +Release: 20101201 8.15 + 8.16 +# list of sources 8.17 +Source0: ftp://ftp.gnu.org/gnu/inetutils/inetutils-%{version}.tar.gz 8.18 + 8.19 +# build information 8.20 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 8.21 +BuildRequires: ncurses, make 8.22 +Requires(pre): ncurses 8.23 + 8.24 +%description 8.25 + The GNU Internet Utilities are a collection of common network 8.26 + programs. Please note that specific to this OpenPKG version only a 8.27 + subset of the original GNU Internet Utilities is provided. Mainly we 8.28 + provide networking clients only. 8.29 + 8.30 +%prep 8.31 +%setup -q 8.32 + 8.33 +%build 8.34 + CFLAGS="$RPM_OPT_FLAGS" \ 8.35 + ./configure \ 8.36 + --prefix=%{_prefix} \ 8.37 + --mandir=%{_mandir} \ 8.38 + --infodir=%{_infodir} \ 8.39 + --program-prefix=g \ 8.40 + --disable-servers \ 8.41 + --disable-tftp \ 8.42 + --disable-whois \ 8.43 + --disable-libls \ 8.44 + --disable-encryption \ 8.45 + --disable-authentication \ 8.46 + --without-krb4 \ 8.47 + --without-krb5 \ 8.48 + --without-wrap \ 8.49 + --without-pam 8.50 + make %{?_smp_mflags} 8.51 + 8.52 +%install 8.53 + rm -rf $RPM_BUILD_ROOT 8.54 + make install DESTDIR=$RPM_BUILD_ROOT 8.55 + strip $RPM_BUILD_ROOT%{_bindir}/* >/dev/null 2>&1 || true 8.56 + rm -f $RPM_BUILD_ROOT%{_infodir}/dir 8.57 + for i in tftp syslog.conf ftpd inetd rexecd rlogind rshd syslogd talkd \ 8.58 + telnetd tftpd; do 8.59 + rm -f $RPM_BUILD_ROOT%{_mandir}/man?/g$i.? 8.60 + done 8.61 + 8.62 +%clean 8.63 + rm -rf $RPM_BUILD_ROOT 8.64 + 8.65 +%files 8.66 +%defattr(-,root,root,-) 8.67 +%{_bindir}/* 8.68 +
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/iptables/iptables.spec Fri Mar 11 21:30:26 2011 +0100 9.3 @@ -0,0 +1,405 @@ 9.4 +Name: iptables 9.5 +Summary: Tools for managing Linux kernel packet filtering capabilities 9.6 +Version: 1.4.1.1 9.7 +Release: 5.6 9.8 +Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2 9.9 +Source1: iptables.init 9.10 +Source2: iptables-config 9.11 +Patch4: iptables-1.3.8-typo_latter.patch 9.12 +Patch5: iptables-1.4.1.1-cloexec.patch 9.13 +Patch8: iptables-1.4.1-nf_ext_init.patch 9.14 +Patch9: iptables-1.4.1.1-tos_value_mask.patch 9.15 +Group: System/Base 9.16 +URL: http://www.netfilter.org/ 9.17 +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 9.18 +License: GPLv2 9.19 +BuildRequires: kernel-headers 9.20 +Conflicts: kernel < 2.4.20 9.21 +Requires(post): chkconfig 9.22 +Requires(preun): chkconfig 9.23 + 9.24 +%description 9.25 +The iptables utility controls the network packet filtering code in the 9.26 +Linux kernel. If you need to set up firewalls and/or IP masquerading, 9.27 +you should install this package. 9.28 + 9.29 +%package ipv6 9.30 +Summary: IPv6 support for iptables 9.31 +Group: System/Base 9.32 +Requires: %{name} = %{version}-%{release} 9.33 +Requires(post): chkconfig 9.34 +Requires(preun): chkconfig 9.35 + 9.36 +%description ipv6 9.37 +The iptables package contains IPv6 (the next version of the IP 9.38 +protocol) support for iptables. Iptables controls the Linux kernel 9.39 +network packet filtering code, allowing you to set up firewalls and IP 9.40 +masquerading. 9.41 + 9.42 +Install iptables-ipv6 if you need to set up firewalling for your 9.43 +network and you are using ipv6. 9.44 + 9.45 +%package devel 9.46 +Summary: Development package for iptables 9.47 +Group: System/Base 9.48 +Requires: %{name} = %{version}-%{release} 9.49 + 9.50 +%description devel 9.51 +iptables development headers and libraries. 9.52 + 9.53 +The iptc interface is upstream marked as not public. The interface is not 9.54 +stable and may change with every new version. It is therefore unsupported. 9.55 + 9.56 +%prep 9.57 +%setup -q 9.58 +%patch4 -p1 -b .typo_latter 9.59 +%patch5 -p1 -b .cloexec 9.60 +%patch8 -p1 -b .nf_ext_init 9.61 +%patch9 -p1 -b .tos_value_mask 9.62 + 9.63 +# fix constructor names, see also nf_ext_init patch 9.64 +perl -pi -e "s/void _init\(/void __attribute\(\(constructor\)\) nf_ext_init\(/g" extensions/*.c 9.65 +perl -pi -e "s/^_init\(/__attribute\(\(constructor\)\) nf_ext_init\(/g" extensions/*.c 9.66 + 9.67 +%build 9.68 +./configure --enable-devel --enable-libipq --bindir=/bin --sbindir=/sbin --sysconfdir=/etc --libdir=/%{_libdir} --libexecdir=/%{_lib} --mandir=%{_mandir} --includedir=%{_includedir} --with-kernel=/usr --with-kbuild=/usr --with-ksource=/usr 9.69 +make 9.70 + 9.71 +%install 9.72 +rm -rf %{buildroot} 9.73 + 9.74 +make install DESTDIR=%{buildroot} 9.75 + 9.76 +# install iptc devel library 9.77 +install -m 644 libiptc/libiptc.a %{buildroot}/%{_libdir} 9.78 + 9.79 +# install init scripts and configuration files 9.80 +install -d -m 755 $RPM_BUILD_ROOT/etc/rc.d/init.d 9.81 +install -c -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/iptables 9.82 +sed -e 's;iptables;ip6tables;g' -e 's;IPTABLES;IP6TABLES;g' < %{SOURCE1} > ip6tables.init 9.83 +install -c -m 755 ip6tables.init $RPM_BUILD_ROOT/etc/rc.d/init.d/ip6tables 9.84 +install -d -m 755 $RPM_BUILD_ROOT/etc/sysconfig 9.85 +install -c -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/iptables-config 9.86 +sed -e 's;iptables;ip6tables;g' -e 's;IPTABLES;IP6TABLES;g' < %{SOURCE2} > ip6tables-config 9.87 +install -c -m 755 ip6tables-config $RPM_BUILD_ROOT/etc/sysconfig/ip6tables-config 9.88 + 9.89 +%clean 9.90 +rm -rf $RPM_BUILD_ROOT 9.91 + 9.92 +%files 9.93 +%defattr(-,root,root) 9.94 +%doc COPYING INSTALL INCOMPATIBILITIES 9.95 +%attr(0755,root,root) /etc/rc.d/init.d/iptables 9.96 +%config(noreplace) %attr(0600,root,root) /etc/sysconfig/iptables-config 9.97 +/sbin/iptables* 9.98 +%{_mandir}/man8/iptables* 9.99 +%dir /%{_lib}/xtables 9.100 +/%{_lib}/xtables/libipt* 9.101 +/%{_lib}/xtables/libxt* 9.102 + 9.103 +%files ipv6 9.104 +%defattr(-,root,root) 9.105 +%attr(0755,root,root) /etc/rc.d/init.d/ip6tables 9.106 +%config(noreplace) %attr(0600,root,root) /etc/sysconfig/ip6tables-config 9.107 +/sbin/ip6tables* 9.108 +/bin/iptables-xml 9.109 +%{_mandir}/man8/ip6tables* 9.110 +/%{_lib}/xtables/libip6t* 9.111 + 9.112 +%files devel 9.113 +%defattr(-,root,root) 9.114 +%{_includedir}/*.h 9.115 +%dir %{_includedir}/libiptc 9.116 +%{_includedir}/libiptc/*.h 9.117 +%{_libdir}/libipq.a 9.118 +%{_libdir}/libiptc.a 9.119 +%{_mandir}/man3/* 9.120 + 9.121 +%changelog 9.122 +* Tue Jan 19 2010 Auke Kok <auke-jan.h.kok@intel.com> - 1.4.1.1 9.123 +- remove startup symlinks, do not start iptables{,6} up by default 9.124 +* Tue Jan 27 2009 Anas Nashif <anas.nashif@intel.com> 1.4.1.1 9.125 +- Initial import into Moblin 9.126 +* Tue Jul 22 2008 Thomas Woerner <twoerner@redhat.com> 1.4.1.1-2 9.127 +- fixed TOS value mask problem (rhbz#456244) (upstream patch) 9.128 +- two more cloexec fixes 9.129 +* Tue Jul 1 2008 Thomas Woerner <twoerner@redhat.com> 1.4.1.1-1 9.130 +- upstream bug fix release 1.4.1.1 9.131 +- dropped extra patch for 1.4.1 - not needed anymore 9.132 +* Tue Jun 10 2008 Thomas Woerner <twoerner@redhat.com> 1.4.1-1 9.133 +- new version 1.4.1 with new build environment 9.134 +- additional ipv6 network mask patch from Jan Engelhardt 9.135 +- spec file cleanup 9.136 +- removed old patches 9.137 +* Fri Jun 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.0-5 9.138 +- use normal kernel headers, not linux/compiler.h 9.139 +- change BuildRequires: kernel-devel to kernel-headers 9.140 +- We need to do this to be able to build for both sparcv9 and sparc64 9.141 + (there is no kernel-devel.sparcv9) 9.142 +* Thu Mar 20 2008 Thomas Woerner <twoerner@redhat.com> 1.4.0-4 9.143 +- use O_CLOEXEC for all opened files in all applications (rhbz#438189) 9.144 +* Mon Mar 3 2008 Thomas Woerner <twoerner@redhat.com> 1.4.0-3 9.145 +- use the kernel headers from the build tree for iptables for now to be able to 9.146 + compile this package, but this makes the package more kernel dependant 9.147 +- use s6_addr32 instead of in6_u.u6_addr32 9.148 +* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.0-2 9.149 +- Autorebuild for GCC 4.3 9.150 +* Mon Feb 11 2008 Thomas Woerner <twoerner@redhat.com> 1.4.0-1 9.151 +- new version 1.4.0 9.152 +- fixed condrestart (rhbz#428148) 9.153 +- report the module in rmmod_r if there is an error 9.154 +- use nf_ext_init instead of my_init for extension constructors 9.155 +* Mon Nov 5 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-6 9.156 +- fixed leaked file descriptor before fork/exec (rhbz#312191) 9.157 +- blacklisting is not working, use "install X /bin/(true|false)" test instead 9.158 +- return private exit code 150 for disabled ipv6 support 9.159 +- use script name for output messages 9.160 +* Tue Oct 16 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-5 9.161 +- fixed error code for stopping a already stopped firewall (rhbz#321751) 9.162 +- moved blacklist test into start 9.163 +* Wed Sep 26 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-4.1 9.164 +- do not start ip6tables if ipv6 is blacklisted (rhbz#236888) 9.165 +- use simpler fix for (rhbz#295611) 9.166 + Thanks to Linus Torvalds for the patch. 9.167 +* Mon Sep 24 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-4 9.168 +- fixed IPv6 reject type (rhbz#295181) 9.169 +- fixed init script: start, stop and status 9.170 +- support netfilter compiled into kernel in init script (rhbz#295611) 9.171 +- dropped inversion for limit modules from man pages (rhbz#220780) 9.172 +- fixed typo in ip6tables man page (rhbz#236185) 9.173 +* Wed Sep 19 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-3 9.174 +- do not depend on local_fs in lsb header - this delayes start after network 9.175 +- fixed exit code for initscript usage 9.176 +* Mon Sep 17 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-2.1 9.177 +- do not use lock file for condrestart test 9.178 +* Thu Aug 23 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-2 9.179 +- fixed initscript for LSB conformance (rhbz#246953, rhbz#242459) 9.180 +- provide iptc interface again, but unsupported (rhbz#216733) 9.181 +- compile all extension, which are supported by the kernel-headers package 9.182 +- review fixes (rhbz#225906) 9.183 +* Tue Jul 31 2007 Thomas Woerner <twoerner@redhat.com> 9.184 +- reverted ipv6 fix, because it disables the ipv6 at all (rhbz#236888) 9.185 +* Fri Jul 13 2007 Steve Conklin <sconklin@redhat.com> - 1.3.8-1 9.186 +- New version 1.3.8 9.187 +* Mon Apr 23 2007 Jeremy Katz <katzj@redhat.com> - 1.3.7-2 9.188 +- fix error when ipv6 support isn't loaded in the kernel (#236888) 9.189 +* Wed Jan 10 2007 Thomas Woerner <twoerner@redhat.com> 1.3.7-1.1 9.190 +- fixed installation of secmark modules 9.191 +* Tue Jan 9 2007 Thomas Woerner <twoerner@redhat.com> 1.3.7-1 9.192 +- new verison 1.3.7 9.193 +- iptc is not a public interface and therefore not installed anymore 9.194 +- dropped upstream secmark patch 9.195 +* Tue Sep 19 2006 Thomas Woerner <twoerner@redhat.com> 1.3.5-2 9.196 +- added secmark iptables patches (#201573) 9.197 +* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-1.2.1 9.198 +- rebuild 9.199 +* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-1.2 9.200 +- bump again for double-long bug on ppc(64) 9.201 +* Tue Feb 7 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-1.1 9.202 +- rebuilt for new gcc4.1 snapshot and glibc changes 9.203 +* Thu Feb 2 2006 Thomas Woerner <twoerner@redhat.com> 1.3.5-1 9.204 +- new version 1.3.5 9.205 +- fixed init script to set policy for raw tables, too (#179094) 9.206 +* Tue Jan 24 2006 Thomas Woerner <twoerner@redhat.com> 1.3.4-3 9.207 +- added important iptables header files to devel package 9.208 +* Fri Dec 9 2005 Jesse Keating <jkeating@redhat.com> 9.209 +- rebuilt 9.210 +* Fri Nov 25 2005 Thomas Woerner <twoerner@redhat.com> 1.3.4-2 9.211 +- fix for plugin problem: link with "gcc -shared" instead of "ld -shared" and 9.212 + replace "_init" with "__attribute((constructor)) my_init" 9.213 +* Fri Nov 25 2005 Thomas Woerner <twoerner@redhat.com> 1.3.4-1.1 9.214 +- rebuild due to unresolved symbols in shared libraries 9.215 +* Fri Nov 18 2005 Thomas Woerner <twoerner@redhat.com> 1.3.4-1 9.216 +- new version 1.3.4 9.217 +- dropped free_opts patch (upstream fixed) 9.218 +- made libipq PIC (#158623) 9.219 +- additional configuration options for iptables startup script (#172929) 9.220 + Thanks to Jan Gruenwald for the patch 9.221 +- spec file cleanup (dropped linux_header define and usage) 9.222 +* Mon Jul 18 2005 Thomas Woerner <twoerner@redhat.com> 1.3.2-1 9.223 +- new version 1.3.2 with additional patch for the misplaced free_opts call 9.224 + from Marcus Sundberg 9.225 +* Wed May 11 2005 Thomas Woerner <twoerner@redhat.com> 1.3.1-1 9.226 +- new version 1.3.1 9.227 +* Fri Mar 18 2005 Thomas Woerner <twoerner@redhat.com> 1.3.0-2 9.228 +- Remove unnecessary explicit kernel dep (#146142) 9.229 +- Fixed out of bounds accesses (#131848): Thanks to Steve Grubb 9.230 + for the patch 9.231 +- Adapted iptables-config to reference to modprobe.conf (#150143) 9.232 +- Remove misleading message (#140154): Thanks to Ulrich Drepper 9.233 + for the patch 9.234 +* Mon Feb 21 2005 Thomas Woerner <twoerner@redhat.com> 1.3.0-1 9.235 +- new version 1.3.0 9.236 +* Thu Nov 11 2004 Thomas Woerner <twoerner@redhat.com> 1.2.11-3.2 9.237 +- fixed autoload problem in iptables and ip6tables (CAN-2004-0986) 9.238 +* Fri Sep 17 2004 Thomas Woerner <twoerner@redhat.com> 1.2.11-3.1 9.239 +- changed default behaviour for IPTABLES_STATUS_NUMERIC to "yes" (#129731) 9.240 +- modified config file to match this change and un-commented variables with 9.241 + default values 9.242 +* Thu Sep 16 2004 Thomas Woerner <twoerner@redhat.com> 1.2.11-3 9.243 +- applied second part of cleanup patch from (#131848): thanks to Steve Grubb 9.244 + for the patch 9.245 +* Wed Aug 25 2004 Thomas Woerner <twoerner@redhat.com> 1.2.11-2 9.246 +- fixed free bug in iptables (#128322) 9.247 +* Tue Jun 22 2004 Thomas Woerner <twoerner@redhat.com> 1.2.11-1 9.248 +- new version 1.2.11 9.249 +* Thu Jun 17 2004 Thomas Woerner <twoerner@redhat.com> 1.2.10-1 9.250 +- new version 1.2.10 9.251 +* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 9.252 +- rebuilt 9.253 +* Tue Mar 2 2004 Elliot Lee <sopwith@redhat.com> 9.254 +- rebuilt 9.255 +* Thu Feb 26 2004 Thomas Woerner <twoerner@redhat.com> 1.2.9-2.3 9.256 +- fixed iptables-restore -c fault if there are no counters (#116421) 9.257 +* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 9.258 +- rebuilt 9.259 +* Sun Jan 25 2004 Dan Walsh <dwalsh@redhat.com> 1.2.9-1.2 9.260 +- Close File descriptors to prevent SELinux error message 9.261 +* Wed Jan 7 2004 Thomas Woerner <twoerner@redhat.com> 1.2.9-1.1 9.262 +- rebuild 9.263 +* Wed Dec 17 2003 Thomas Woerner <twoerner@redhat.com> 1.2.9-1 9.264 +- vew version 1.2.9 9.265 +- new config options in ipXtables-config: 9.266 + IPTABLES_MODULES_UNLOAD 9.267 +- more documentation in ipXtables-config 9.268 +- fix for netlink security issue in libipq (devel package) 9.269 +- print fix for libipt_icmp (#109546) 9.270 +* Thu Oct 23 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-13 9.271 +- marked all messages in iptables init script for translation (#107462) 9.272 +- enabled devel package (#105884, #106101) 9.273 +- bumped build for fedora for libipt_recent.so (#106002) 9.274 +* Tue Sep 23 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-12.1 9.275 +- fixed lost udp port range in ip6tables-save (#104484) 9.276 +- fixed non numeric multiport port output in ipXtables-savs 9.277 +* Mon Sep 22 2003 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.8-11 9.278 +- do not link against -lnsl 9.279 +* Wed Sep 17 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-10 9.280 +- made variables in rmmod_r local 9.281 +* Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-9 9.282 +- fixed permission for init script 9.283 +* Sat Jul 19 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-8 9.284 +- fixed save when iptables file is missing and iptables-config permissions 9.285 +* Tue Jul 8 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-7 9.286 +- fixes for ip6tables: module unloading, setting policy only for existing 9.287 + tables 9.288 +* Thu Jul 3 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-6 9.289 +- IPTABLES_SAVE_COUNTER defaults to no, now 9.290 +- install config file in /etc/sysconfig 9.291 +- exchange unload of ip_tables and ip_conntrack 9.292 +- fixed start function 9.293 +* Wed Jul 2 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-5 9.294 +- new config option IPTABLES_SAVE_ON_RESTART 9.295 +- init script: new status, save and restart 9.296 +- fixes #44905, #65389, #80785, #82860, #91040, #91560 and #91374 9.297 +* Mon Jun 30 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-4 9.298 +- new config option IPTABLES_STATUS_NUMERIC 9.299 +- cleared IPTABLES_MODULES in iptables-config 9.300 +* Mon Jun 30 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-3 9.301 +- new init scripts 9.302 +* Sat Jun 28 2003 Florian La Roche <Florian.LaRoche@redhat.de> 9.303 +- remove check for very old kernel versions in init scripts 9.304 +- sync up both init scripts and remove some further ugly things 9.305 +- add some docu into rpm 9.306 +* Thu Jun 26 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-2 9.307 +- rebuild 9.308 +* Mon Jun 16 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-1 9.309 +- update to 1.2.8 9.310 +* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 9.311 +- rebuilt 9.312 +* Mon Jan 13 2003 Bill Nottingham <notting@redhat.com> 1.2.7a-1 9.313 +- update to 1.2.7a 9.314 +- add a plethora of bugfixes courtesy Michael Schwendt <mschewndt@yahoo.com> 9.315 +* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 1.2.6a-3 9.316 +- Fix multilib 9.317 +* Wed Aug 7 2002 Karsten Hopp <karsten@redhat.de> 9.318 +- fixed iptables and ip6tables initscript output, based on #70511 9.319 +- check return status of all iptables calls, not just the last one 9.320 + in a 'for' loop. 9.321 +* Mon Jul 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.6a-1 9.322 +- 1.2.6a (bugfix release, #69747) 9.323 +* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 9.324 +- automated rebuild 9.325 +* Thu May 23 2002 Tim Powers <timp@redhat.com> 9.326 +- automated rebuild 9.327 +* Mon Mar 4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.5-3 9.328 +- Add some fixes from CVS, fixing bug #60465 9.329 +* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.5-2 9.330 +- Merge ip6tables improvements from Ian Prowell <iprowell@prowell.org> 9.331 + [#59402] 9.332 +- Update URL (#59354) 9.333 +- Use /sbin/chkconfig rather than chkconfig in %%%%postun script 9.334 +* Fri Jan 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.5-1 9.335 +- 1.2.5 9.336 +* Wed Jan 9 2002 Tim Powers <timp@redhat.com> 9.337 +- automated rebuild 9.338 +* Mon Nov 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.4-2 9.339 +- Fix %%%%preun script 9.340 +* Tue Oct 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.4-1 9.341 +- Update to 1.2.4 (various fixes, including security fixes; among others: 9.342 + [#42990], #50500, #53325, #54280) 9.343 +- Fix init script (#31133) 9.344 +* Mon Sep 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-1 9.345 +- 1.2.3 (5 security fixes, some other fixes) 9.346 +- Fix updating (#53032) 9.347 +* Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-4 9.348 +- Fix #50990 9.349 +- Add some fixes from current CVS; should fix #52620 9.350 +* Mon Jul 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-3 9.351 +- Add some fixes from the current CVS tree; fixes #49154 and some IPv6 9.352 + issues 9.353 +* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-2 9.354 +- Fix iptables-save reject-with (#45632), Patch from Michael Schwendt 9.355 + <mschwendt@yahoo.com> 9.356 +* Tue May 8 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-1 9.357 +- 1.2.2 9.358 +* Wed Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.359 +- 1.2.1a, fixes #28412, #31136, #31460, #31133 9.360 +* Thu Mar 1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.361 +- Yet another initscript fix (#30173) 9.362 +- Fix the fixes; they fixed some issues but broke more important 9.363 + stuff :/ (#30176) 9.364 +* Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.365 +- Fix up initscript (#27962) 9.366 +- Add fixes from CVS to iptables-{restore,save}, fixing #28412 9.367 +* Fri Feb 9 2001 Karsten Hopp <karsten@redhat.de> 9.368 +- create /etc/sysconfig/iptables mode 600 (same problem as #24245) 9.369 +* Mon Feb 5 2001 Karsten Hopp <karsten@redhat.de> 9.370 +- fix bugzilla #25986 (initscript not marked as config file) 9.371 +- fix bugzilla #25962 (iptables-restore) 9.372 +- mv chkconfig --del from postun to preun 9.373 +* Thu Feb 1 2001 Trond Eivind Glomsrød <teg@redhat.com> 9.374 +- Fix check for ipchains 9.375 +* Mon Jan 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.376 +- Some fixes to init scripts 9.377 +* Wed Jan 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.378 +- Add some fixes from CVS, fixes among other things Bug #24732 9.379 +* Wed Jan 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.380 +- Add missing man pages, fix up init script (Bug #17676) 9.381 +* Mon Jan 15 2001 Bill Nottingham <notting@redhat.com> 9.382 +- add init script 9.383 +* Mon Jan 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.384 +- 1.2 9.385 +- fix up ipv6 split 9.386 +- add init script 9.387 +- Move the plugins from /usr/lib/iptables to /lib/iptables. 9.388 + This needs to work before /usr is mounted... 9.389 +- Use -O1 on alpha (compiler bug) 9.390 +* Sat Jan 6 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.391 +- 1.1.2 9.392 +- Add IPv6 support (in separate package) 9.393 +* Thu Aug 17 2000 Bill Nottingham <notting@redhat.com> 9.394 +- build everywhere 9.395 +* Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> 9.396 +- 1.1.1 9.397 +* Thu Jul 13 2000 Prospector <bugzilla@redhat.com> 9.398 +- automatic rebuild 9.399 +* Tue Jun 27 2000 Preston Brown <pbrown@redhat.com> 9.400 +- move iptables to /sbin. 9.401 +- excludearch alpha for now, not building there because of compiler bug(?) 9.402 +* Fri Jun 9 2000 Bill Nottingham <notting@redhat.com> 9.403 +- don't obsolete ipchains either 9.404 +- update to 1.1.0 9.405 +* Sun Jun 4 2000 Bill Nottingham <notting@redhat.com> 9.406 +- remove explicit kernel requirement 9.407 +* Tue May 2 2000 Bernhard Rosenkränzer <bero@redhat.com> 9.408 +- initial package
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/kismet/kismet.spec Fri Mar 11 21:30:26 2011 +0100 10.3 @@ -0,0 +1,67 @@ 10.4 +Summary: Kismet is an 802.11 network sniffer and network dissector. 10.5 +Name: kismet 10.6 +Version: 2004.03 10.7 +Release: 1 10.8 +Group: Networking/Utilities 10.9 +Copyright: GPL 10.10 +Url: www.kismetwireless.net 10.11 +Source: kismet-%{version}.%{release}.tar.gz 10.12 +BuildRoot: %{_tmppath}/%{name}-root 10.13 + 10.14 + 10.15 +%description 10.16 +Kismet is an 802.11 layer2 wireless network detector, sniffer, and 10.17 +intrusion detection system. Kismet will work with any wireless card which 10.18 +supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 10.19 +802.11g traffic. 10.20 + 10.21 + 10.22 +%prep 10.23 +%setup -q 10.24 + 10.25 + 10.26 +%build 10.27 +%configure 10.28 + 10.29 +make 10.30 + 10.31 + 10.32 +%install 10.33 +rm -rf $RPM_BUILD_ROOT 10.34 + 10.35 +make DESTDIR=$RPM_BUILD_ROOT/ rpm 10.36 + 10.37 + 10.38 +#%clean 10.39 +#rm -rf $RPM_BUILD_ROOT 10.40 + 10.41 +%files 10.42 +%defattr(-,root,root) 10.43 +%doc README docs/DEVEL.* 10.44 +%config /etc/kismet.conf 10.45 +%config /etc/kismet_ui.conf 10.46 +%config /etc/kismet_drone.conf 10.47 +/etc/ap_manuf 10.48 +/etc/client_manuf 10.49 +/usr/bin/kismet 10.50 +/usr/bin/kismet_client 10.51 +/usr/bin/kismet_drone 10.52 +%attr(0755,root,root) /usr/bin/kismet_server 10.53 +%attr(0755,root,root) /usr/bin/kismet_drone 10.54 +/usr/share/kismet/wav/*.wav 10.55 +/usr/share/man/man1/gpsmap.1.gz 10.56 +/usr/share/man/man1/kismet.1.gz 10.57 +/usr/share/man/man1/kismet_drone.1.gz 10.58 +/usr/share/man/man5/kismet.conf.5.gz 10.59 +/usr/share/man/man5/kismet_ui.conf.5.gz 10.60 +/usr/share/man/man5/kismet_drone.conf.5.gz 10.61 + 10.62 +%changelog 10.63 +* Wed Aug 21 2002 Jeremiah Johnson <jjohnson@sunrise-linux.com> 10.64 +- Initial specfile creation. 10.65 +* Sat Sep 21 2002 Mike Kershaw <dragorn@kismetwireless.net> 10.66 +- Added manuf tag files, additional man files 10.67 +* Mon Feb 24 2002 Mike Kershaw <dragorn@kismetwireless.net> 10.68 +- Added drone man files and kismet_drone binary 10.69 +* Sat Mar 13 2004 Mike Kershaw <dragorn@kismetwireless.net> 10.70 +- Updated spec file (finally), removed suid install, updated other info
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/lame/lame.spec Fri Mar 11 21:30:26 2011 +0100 11.3 @@ -0,0 +1,126 @@ 11.4 +Name: lame 11.5 +Version: 3.98.4 11.6 +Release: 1.4 11.7 +Summary: Free MP3 audio compressor 11.8 + 11.9 +Group: Applications/Multimedia 11.10 +License: GPLv2+ 11.11 +URL: http://lame.sourceforge.net/ 11.12 +Source0: http://downloads.sourceforge.net/sourceforge/lame/%{name}-%{version}.tar.gz 11.13 +Patch1: %{name}-noexecstack.patch 11.14 +Patch2: %{name}-pmake.patch 11.15 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 11.16 + 11.17 +BuildRequires: ncurses-devel 11.18 +BuildRequires: gtk+-devel 11.19 +# pkg-config should be pulled in by gtk+-devel but is not in EL-5 11.20 +BuildRequires: pkgconfig 11.21 +%ifarch %{ix86} 11.22 +BuildRequires: nasm 11.23 +%endif 11.24 +Requires: %{name}-libs = %{version}-%{release} 11.25 + 11.26 +%description 11.27 +LAME is an open source MP3 encoder whose quality and speed matches 11.28 +commercial encoders. LAME handles MPEG1,2 and 2.5 layer III encoding 11.29 +with both constant and variable bitrates. 11.30 + 11.31 +%package libs 11.32 +Summary: LAME MP3 encoding library 11.33 +Group: System Environment/Libraries 11.34 + 11.35 +%description libs 11.36 +LAME MP3 encoding library. 11.37 + 11.38 +%package devel 11.39 +Summary: Development files for %{name} 11.40 +Group: Development/Libraries 11.41 +Requires: %{name}-libs = %{version}-%{release} 11.42 + 11.43 +%description devel 11.44 +This package development files for %{name}. 11.45 + 11.46 +%package mp3x 11.47 +Summary: MP3 frame analyzer 11.48 +Group: Applications/Multimedia 11.49 +Requires: %{name} = %{version}-%{release} 11.50 + 11.51 +%description mp3x 11.52 +This package contains the mp3x frame analyzer. 11.53 + 11.54 + 11.55 +%prep 11.56 +%setup -q 11.57 +%patch1 -p1 -b .noexec 11.58 +%patch2 -p1 -b .pmake 11.59 +iconv -f ISO-8859-1 -t UTF8 ChangeLog > ChangeLog.tmp && touch -r ChangeLog ChangeLog.tmp && mv ChangeLog.tmp ChangeLog 11.60 + 11.61 + 11.62 +%build 11.63 +#sed -i -e 's/^\(\s*hardcode_libdir_flag_spec\s*=\).*/\1/' configure 11.64 +#export CFLAGS="$RPM_OPT_FLAGS -ffast-math" 11.65 +unset CFLAGS 11.66 +unset CXXFLAGS 11.67 +unset FFLAGS 11.68 +unset LD_AS_NEEDED 11.69 +%configure \ 11.70 + --disable-dependency-tracking \ 11.71 + --disable-static \ 11.72 +%ifarch %{ix86} 11.73 + --enable-nasm \ 11.74 +%endif 11.75 + --enable-mp3x \ 11.76 + --enable-mp3rtp \ 11.77 + --enable-decode-layer1 11.78 + 11.79 +make 11.80 +echo $CFLAGS 11.81 + 11.82 +%install 11.83 +rm -rf $RPM_BUILD_ROOT 11.84 +make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT 11.85 +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la 11.86 +# Some apps still expect to find <lame.h> 11.87 +ln -sf lame/lame.h $RPM_BUILD_ROOT%{_includedir}/lame.h 11.88 +rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} 11.89 + 11.90 + 11.91 +%check 11.92 +make test 11.93 + 11.94 + 11.95 +%post libs -p /sbin/ldconfig 11.96 + 11.97 +%postun libs -p /sbin/ldconfig 11.98 + 11.99 + 11.100 +%clean 11.101 +rm -rf $RPM_BUILD_ROOT 11.102 + 11.103 + 11.104 +%files 11.105 +%defattr (-,root,root,-) 11.106 +%doc README TODO USAGE doc/html/*.html doc/html/*.css 11.107 +%{_bindir}/lame 11.108 +%{_bindir}/mp3rtp 11.109 +%{_mandir}/man1/lame.1* 11.110 + 11.111 +%files libs 11.112 +%defattr(-,root,root,-) 11.113 +%doc ChangeLog COPYING LICENSE 11.114 +%{_libdir}/libmp3lame.so.* 11.115 + 11.116 +%files devel 11.117 +%defattr (-,root,root,-) 11.118 +%doc API HACKING STYLEGUIDE 11.119 +%{_libdir}/libmp3lame.so 11.120 +%{_includedir}/lame/ 11.121 +%{_includedir}/lame.h 11.122 + 11.123 +%files mp3x 11.124 +%defattr (-,root,root,-) 11.125 +%{_bindir}/mp3x 11.126 + 11.127 +%changelog 11.128 +* Fri Oct 29 2010 Kozinov Ivan <kozinov@gmail.com> - 3.98.4-1 11.129 +- Build for 1.1
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/libXtst/libXtst.spec Fri Mar 11 21:30:26 2011 +0100 12.3 @@ -0,0 +1,118 @@ 12.4 +# 12.5 +# Do not Edit! Generated by: 12.6 +# spectacle version 0.13 12.7 +# 12.8 +# >> macros 12.9 +# << macros 12.10 + 12.11 +Name: libXtst 12.12 +Summary: X.Org X11 libXtst runtime library 12.13 +Version: 1.1.0 12.14 +Release: 3.10 12.15 +Group: System/Libraries 12.16 +License: MIT 12.17 +URL: http://www.x.org/ 12.18 +Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 12.19 +Source100: libXtst.yaml 12.20 +Requires(post): /sbin/ldconfig 12.21 +Requires(postun): /sbin/ldconfig 12.22 +BuildRequires: pkgconfig(xproto) 12.23 +BuildRequires: pkgconfig(xextproto) 12.24 +BuildRequires: pkgconfig(randrproto) 12.25 +BuildRequires: pkgconfig(inputproto) 12.26 +BuildRequires: pkgconfig(recordproto) 12.27 +BuildRequires: pkgconfig(xextproto) 12.28 +BuildRequires: pkgconfig(xi) 12.29 +BuildRequires: pkgconfig(x11) 12.30 +BuildRequires: pkgconfig(xext) 12.31 +BuildRequires: pkgconfig(xrender) 12.32 + 12.33 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 12.34 + 12.35 +%description 12.36 +Description: %{summary} 12.37 + 12.38 + 12.39 +%package devel 12.40 +Summary: Development components for the libXtst library 12.41 +Group: Development/Libraries 12.42 +Requires: %{name} = %{version}-%{release} 12.43 + 12.44 +%description devel 12.45 +Description: %{summary} 12.46 + 12.47 + 12.48 +%prep 12.49 +%setup -q -n %{name}-%{version} 12.50 + 12.51 +# >> setup 12.52 +# << setup 12.53 + 12.54 +%build 12.55 +# >> build pre 12.56 +# << build pre 12.57 + 12.58 +%configure --disable-static 12.59 +# Call make instruction with smp support 12.60 +make %{?jobs:-j%jobs} 12.61 + 12.62 +# >> build post 12.63 +# << build post 12.64 +%install 12.65 +rm -rf %{buildroot} 12.66 +# >> install pre 12.67 +# << install pre 12.68 +%make_install 12.69 + 12.70 +# >> install post 12.71 +# << install post 12.72 + 12.73 +%clean 12.74 +rm -rf %{buildroot} 12.75 + 12.76 + 12.77 + 12.78 +%post -p /sbin/ldconfig 12.79 + 12.80 +%postun -p /sbin/ldconfig 12.81 + 12.82 + 12.83 + 12.84 +%files 12.85 +%defattr(-,root,root,-) 12.86 +# >> files 12.87 +%doc COPYING ChangeLog 12.88 +%{_libdir}/libXtst.so.6 12.89 +%{_libdir}/libXtst.so.6.1.0 12.90 +# << files 12.91 + 12.92 + 12.93 +%files devel 12.94 +%defattr(-,root,root,-) 12.95 +# >> files devel 12.96 +%{_libdir}/libXtst.so 12.97 +%{_libdir}/pkgconfig/xtst.pc 12.98 +%{_includedir}/X11/extensions/XTest.h 12.99 +%{_includedir}/X11/extensions/record.h 12.100 +# << files devel 12.101 + 12.102 +%changelog 12.103 +* Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.1.0 12.104 +- Updated with latest spectacle 12.105 +- Include YAML file in source rpm 12.106 +* Thu Oct 29 2009 Li Peng <peng.li@intel.com> - 1.1.0 12.107 +- libXtst 1.1.0 12.108 +* Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 12.109 +- Add Xi to requirements 12.110 +* Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 12.111 +- Generate spec 12.112 +* Fri Dec 19 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3 12.113 +- Fix buildrequires 12.114 +* Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 12.115 +- Update spec file using latest spec-builder 12.116 +* Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 12.117 +- Update spec file using latest spec-builder 12.118 +* Thu Dec 11 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3 12.119 +- Clean up specfile 12.120 +* Mon Sep 22 2008 Peng Li <peng.li@intel.com> 1.0.3 12.121 +- add build dependency libXi-devel
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/libavc1394/libavc1394.spec Fri Mar 11 21:30:26 2011 +0100 13.3 @@ -0,0 +1,183 @@ 13.4 +Summary: Audio/Video Control library for IEEE-1394 devices 13.5 +Name: libavc1394 13.6 +Version: 0.5.3 13.7 +Release: 10%{?dist} 13.8 +License: GPLv2+ and LGPLv2+ 13.9 +Group: System Environment/Libraries 13.10 +URL: http://sourceforge.net/projects/libavc1394/ 13.11 +Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz 13.12 +Patch1: libavc1394-0.5.3-librom.patch 13.13 +BuildRequires: libraw1394-devel 13.14 +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 13.15 +ExcludeArch: s390 s390x 13.16 + 13.17 +%description 13.18 +The libavc1394 library allows utilities to control IEEE-1394 devices 13.19 +using the AV/C specification. Audio/Video Control allows applications 13.20 +to control devices like the tape on a VCR or camcorder. 13.21 + 13.22 +%package devel 13.23 +Summary: Development libs for libavc1394 13.24 +Group: Development/Libraries 13.25 +Requires: %{name} = %{version}-%{release} 13.26 +Requires: libraw1394-devel, pkgconfig 13.27 + 13.28 +%description devel 13.29 +Development libraries required to build applications using libavc1394. 13.30 + 13.31 +%prep 13.32 +%setup -q 13.33 +%patch1 -p1 -b .librom 13.34 +chmod -x test/dvcont.c 13.35 + 13.36 +%build 13.37 +%configure 13.38 +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool 13.39 +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 13.40 +make %{?_smp_mflags} 13.41 + 13.42 +%install 13.43 +rm -rf $RPM_BUILD_ROOT 13.44 +make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT 13.45 +# sigh, --disable-static doesn't work 13.46 +rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a} 13.47 + 13.48 +%clean 13.49 +rm -rf $RPM_BUILD_ROOT 13.50 + 13.51 +%post -p /sbin/ldconfig 13.52 + 13.53 +%postun -p /sbin/ldconfig 13.54 + 13.55 +%files 13.56 +%defattr(-,root,root,-) 13.57 +%doc AUTHORS COPYING NEWS README ChangeLog TODO 13.58 +# binaries are GPLv2+ 13.59 +%{_bindir}/dvcont 13.60 +%{_bindir}/mkrfc2734 13.61 +%{_bindir}/panelctl 13.62 +%{_mandir}/man1/dvcont.1.gz 13.63 +%{_mandir}/man1/panelctl.1.gz 13.64 +%{_mandir}/man1/mkrfc2734.1* 13.65 +# libs are LGPLv2+ 13.66 +%{_libdir}/libavc1394.so.* 13.67 +%{_libdir}/librom1394.so.* 13.68 + 13.69 + 13.70 +%files devel 13.71 +%defattr(-,root,root,-) 13.72 +%{_includedir}/libavc1394/ 13.73 +%{_libdir}/pkgconfig/libavc1394.pc 13.74 +%{_libdir}/libavc1394.so 13.75 +%{_libdir}/librom1394.so 13.76 + 13.77 + 13.78 +%changelog 13.79 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 0.5.3-10 13.80 +- Build for MeeGo 1.1 13.81 + 13.82 +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-9 13.83 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 13.84 + 13.85 +* Wed Jun 10 2009 Jarod Wilson <jarod@redhat.com> 0.5.3-8 13.86 +- Fix duplicate global symbols in libavc1394 vs. librom1394 (#216143) 13.87 + 13.88 +* Mon May 18 2009 Jarod Wilson <jarod@redhat.com> 0.5.3-7 13.89 +- Use included libtool, kill rpath a different way (#225988) 13.90 + 13.91 +* Mon May 18 2009 Jarod Wilson <jarod@redhat.com> 0.5.3-6 13.92 +- Fix up merge review issues (#225988) 13.93 + 13.94 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-5 13.95 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 13.96 + 13.97 +* Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.5.3-4 13.98 +- fix license tag 13.99 + 13.100 +* Tue Jul 22 2008 Jarod Wilson <jwilson@redhat.com> 0.5.3-3 13.101 +- Bump and rebuild for libraw1394 v2.0.0 13.102 + 13.103 +* Thu Feb 14 2008 Jarod Wilson <jwilson@redhat.com> - 0.5.3-2 13.104 +- Bump and rebuild with gcc 4.3 13.105 + 13.106 +* Sun Sep 10 2006 Jarod Wilson <jwilson@redhat.com> - 0.5.3-1 13.107 +- Upstream release 0.5.3 13.108 + 13.109 +* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-2.2.1 13.110 +- rebuild 13.111 + 13.112 +* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-2.2 13.113 +- bump again for double-long bug on ppc(64) 13.114 + 13.115 +* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-2.1 13.116 +- rebuilt for new gcc4.1 snapshot and glibc changes 13.117 + 13.118 +* Thu Dec 22 2005 Warren Togami <wtogami@redhat.com> 0.5.1-2 13.119 +- remove .a and .la (#172641) 13.120 +- GPL -> LGPL (#165908) 13.121 + 13.122 +* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 13.123 +- rebuilt 13.124 + 13.125 +* Thu Nov 10 2005 Matthias Saou <http://freshrpms.net/> 0.5.1-1 13.126 +- Update to 0.5.1. 13.127 +- Update librom patch to still apply cleanly. 13.128 + 13.129 +* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com> 13.130 +- make sure librom1394 is linked to libraw1394 and also 13.131 + libavc1394 is linked to librom1394 (also bz 156938) 13.132 + 13.133 +* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com> 13.134 +- rebuilt 13.135 + 13.136 +* Mon Feb 28 2005 Warren Togami <wtogami@redhat.com> 0.4.1-7 13.137 +- gcc4 rebuild 13.138 + 13.139 +* Sun Feb 06 2005 Warren Togami <wtogami@redhat.com> 0.4.1-6 13.140 +- rebuild against new libraw1394 13.141 + 13.142 +* Mon Jan 03 2005 Colin Walters <walters@redhat.com> 0.4.1-5 13.143 +- Rerun autotools in attempt to get package to link to -lm 13.144 +- Add patch libavc1394-0.4.1-kill-configure-insanity.patch 13.145 + 13.146 +* Mon Nov 22 2004 Karsten Hopp <karsten@redhat.de> 0.4.1-4 13.147 +- remove bogus ldconfig after makeinstall 13.148 + 13.149 +* Fri Jul 30 2004 Florian La Roche <Florian.LaRoche@redhat.de> 13.150 +- add symlinks for ldconfig 13.151 + 13.152 +* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 13.153 +- rebuilt 13.154 + 13.155 +* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 13.156 +- rebuilt 13.157 + 13.158 +* Thu Feb 12 2004 Warren Togami <wtogami@redhat.com> 0.4.1-1 13.159 +- upgrade to 0.4.1 13.160 +- Spec cleanups 13.161 +- License -> Copyright 13.162 +- Remove INSTALL; Add News, ChangeLog 13.163 +- Applications/Multimedia -> System Environment/Libraries 13.164 + 13.165 +* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.3.1-7 13.166 +- fix buildreqs (#102204) 13.167 + 13.168 +* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 13.169 +- rebuilt 13.170 + 13.171 +* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 13.172 +- rebuilt 13.173 + 13.174 +* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 0.3.1-4 13.175 +- rebuild on all arches 13.176 + 13.177 +* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de> 13.178 +- exclude mainframe 13.179 +- allow lib64 13.180 + 13.181 +* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 13.182 +- automated rebuild 13.183 + 13.184 +* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com> 13.185 +- First RPM build 13.186 +
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 14.2 +++ b/libcdio/libcdio.spec Fri Mar 11 21:30:26 2011 +0100 14.3 @@ -0,0 +1,255 @@ 14.4 +Name: libcdio 14.5 +Version: 0.82 14.6 +Release: 3%{?dist} 14.7 +Summary: CD-ROM input and control library 14.8 +Group: System Environment/Libraries 14.9 +License: GPLv3+ 14.10 +URL: http://www.gnu.org/software/libcdio/ 14.11 +Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-0.82.tar.gz 14.12 +Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-0.82.tar.gz.sig 14.13 +Source2: libcdio-no_date_footer.hml 14.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 14.15 +BuildRequires: pkgconfig doxygen 14.16 +BuildRequires: ncurses-devel 14.17 +BuildRequires: help2man 14.18 +Requires(post): /sbin/ldconfig 14.19 +Requires(post): /sbin/install-info 14.20 +Requires(preun): /sbin/install-info 14.21 +BuildRequires: gettext-devel 14.22 +BuildRequires: chrpath 14.23 + 14.24 + 14.25 +%description 14.26 +This library provides an interface for CD-ROM access. It can be used 14.27 +by applications that need OS- and device-independent access to CD-ROM 14.28 +devices. 14.29 + 14.30 +%package devel 14.31 +Summary: Header files and libraries for %{name} 14.32 +Group: Development/Libraries 14.33 +Requires: %{name} = %{version}-%{release} 14.34 + 14.35 +%description devel 14.36 +This package contains header files and libraries for %{name}. 14.37 + 14.38 + 14.39 +%prep 14.40 +%setup -q 14.41 + 14.42 +f=src/cd-paranoia/doc/ja/cd-paranoia.1.in 14.43 +iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f 14.44 +iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS 14.45 + 14.46 +%build 14.47 +%configure \ 14.48 + --disable-vcd-info \ 14.49 + --disable-dependency-tracking \ 14.50 + --disable-cddb \ 14.51 + --disable-static \ 14.52 + --disable-rpath 14.53 +make %{?_smp_mflags} 14.54 + 14.55 +# another multilib fix; remove the architecture information from version.h 14.56 +sed -i -e "s,%{version}.*$,%{version}\\\",g" include/cdio/version.h 14.57 + 14.58 +cd doc/doxygen 14.59 +sed -i -e "s,HTML_FOOTER.*$,HTML_FOOTER = libcdio-no_date_footer.hml,g" Doxyfile 14.60 +cp %{SOURCE2} . 14.61 +./run_doxygen 14.62 + 14.63 +%install 14.64 +rm -rf $RPM_BUILD_ROOT 14.65 +make install DESTDIR=$RPM_BUILD_ROOT 14.66 + 14.67 +rm -f $RPM_BUILD_ROOT%{_infodir}/dir 14.68 +find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' 14.69 + 14.70 +mv $RPM_BUILD_ROOT%{_mandir}/{jp,ja} 14.71 + 14.72 +rm -rf examples 14.73 +mkdir -p examples/C++ 14.74 +cp -a example/{*.c,README} examples 14.75 +cp -a example/C++/{*.cpp,README} examples/C++ 14.76 + 14.77 +# fix timestamps of generated man-pages 14.78 +for i in cd-info iso-read iso-info cd-read cd-drive; do 14.79 + # remove build architecture information from man pages 14.80 + sed -i -e 's, version.*linux-gnu,,g' $RPM_BUILD_ROOT%{_mandir}/man1/$i.1 14.81 + # remove libtool leftover from man pages 14.82 + sed -i -e 's,lt-,,g;s,LT-,,g' $RPM_BUILD_ROOT%{_mandir}/man1/$i.1 14.83 + # fix timestamps to be the same in all packages 14.84 + touch -r src/$i.help2man $RPM_BUILD_ROOT%{_mandir}/man1/$i.1 14.85 +done 14.86 + 14.87 +# remove rpath 14.88 +chrpath --delete $RPM_BUILD_ROOT%{_bindir}/* 14.89 +chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so.* 14.90 + 14.91 +%check 14.92 +# disable test using local CDROM 14.93 +%{__sed} -i -e "s,testiso9660\$(EXEEXT),,g" \ 14.94 + -e "s,testisocd\$(EXEEXT),,g" \ 14.95 + -e "s,check_paranoia.sh check_opts.sh, check_opts.sh,g" \ 14.96 + test/Makefile 14.97 +make check 14.98 + 14.99 + 14.100 +%clean 14.101 +rm -rf $RPM_BUILD_ROOT 14.102 + 14.103 + 14.104 +%post 14.105 +/sbin/ldconfig 14.106 +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || : 14.107 + 14.108 +%preun 14.109 +if [ $1 = 0 ]; then 14.110 + /sbin/install-info --delete %{_infodir}/%{name}.info \ 14.111 + %{_infodir}/dir 2>/dev/null || : 14.112 +fi 14.113 + 14.114 +%postun -p /sbin/ldconfig 14.115 + 14.116 + 14.117 +%files 14.118 +%defattr(-,root,root,-) 14.119 +%doc AUTHORS COPYING NEWS README README.libcdio THANKS TODO 14.120 +%{_bindir}/* 14.121 +%{_libdir}/*.so.* 14.122 +%{_infodir}/* 14.123 +%{_mandir}/man1/* 14.124 +%lang(ja) %{_mandir}/ja/man1/* 14.125 + 14.126 + 14.127 +%files devel 14.128 +%defattr(-,root,root,-) 14.129 +%doc doc/doxygen/html examples 14.130 +%{_includedir}/cdio 14.131 +%{_includedir}/cdio++ 14.132 +%{_libdir}/*.so 14.133 +%{_libdir}/pkgconfig/*.pc 14.134 + 14.135 + 14.136 +%changelog 14.137 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 0.82-3 14.138 +- Build for MeeGo 1.1 14.139 + 14.140 +* Thu Jan 28 2010 Adrian Reber <adrian@lisas.de> - 0.82-2 14.141 +- disabled building of static libraries (#556064) 14.142 +- removed "Requires: pkgconfig" (rpm adds it automatically) 14.143 + 14.144 +* Wed Jan 20 2010 Roman Rakus rrakus@redhat.com 0.82-1 14.145 +- Update to 0.82 14.146 +- removed rpath 14.147 +- converted THANKS to utf8 14.148 + 14.149 +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.81-3 14.150 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 14.151 + 14.152 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.81-2 14.153 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 14.154 + 14.155 +* Tue Oct 07 2008 Adrian Reber <adrian@lisas.de> - 0.81-1 14.156 +- updated to 0.81 14.157 +- license changed to GPLv3+ 14.158 +- fixed #477288 (libcdio-devel multilib conflict) 14.159 +- applied patch to fix endless loop in mock 14.160 + 14.161 +* Tue Oct 07 2008 Adrian Reber <adrian@lisas.de> - 0.80-5 14.162 +- fixed #462125 (Multilib conflict) - really, really, really 14.163 + (also remove architecture information from man pages) 14.164 + 14.165 +* Thu Oct 02 2008 Adrian Reber <adrian@lisas.de> - 0.80-4 14.166 +- fixed #462125 (Multilib conflict) - this time for real 14.167 + 14.168 +* Fri Sep 12 2008 Adrian Reber <adrian@lisas.de> - 0.80-3 14.169 +- fixed #462125 (Multilib conflict) 14.170 + 14.171 +* Wed Jun 4 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.80-2 14.172 +- added patch enabling libcdio_paranoia.pc 14.173 + 14.174 +* Thu May 29 2008 Adrian Reber <adrian@lisas.de> - 0.80-1 14.175 +- updated to 0.80 14.176 +- removed upstreamed patches 14.177 +- last GPLv2+ release 14.178 + 14.179 +* Thu Feb 14 2008 Adrian Reber <adrian@lisas.de> - 0.79-3 14.180 +- added patch to compile with gcc43 14.181 + 14.182 +* Fri Jan 04 2008 Adrian Reber <adrian@lisas.de> - 0.79-2 14.183 +- fixed security fix (was off by two) 14.184 + 14.185 +* Wed Jan 02 2008 Adrian Reber <adrian@lisas.de> - 0.79-1 14.186 +- updated to 0.79 14.187 +- fixes #427197 (Long Joliet file name overflows cdio's buffer) 14.188 +- fixes #341981 (multiarch conflicts in libcdio) 14.189 + 14.190 +* Fri Aug 24 2007 Adrian Reber <adrian@lisas.de> - 0.78.2-3 14.191 +- rebuilt 14.192 + 14.193 +* Mon Jul 23 2007 Adrian Reber <adrian@lisas.de> - 0.78.2-2 14.194 +- updated to 0.78.2 (#221359) (this time for real) 14.195 + 14.196 +* Thu Jan 04 2007 Adrian Reber <adrian@lisas.de> - 0.78.2-1 14.197 +- updated to 0.78.2 (#221359) 14.198 + 14.199 +* Thu Oct 05 2006 Adrian Reber <adrian@lisas.de> - 0.77-3 14.200 +- disabled iso9660 test case (fails for some reason with date problems) 14.201 + this seems to be a known problem according to the ChangeLog 14.202 + 14.203 +* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.77-2 14.204 + - rebuilt for unwind info generation, broken in gcc-4.1.1-21 14.205 + 14.206 +* Fri Sep 22 2006 Adrian Reber <adrian@lisas.de> - 0.77-1 14.207 +- Updated to 0.77 14.208 + 14.209 +* Mon Sep 18 2006 Adrian Reber <adrian@lisas.de> - 0.76-3 14.210 +- Rebuilt 14.211 + 14.212 +* Mon Sep 26 2005 Adrian Reber <adrian@lisas.de> - 0.76-2 14.213 +- Rebuilt 14.214 + 14.215 +* Mon Sep 26 2005 Adrian Reber <adrian@lisas.de> - 0.76-1 14.216 +- Updated to 0.76. 14.217 +- Included doxygen generated documentation into -devel 14.218 +- Included examples into -devel 14.219 + 14.220 +* Mon Aug 01 2005 Adrian Reber <adrian@lisas.de> - 0.75-4 14.221 +- disable test accessing local CDROM drive (#164266) 14.222 + 14.223 +* Wed Jul 27 2005 Adrian Reber <adrian@lisas.de> - 0.75-3 14.224 +- Rebuilt without libcddb dependency (#164270) 14.225 + 14.226 +* Tue Jul 26 2005 Adrian Reber <adrian@lisas.de> - 0.75-2 14.227 +- Rebuilt 14.228 + 14.229 +* Thu Jul 14 2005 Adrian Reber <adrian@lisas.de> - 0.75-1 14.230 +- Updated to 0.75. 14.231 + 14.232 +* Fri Jun 03 2005 Adrian Reber <adrian@lisas.de> - 0.74-2 14.233 +- Updated to 0.74. 14.234 + 14.235 +* Sun Apr 24 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.73-2 14.236 +- BuildRequire ncurses-devel (for cdda-player and cd-paranoia). 14.237 +- Run test suite during build. 14.238 +- Install Japanese man pages. 14.239 + 14.240 +* Sun Apr 24 2005 Adrian Reber <adrian@lisas.de> - 0.73-1 14.241 +- Updated to 0.73. 14.242 + 14.243 +* Fri Mar 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.70-2 14.244 +- Fix FC4 build (#151468). 14.245 +- Build with dependency tracking disabled. 14.246 + 14.247 +* Sun Sep 5 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.70-0.fdr.1 14.248 +- Updated to 0.70. 14.249 + 14.250 +* Sat Jul 17 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.69-0.fdr.1 14.251 +- Updated to 0.69. 14.252 +- Removed broken iso-read. 14.253 +- Split Requires(pre,post). 14.254 +- Added BuildReq pkgconfig. 14.255 + 14.256 +* Mon Mar 29 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.68-0.fdr.1 14.257 +- Initial RPM release. 14.258 +
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 15.2 +++ b/libdc1394/libdc1394.spec Fri Mar 11 21:30:26 2011 +0100 15.3 @@ -0,0 +1,189 @@ 15.4 +# $Id$ 15.5 + 15.6 +#define svn_snapshot .svn459 15.7 +#define real_version 2.0.0-rc8%{svn_snapshot} 15.8 +#%define real_version 2.1.0 15.9 +%define svn_build %{?svn_snapshot:1}%{!?svn_snapshot:0} 15.10 + 15.11 +Summary: 1394-based digital camera control library 15.12 +Name: libdc1394 15.13 +Version: 2.1.2 15.14 +Release: 3%{?svn_snapshot}%{?dist} 15.15 +License: LGPLv2+ 15.16 +Group: System Environment/Libraries 15.17 +URL: http://sourceforge.net/projects/libdc1394/ 15.18 +Source: http://dl.sf.net/libdc1394/libdc1394-%{version}.tar.gz 15.19 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 15.20 +ExcludeArch: s390 s390x 15.21 + 15.22 +BuildRequires: kernel-headers 15.23 +BuildRequires: libraw1394-devel libusb1-devel 15.24 +BuildRequires: doxygen 15.25 +BuildRequires: libX11-devel libXv-devel 15.26 +%if %{svn_build} 15.27 +BuildRequires: libtool 15.28 +%endif 15.29 + 15.30 +%description 15.31 +Libdc1394 is a library that is intended to provide a high level programming 15.32 +interface for application developers who wish to control IEEE 1394 based 15.33 +cameras that conform to the 1394-based Digital Camera Specification. 15.34 + 15.35 +%package devel 15.36 +Summary: Header files and libraries for %{name} 15.37 +Group: Development/Libraries 15.38 +Requires: %{name} = %{version}-%{release}, libraw1394-devel 15.39 +Requires: pkgconfig 15.40 + 15.41 +%description devel 15.42 +This package contains the header files and libraries 15.43 +for %{name}. If you like to develop programs using %{name}, 15.44 +you will need to install %{name}-devel. 15.45 + 15.46 +%package docs 15.47 +Summary: Development documentation for %{name} 15.48 +Group: Documentation 15.49 + 15.50 +%description docs 15.51 +This package contains the development documentation for %{name}. 15.52 + 15.53 +%package tools 15.54 +Summary: Tools for use with %{name} 15.55 +Group: Applications/System 15.56 +Requires: %{name} = %{version} 15.57 + 15.58 +%description tools 15.59 +This package contains tools that are useful when working and 15.60 +developing with %{name}. 15.61 + 15.62 +%prep 15.63 +%setup -q -n libdc1394-%{version} 15.64 + 15.65 +%build 15.66 +%if %{svn_build} 15.67 +cp /usr/share/libtool/ltmain.sh . 15.68 +aclocal 15.69 +autoheader 15.70 +autoconf 15.71 +automake --add-missing 15.72 +%endif 15.73 +%configure --disable-static --enable-doxygen-html --enable-doxygen-dot 15.74 +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool 15.75 +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 15.76 +make %{?_smp_mflags} 15.77 +make doc 15.78 + 15.79 +%install 15.80 +%{__rm} -rf %{buildroot} 15.81 +make install DESTDIR=%{buildroot} INSTALL="%{__install} -p" 15.82 +mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version} 15.83 +%{__install} -p -m 0644 doc/html/* %{buildroot}%{_docdir}/%{name}-docs-%{version} 15.84 +for p in grab_color_image grab_gray_image grab_partial_image ladybug grab_partial_pvn; do 15.85 + %{__install} -p -m 0644 examples/$p %{buildroot}%{_bindir}/dc1394_$p 15.86 +done 15.87 +%{__install} -p -m 0644 examples/dc1394_multiview %{buildroot}%{_bindir}/dc1394_multiview 15.88 +for f in grab_color_image grab_gray_image grab_partial_image; do 15.89 + mv %{buildroot}%{_mandir}/man1/$f.1 %{buildroot}%{_mandir}/man1/dc1394_$f.1 15.90 +done 15.91 + 15.92 +%post -p /sbin/ldconfig 15.93 + 15.94 +%postun -p /sbin/ldconfig 15.95 + 15.96 +%clean 15.97 +%{__rm} -rf %{buildroot} 15.98 + 15.99 +%files 15.100 +%defattr(-, root, root, 0755) 15.101 +%doc AUTHORS ChangeLog COPYING NEWS README 15.102 +%{_libdir}/libdc1394*.so.* 15.103 + 15.104 +%files devel 15.105 +%defattr(-, root, root, 0755) 15.106 +%doc examples/*.h examples/*.c 15.107 +%{_includedir}/dc1394/ 15.108 +%{_libdir}/libdc1394*.so 15.109 +%{_libdir}/pkgconfig/%{name}-2.pc 15.110 +%exclude %{_libdir}/*.la 15.111 + 15.112 +%files docs 15.113 +%defattr(-, root, root, 0755) 15.114 +%{_docdir}/%{name}-docs-%{version} 15.115 + 15.116 +%files tools 15.117 +%defattr(-, root, root, 0755) 15.118 +%{_bindir}/dc1394_* 15.119 +%{_mandir}/man1/dc1394_*.1.gz 15.120 + 15.121 +%changelog 15.122 +* Fri Oct 29 2010 Kozinov Ivan <kozinov@gmail.com> - 2.1.2-3 15.123 +- Build for 1.1 15.124 + 15.125 +* Thu Sep 10 2009 Karsten Hopp <karsten@redhat.com> 2.1.2-3 15.126 +- excludearch s390 s390x where we don't have libraw1394 15.127 + 15.128 +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.2-2 15.129 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 15.130 + 15.131 +* Thu Jun 11 2009 Tim Niemueller <tim@niemueller.de> - 2.1.2-1 15.132 +- Update to latest stable release 2.1.2 15.133 + 15.134 +* Tue Mar 17 2009 Tim Niemueller <tim@niemueller.de> - 2.1.0-1 15.135 +- Update to latest stable release 2.1.0 15.136 + 15.137 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2 15.138 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 15.139 + 15.140 +* Mon May 12 2008 Tim Niemueller <tim@niemueller.de> - 2.0.2-1 15.141 +- Update to latest stable release 2.0.2 15.142 + 15.143 +* Sat Jan 19 2008 Tim Niemueller <tim@niemueller.de> - 2.0.1-3 15.144 +- Made autotools calls optional, only called if svn_snapshot is defined 15.145 +- devel subpackage now requires pkgconfig 15.146 + 15.147 +* Wed Jan 16 2008 Tim Niemueller <tim@niemueller.de> - 2.0.1-2 15.148 +- Add docs subpackage to contain development documentation 15.149 +- Incoroprate multilib tricks 15.150 +- BuildReqire automake, autoconf, libtool and doxygen 15.151 +- Removed unused BuildRequires 15.152 +- Use header file from kernel-headers instead of kernel-devel 15.153 +- BuildRequire kernel-devel 15.154 +- Added tools subpackage to contain the resetbus and vloopback tools 15.155 + 15.156 +* Wed Jan 16 2008 Tim Niemueller <tim@niemueller.de> - 2.0.1-1 15.157 +- Update to 2.0.1, now patent-free! 15.158 + 15.159 +* Mon Jan 07 2008 Tim Niemueller <tim@niemueller.de> - 2.0.0-1 15.160 +- Update to 2.0.0 15.161 + 15.162 +* Thu Dec 16 2007 Tim Niemueller <tim@niemueller.de> - 2.0.0-rc9 15.163 +- Update to 2.0.0-rc9 15.164 + 15.165 +* Wed Nov 28 2007 Tim Niemueller <tim@niemueller.de> - 2.0.0-rc7.3.svn459 15.166 +- Updated to release 2.0.0-rc7+svn459 (not yet released) 15.167 + 15.168 +* Fri Nov 02 2007 Tim Niemueller <tim@niemueller.de> - 2.0.0-rc7.1.svn443 15.169 +- Updated to release 2.0.0-rc7+svn443 (not yet released) for juju support 15.170 +- Added --without juju to disable juju support (necessary for FC6) 15.171 + 15.172 +* Fri Feb 02 2007 Tim Niemueller <tim@niemueller.de> - 2.0.0-rc5.1 15.173 +- Updated to release 2.0.0-rc5. 15.174 + 15.175 +* Wed Aug 16 2006 Tim Niemueller <tim@niemueller.de> - 2.0.0-rc3.1 15.176 +- Updated to release 2.0.0-rc3. 15.177 + 15.178 +* Mon May 08 2006 Dries Verachtert <dries@ulyssis.org> - 2.0.0-0.1.pre7 15.179 +- Updated to release 2.0.0-0.1.pre7. 15.180 + 15.181 +* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 2.0.0-0.1.pre5.2 15.182 +- Rebuild for Fedora Core 5. 15.183 + 15.184 +* Thu Dec 8 2005 Matthias Saou <http://freshrpms.net/> 2.0.0-0.1.pre5 15.185 +- Update to 2.0.0-pre5. 15.186 +- Add missing libraw1394-devel dependency to the devel package. 15.187 + 15.188 +* Tue Aug 30 2005 Dries Verachtert <dries@ulyssis.org> - 2.0.0-0.pre4 15.189 +- Update to release 2.0.0-0.pre4. 15.190 + 15.191 +* Thu Aug 25 2005 Dries Verachtert <dries@ulyssis.org> - 1.1.0-1 15.192 +- Initial package.
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 16.2 +++ b/libdca/libdca.spec Fri Mar 11 21:30:26 2011 +0100 16.3 @@ -0,0 +1,128 @@ 16.4 +Summary: DTS Coherent Acoustics decoder library 16.5 +Name: libdca 16.6 +Version: 0.0.5 16.7 +Release: 6%{?dist} 16.8 +URL: http://www.videolan.org/developers/libdca.html 16.9 +Group: System Environment/Libraries 16.10 +Source: http://download.videolan.org/pub/videolan/libdca/0.0.5/%{name}-%{version}.tar.bz2 16.11 +Patch0: libdca-0.0.5-relsymlinks.patch 16.12 +Patch1: libdca-0.0.5-strict-aliasing.patch 16.13 +License: GPLv2+ 16.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 16.15 + 16.16 +%description 16.17 +libdca is a free library for decoding DTS Coherent Acoustics streams. It is 16.18 +released under the terms of the GPL license. The DTS Coherent Acoustics 16.19 +standard is used in a variety of applications, including DVD, DTS audio CD and 16.20 +radio broadcasting. 16.21 + 16.22 +%package devel 16.23 +Summary: Development files for %{name} 16.24 +Group: Development/Libraries 16.25 +Obsoletes: libdts-devel < 0.0.2-2 16.26 +Provides: libdts-devel = 0.0.2-2 16.27 +Requires: %{name} = %{version}-%{release} 16.28 +Requires: pkgconfig 16.29 + 16.30 +%description devel 16.31 +Development files for %{name}. 16.32 + 16.33 +Install %{name}-devel if you wish to develop or compile 16.34 +applications that use %{name}. 16.35 + 16.36 +%package tools 16.37 +Summary: Various tools for use with %{name} 16.38 +Group: Applications/Multimedia 16.39 + 16.40 +%description tools 16.41 +Various tools that use %{name}. 16.42 + 16.43 +%prep 16.44 +%setup -q 16.45 +%patch0 -p1 -b .relsymlinks 16.46 +%patch1 -p1 -b .aliasing 16.47 +iconv -f ISO8859-1 -t UTF-8 AUTHORS > tmp; mv tmp AUTHORS 16.48 + 16.49 +%build 16.50 +%configure --disable-static 16.51 +# Get rid of the /usr/lib64 RPATH on 64bit (as of 0.0.5) 16.52 +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool 16.53 +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 16.54 +# Force PIC as applications fail to recompile against the lib on x86_64 without 16.55 +%{__make} %{?_smp_mflags} OPT_CFLAGS="$RPM_OPT_FLAGS -fPIC" 16.56 + 16.57 +%install 16.58 +rm -rf $RPM_BUILD_ROOT 16.59 +make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p" 16.60 +rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la 16.61 + 16.62 +%clean 16.63 +rm -rf $RPM_BUILD_ROOT 16.64 + 16.65 +%post -p /sbin/ldconfig 16.66 + 16.67 +%postun -p /sbin/ldconfig 16.68 + 16.69 +%files 16.70 +%defattr(-,root,root,-) 16.71 +%doc AUTHORS COPYING ChangeLog NEWS README 16.72 +%{_libdir}/%{name}.so.* 16.73 + 16.74 +%files tools 16.75 +%defattr(-,root,root,-) 16.76 +%{_bindir}/* 16.77 +%{_mandir}/man1/* 16.78 + 16.79 +%files devel 16.80 +%defattr(-,root,root,-) 16.81 +%doc TODO doc/%{name}.txt 16.82 +%{_libdir}/pkgconfig/libd??.pc 16.83 +%{_includedir}/d??.h 16.84 +%{_libdir}/%{name}.so 16.85 + 16.86 +%changelog 16.87 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 0.0.5-6 16.88 +- Build for MeeGo 1.1 16.89 + 16.90 +* Sat Oct 17 2009 kwizart < kwizart at gmail.com > - 0.0.5-5 16.91 +- Rebuild 16.92 + 16.93 +* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.5-4 16.94 +- rebuild for new F11 features 16.95 + 16.96 +* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.0.5-3 16.97 +- rebuild 16.98 + 16.99 +* Fri Nov 2 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.0.5-2 16.100 +- Merge freshrpms spec into livna spec for rpmfusion: 16.101 +- Update to latest upstream releae 0.0.5 as used by freshrpms 16.102 +- Set release to 2 to be higher as both livna and freshrpms latest release 16.103 +- Drop x86_64 patch (not needed since we override OPT_CFLAGS anyways) 16.104 +- Drop visibility patch, this should be done upstream 16.105 +- Drop upstream integrated libtool patch 16.106 +- No longer regenerate the autoxxx scripts as this is no longer needed 16.107 +- Port strict aliasing patch to 0.0.5 release 16.108 +- Add relative symlink creation patch from freshrpms 16.109 +- Update license tag in accordance with new license tag guidelines 16.110 + 16.111 +* Sat Nov 25 2006 Dominik Mierzejewski <rpm@greysector.net> 0.0.2-3 16.112 +- added patches from gentoo (shared build, strict aliasing and visibility) 16.113 + 16.114 +* Sat Oct 28 2006 Dominik Mierzejewski <rpm@greysector.net> 0.0.2-2 16.115 +- renamed to libdca 16.116 +- added Obsoletes/Provides 16.117 +- simplified autotools call 16.118 + 16.119 +* Mon Aug 07 2006 Dominik Mierzejewski <rpm@greysector.net> 0.0.2-1 16.120 +- stop pretending we have a newer version 16.121 + 16.122 +* Sat Apr 16 2005 Dominik Mierzejewski <rpm@greysector.net> 0.0.3-0.20040725.1 16.123 +- adapted ArkLinux specfile 16.124 +- x86_64 portability patch 16.125 + 16.126 +* Sun Jul 25 2004 Bernhard Rosenkraenzer <bero@arklinux.org> 0.0.3-0.20040725.1ark 16.127 +- Force -fPIC 16.128 +- Update 16.129 + 16.130 +* Wed Jul 07 2004 Bernhard Rosenkraenzer <bero@arklinux.org> 0.0.3-0.20040707.1ark 16.131 +- initial RPM
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 17.2 +++ b/libdv/libdv.spec Fri Mar 11 21:30:26 2011 +0100 17.3 @@ -0,0 +1,214 @@ 17.4 +Summary: Software decoder for DV format video 17.5 +Name: libdv 17.6 +Version: 1.0.0 17.7 +Release: 10%{?dist} 17.8 +License: LGPLv2+ 17.9 +Group: System Environment/Libraries 17.10 +URL: http://libdv.sourceforge.net/ 17.11 +Source: http://downloads.sourceforge.net/libdv/libdv-%{version}.tar.gz 17.12 +Patch1: libdv-0.104-no-exec-stack.patch 17.13 +Patch2: libdv-1.0.0-pic.patch 17.14 +Patch3: libdv-1.0.0-gtk2.patch 17.15 +Patch4: libdv-1.0.0-dso-linking.patch 17.16 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot 17.17 +BuildRequires: gtk2-devel 17.18 +BuildRequires: libXt-devel, libXv-devel 17.19 +# Required for the gtk2 patch 17.20 +BuildRequires: autoconf, automake, libtool, SDL-devel 17.21 +BuildRequires: popt-devel 17.22 +ExcludeArch: s390 s390x 17.23 + 17.24 +%description 17.25 +The Quasar DV codec (libdv) is a software codec for DV video, the 17.26 +encoding format used by most digital camcorders, typically those that 17.27 +support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was 17.28 +developed according to the official standards for DV video: IEC 61834 17.29 +and SMPTE 314M. 17.30 + 17.31 +%package tools 17.32 +Summary: Basic tools to manipulate Digital Video streams 17.33 +Group: Applications/Multimedia 17.34 +Requires: %{name} = %{version}-%{release} 17.35 + 17.36 +%description tools 17.37 +This package contains some basic programs to display and encode 17.38 +digital video streams. This programs uses the Quasar DV codec (libdv), 17.39 +a software codec for DV video, the encoding format used by most 17.40 +digital camcorders, typically those that support the IEEE 1394 17.41 +(a.k.a. FireWire or i.Link) interface. 17.42 + 17.43 +%package devel 17.44 +Summary: Development package for libdv 17.45 +Group: Development/Libraries 17.46 +Requires: %{name} = %{version}-%{release} 17.47 +Requires: pkgconfig 17.48 + 17.49 +%description devel 17.50 +This package contains development files for libdv. 17.51 + 17.52 +%prep 17.53 +%setup -q 17.54 +%patch1 -p0 -b .no-exec-stack 17.55 +%patch2 -p1 -b .pic 17.56 +%patch3 -p1 -b .gtk2 17.57 +%patch4 -p1 -b .dso-linking 17.58 +# Required for libtool 2.2 17.59 +libtoolize 17.60 +# Required for the gtk2 patch 17.61 +autoreconf 17.62 + 17.63 +%build 17.64 +%configure --with-pic 17.65 +make %{?_smp_mflags} 17.66 + 17.67 +%install 17.68 +rm -rf $RPM_BUILD_ROOT 17.69 +make DESTDIR=$RPM_BUILD_ROOT install 17.70 +rm $RPM_BUILD_ROOT%{_libdir}/libdv.a 17.71 +rm $RPM_BUILD_ROOT%{_libdir}/libdv.la 17.72 + 17.73 +%clean 17.74 +rm -rf $RPM_BUILD_ROOT 17.75 + 17.76 +%post -p /sbin/ldconfig 17.77 + 17.78 +%postun -p /sbin/ldconfig 17.79 + 17.80 +%files 17.81 +%defattr(-,root,root,-) 17.82 +%doc COPYING COPYRIGHT ChangeLog 17.83 +%{_libdir}/libdv.so.* 17.84 + 17.85 +%files tools 17.86 +%defattr(-,root,root,-) 17.87 +%doc README.* 17.88 +%{_bindir}/dubdv 17.89 +%{_bindir}/dvconnect 17.90 +%{_bindir}/encodedv 17.91 +%{_bindir}/playdv 17.92 +%{_mandir}/man1/dubdv.1* 17.93 +%{_mandir}/man1/dvconnect.1* 17.94 +%{_mandir}/man1/encodedv.1* 17.95 +%{_mandir}/man1/playdv.1* 17.96 + 17.97 +%files devel 17.98 +%defattr(-,root,root,-) 17.99 +%{_includedir}/libdv/ 17.100 +%{_libdir}/libdv.so 17.101 +%{_libdir}/pkgconfig/libdv.pc 17.102 + 17.103 +%changelog 17.104 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 1.0.0-10 17.105 +- Build for MeeGo 1.1 17.106 + 17.107 +* Mon Feb 15 2010 Jay Fenlason <fenlason@redhat.com> 1.0.0-9 17.108 +- Add dso-linking patch to explicitly pull in the X libraries that 17.109 + playdv depends on. 17.110 + 17.111 +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-8 17.112 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 17.113 + 17.114 +* Tue Mar 03 2009 Robert Scheck <robert@fedoraproject.org> 1.0.0-7 17.115 +- Rebuilt against libtool 2.2 17.116 + 17.117 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-6 17.118 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 17.119 + 17.120 +* Mon Jul 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0.0-5 17.121 +- fix conditional comparison 17.122 + 17.123 +* Thu Feb 14 2008 Jarod Wilson <jwilson@redhat.com> 1.0.0-4 17.124 +- Bump and rebuild with gcc 4.3 17.125 + 17.126 +* Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-3 17.127 +- A few more fixes from Matthias Saou: 17.128 + - List man pages in %%files consistently w/o gz extension 17.129 + - Add BR: popt-devel for f8+, its now split fromm rpm-devel 17.130 + 17.131 +* Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-2 17.132 +- Update License field (Matthias Saou) 17.133 +- Remove useless zero epoch (Matthias Saou) 17.134 +- Add pkgconfig devel sub-package req (Matthias Saou) 17.135 +- Minor spec formatting changes and clean-ups 17.136 + 17.137 +* Fri Jan 19 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-1 17.138 +- New upstream release 17.139 +- PIC patch from Mike Frysinger <vapier@gentoo.org> (#146596) 17.140 +- Re-enable asm on i386 17.141 + 17.142 +* Thu Sep 21 2006 Jarod Wilson <jwilson@redhat.com> 0.104-5 17.143 +- Disable asm on i386 for now to prevent text relocations in DSO 17.144 + 17.145 +* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:0.104-4.fc6.1 17.146 +- rebuild 17.147 + 17.148 +* Wed May 24 2006 Jarod Wilson <jwilson@redhat.com> 0.104-4 17.149 +- disable PIC patch for now, it reliably causes segfaults on x86 17.150 + 17.151 +* Sat May 13 2006 Jarod Wilson <jwilson@redhat.com> 0.104-3 17.152 +- rebuilt against latest X libs 17.153 + 17.154 +* Tue Mar 07 2006 Warren Togami <wtogami@redhat.com> 0.104-2 17.155 +- remove instead of exclude static libs 17.156 + 17.157 +* Wed Feb 15 2006 Matthias Saou <http://freshrpms.net/> 0.104-1 17.158 +- Update to 0.104 at last (#147311) 17.159 +- Include no-exec-stack, pic-fix, amd64reloc and gtk2 patches from Gentoo 17.160 + and PLD (merge gcc4 fix to the pic-fix patch). 17.161 +- Now build against gtk2 (thanks to the patch above). 17.162 +- Exclude static library. 17.163 + 17.164 +* Mon Feb 13 2006 Paul Nasrat <pnasrat@redhat.com> - 0:0.103-4.3 17.165 +- Patch to build with gcc 4.1 17.166 + 17.167 +* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:0.103-4.2.1 17.168 +- bump again for double-long bug on ppc(64) 17.169 + 17.170 +* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0:0.103-4.2 17.171 +- rebuilt for new gcc4.1 snapshot and glibc changes 17.172 + 17.173 +* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 17.174 +- rebuilt 17.175 + 17.176 +* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com> 17.177 +- rebuilt 17.178 + 17.179 +* Mon Feb 28 2005 Warren Togami <wtogami@redhat.com> - 0:0.103-3 17.180 +- gcc4 rebuild 17.181 + 17.182 +* Sun Feb 06 2005 Warren Togami <wtogami@redhat.com> - 0:0.103-2 17.183 +- Fix erroneously requiring an executable stack (Nicholas Miell #146590) 17.184 + 17.185 +* Sun Sep 19 2004 Warren Togami <wtogami@redhat.com> - 0:0.103-1 17.186 +- upgrade to 0.103 17.187 + 17.188 +* Sun Jun 20 2004 Jeremy Katz <katzj@redhat.com> - 0:0.102-4 17.189 +- gtk+ doesn't need to be in the .pc file (committed upstream, reported 17.190 +- don't require gtk+-devel for -devel package (unneeded) 17.191 + to fedora-devel-list by John Thacker) 17.192 + 17.193 +* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 17.194 +- rebuilt 17.195 + 17.196 +* Sun May 30 2004 Warren Togami <wtogami@redhat.com> 0:0.102-2 17.197 +- Bug #123367 -devel Req gtk+-devel 17.198 + 17.199 +* Mon Mar 29 2004 Warren Togami <wtogami@redhat.com> 0:0.102-1 17.200 +- update to 0.102 17.201 + 17.202 +* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 17.203 +- rebuilt 17.204 + 17.205 +* Thu Feb 14 2004 Warren Togami <wtogami@redhat.com> 0:0.101-2 17.206 +- upgrade to 0.101 17.207 +- spec cleanup 17.208 +- exclude from mainframes 17.209 +- GPL -> LGPL 17.210 + 17.211 +* Sun Apr 27 2003 Dams <anvil[AT]livna.org> 0:0.99-0.fdr.2 17.212 +- Added post/postun scriptlets 17.213 + 17.214 +* Fri Apr 25 2003 Dams <anvil[AT]livna.org> 17.215 +- Initial build. 17.216 + 17.217 +
18.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 18.2 +++ b/libdvdnav/libdvdnav.spec Fri Mar 11 21:30:26 2011 +0100 18.3 @@ -0,0 +1,172 @@ 18.4 +Name: libdvdnav 18.5 +Version: 4.1.4 18.6 +Release: 1.4 18.7 +Summary: A library for reading DVD video discs based on Ogle code 18.8 + 18.9 +Group: System Environment/Libraries 18.10 +License: GPLv2+ 18.11 +#Source: http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-%{version}.tar.bz2 18.12 +# svn export svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav 18.13 +Source: %{name}-svn1184.tar.bz2 18.14 +Patch0: %{name}-multilib.patch 18.15 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 18.16 + 18.17 +BuildRequires: doxygen 18.18 +BuildRequires: libdvdread-devel >= 4.1.3-0.3 18.19 + 18.20 +%description 18.21 +libdvdnav provides a simple library for reading DVD video discs. 18.22 +The code is based on Ogle and used in, among others, the Xine dvdnav plug-in. 18.23 + 18.24 +%package devel 18.25 +Summary: Development files for libdvdnav 18.26 +Group: Development/Libraries 18.27 +Requires: %{name} = %{version}-%{release} 18.28 +Requires: libdvdread-devel >= 4.1.3-0.3 18.29 +Requires: pkgconfig 18.30 + 18.31 +%description devel 18.32 +libdvdnav-devel contains the files necessary to build packages that use the 18.33 +libdvdnav library. 18.34 + 18.35 +%prep 18.36 +%setup -q 18.37 +%patch0 -p1 -b .multilib 18.38 + 18.39 +%build 18.40 +./configure2 \ 18.41 + --disable-opts \ 18.42 + --disable-static \ 18.43 + --disable-strip \ 18.44 + --extra-cflags="%{optflags}" \ 18.45 + --libdir=%{_libdir} \ 18.46 + --prefix=%{_prefix} \ 18.47 + --shlibdir=%{_libdir} \ 18.48 + --with-dvdread-config="pkg-config dvdread" \ 18.49 + 18.50 +%{__make} %{?_smp_mflags} 18.51 +pushd doc 18.52 +doxygen doxy.conf 18.53 +popd 18.54 + 18.55 +%install 18.56 +%{__rm} -rf %{buildroot} 18.57 +%{__make} install DESTDIR=%{buildroot} 18.58 +%{__install} -d -m 755 %{buildroot}/%{_datadir}/aclocal 18.59 +%{__install} -p -m 644 m4/dvdnav.m4 %{buildroot}/%{_datadir}/aclocal 18.60 + 18.61 +%clean 18.62 +%{__rm} -rf %{buildroot} 18.63 + 18.64 +%post -p /sbin/ldconfig 18.65 + 18.66 +%postun -p /sbin/ldconfig 18.67 + 18.68 +%files 18.69 +%defattr(-,root,root,-) 18.70 +%doc AUTHORS ChangeLog COPYING NEWS README 18.71 +%{_libdir}/libdvdnav.so.* 18.72 +%{_libdir}/libdvdnavmini.so.* 18.73 + 18.74 +%files devel 18.75 +%defattr(-,root,root,-) 18.76 +%doc TODO doc/html/* 18.77 +%{_bindir}/dvdnav-config 18.78 +%{_libdir}/libdvdnav.so 18.79 +%{_libdir}/libdvdnavmini.so 18.80 +%{_includedir}/dvdnav 18.81 +%{_datadir}/aclocal/dvdnav.m4 18.82 +%{_libdir}/pkgconfig/dvdnav.pc 18.83 +%{_libdir}/pkgconfig/dvdnavmini.pc 18.84 + 18.85 +%changelog 18.86 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 4.1.4-0.2.svn1184 18.87 +- Build for MeeGo 1.1 18.88 + 18.89 +* Sat Sep 26 2009 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.4-0.1.svn1184 18.90 +- fix multilib conflict, based on a patch by Rex Dieter (rhbz#477684) 18.91 +- update to SVN r1184 18.92 +- move TODO to devel docs 18.93 + 18.94 +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-3 18.95 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 18.96 + 18.97 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-2 18.98 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 18.99 + 18.100 +* Tue Sep 09 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-1 18.101 +- update to 4.1.3 final 18.102 + 18.103 +* Sun Aug 31 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-0.4.rc1 18.104 +- update to 4.1.3rc1 18.105 +- require libdvdread with fixed API 18.106 + 18.107 +* Fri Jul 25 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-0.3 18.108 +- add missing file to -devel 18.109 + 18.110 +* Thu Jul 17 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-0.2 18.111 +- update to current SVN 18.112 +- use new external libdvdread 18.113 + 18.114 +* Fri Jun 06 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-0.1 18.115 +- update to current SVN (pre-4.1.3) 18.116 +- macroize 18.117 +- re-enable parallel make 18.118 + 18.119 +* Sun Apr 13 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.2-1 18.120 +- update to 4.1.2 18.121 +- drop obsolete patches (merged upstream) 18.122 + 18.123 +* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.1.1-6 18.124 +- Autorebuild for GCC 4.3 18.125 + 18.126 +* Sun Jan 27 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-5 18.127 +- fix missing <inttypes.h> include (bug 428910) 18.128 + 18.129 +* Sun Jan 06 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-4 18.130 +- make sure -devel requires our version of libdvdread-devel 18.131 + 18.132 +* Thu Nov 22 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-3 18.133 +- fix build with internal libdvdread 18.134 + 18.135 +* Wed Nov 21 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-2 18.136 +- use upstream non-autotools buildsystem 18.137 +- build with external libdvdread for older releases 18.138 +- fix version.h 18.139 +- fix soname 18.140 +- fix lib paths on 64bit 18.141 + 18.142 +* Thu Nov 01 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-1 18.143 +- switch to new upstream 18.144 +- libdvdread comes from here now 18.145 +- apply dvdread udf-related fixes from upstream SVN 18.146 + 18.147 +* Sun Aug 19 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 0.1.10-4.20070819 18.148 +- update to current snapshot 18.149 +- specfile cleanups 18.150 + 18.151 +* Thu May 03 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 0.1.10-3.20070503 18.152 +- update to current snapshot from new upstream 18.153 +- clean up some specfile cruft 18.154 +- disable static libs 18.155 +- drop unnecessary explicit dependency on libdvdread 18.156 + 18.157 +* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.1.10-2 18.158 +- Drop Epoch completely 18.159 + 18.160 +* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 18.161 +- switch to new release field 18.162 +- drop Epoch 18.163 + 18.164 +* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 18.165 +- add dist 18.166 + 18.167 +* Wed Oct 13 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.1.10-0.lvn.1 18.168 +- Update to 0.1.10. 18.169 +- Disable dependency tracking to speed up the build. 18.170 + 18.171 +* Wed Jun 25 2003 Thomas Vander Stichele <thomas at apestaart dot org> 18.172 +- 0:0.1.9-0.fdr.2: incorporated bugzilla suggestions, new release 18.173 + 18.174 +* Thu May 29 2003 Thomas Vander Stichele <thomas at apestaart dot org> 18.175 +- 0:0.1.9-0.fdr.1: initial RPM release
19.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 19.2 +++ b/libdvdread/libdvdread.spec Fri Mar 11 21:30:26 2011 +0100 19.3 @@ -0,0 +1,201 @@ 19.4 +Name: libdvdread 19.5 +Version: 4.1.4 19.6 +Release: 1.4 19.7 +Summary: A library for reading DVD video discs based on Ogle code 19.8 + 19.9 +Group: System Environment/Libraries 19.10 +License: GPLv2+ 19.11 +#Source: http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-%{version}.tar.bz2 19.12 +# svn export svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread 19.13 +Source: %{name}-svn1188.tar.bz2 19.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 19.15 +# fix endianness issues on bigendian platforms 19.16 +Patch0: %{name}-endian.patch 19.17 +# dvdread-config: use pkg-config instead of hard-coded 19.18 +# multilib-conflicting values 19.19 +Patch1: %{name}-multilib.patch 19.20 + 19.21 +%description 19.22 +libdvdread provides a simple foundation for reading DVD video disks. 19.23 +It provides the functionality that is required to access many DVDs. 19.24 + 19.25 +%package devel 19.26 +Summary: Development files for libdvdread 19.27 +Group: Development/Libraries 19.28 +Requires: %{name} = %{version}-%{release} 19.29 +Requires: pkgconfig 19.30 + 19.31 +%description devel 19.32 +libdvdread provides a simple foundation for reading DVD video disks. 19.33 +It provides the functionality that is required to access many DVDs. 19.34 + 19.35 +This package contains development files for libdvdread. 19.36 + 19.37 +%prep 19.38 +%setup -q 19.39 +%patch0 -p1 -b .endian 19.40 +%patch1 -p1 -b .multilib 19.41 + 19.42 +%build 19.43 +./configure2 \ 19.44 + --disable-opts \ 19.45 + --disable-static \ 19.46 + --disable-strip \ 19.47 + --extra-cflags="%{optflags}" \ 19.48 + --libdir=%{_libdir} \ 19.49 + --prefix=%{_prefix} \ 19.50 + --shlibdir=%{_libdir} \ 19.51 + 19.52 +%{__make} %{?_smp_mflags} 19.53 + 19.54 +%install 19.55 +%{__rm} -rf %{buildroot} 19.56 +%{__make} install DESTDIR=%{buildroot} 19.57 + 19.58 +%clean 19.59 +rm -rf %{buildroot} 19.60 + 19.61 +%post -p /sbin/ldconfig 19.62 + 19.63 +%postun -p /sbin/ldconfig 19.64 + 19.65 +%files 19.66 +%defattr(-,root,root,-) 19.67 +%doc AUTHORS COPYING ChangeLog README 19.68 +%{_libdir}/libdvdread.so.* 19.69 + 19.70 +%files devel 19.71 +%defattr(-,root,root,-) 19.72 +%doc DEVELOPMENT-POLICY.txt TODO 19.73 +%{_bindir}/dvdread-config 19.74 +%{_includedir}/dvdread 19.75 +%{_libdir}/libdvdread.so 19.76 +%{_libdir}/pkgconfig/dvdread.pc 19.77 + 19.78 +%changelog 19.79 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 4.1.4-0.3.svn1188 19.80 +- Build for MeeGo 1.1 19.81 + 19.82 +* Sat Dec 12 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.2.svn1188 19.83 +- updated to SVN r1188 (rhbz#540155) 19.84 + 19.85 +* Sun Sep 27 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.1.svn1183 19.86 +- updated to SVN r1183 19.87 +- simplified multilib patch 19.88 +- fixed endianness issues (rhbz#442508) 19.89 +- added some docs 19.90 + 19.91 +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-4 19.92 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 19.93 + 19.94 +* Sat Jun 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.1.3-3 19.95 +- fix multilib conflict (#477687) 19.96 + 19.97 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-2 19.98 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 19.99 + 19.100 +* Tue Sep 09 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-1 19.101 +- update to 4.1.3 final 19.102 + 19.103 +* Sun Aug 31 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.3.rc1 19.104 +- update to 4.1.3rc1 19.105 +- fix include path 19.106 + 19.107 +* Thu Jul 17 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.2 19.108 +- resurrect package from new upstream 19.109 + 19.110 +* Sun Jan 27 2008 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-4 19.111 +- fix missing <inttypes.h> include (bug 428910) 19.112 + 19.113 +* Wed Aug 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-3 19.114 +- rebuild for BuildID 19.115 +- update license tag 19.116 + 19.117 +* Wed Nov 26 2006 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-2 19.118 +- Rebuild. 19.119 + 19.120 +* Fri Oct 6 2006 Dams <anvil[AT]livna.org> - 0.9.7-1 19.121 +- Updated to 0.9.7 19.122 + 19.123 +* Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-2 19.124 +- Rebuild. 19.125 + 19.126 +* Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-1 19.127 +- 0.9.6. 19.128 +- Specfile cleanup. 19.129 + 19.130 +* Thu Mar 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.4-4 19.131 +- Fix linking with libdl on x86_64. 19.132 +- Don't ship static libs. 19.133 +- Build with dependency tracking disabled. 19.134 +- Convert specfile and docs to UTF-8. 19.135 +- Improve package descriptions. 19.136 + 19.137 +* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.9.4-3 19.138 +- We BuildConflicting libdvdcss-devel at build time 19.139 + 19.140 +* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.9.4-2 19.141 +- Drop Epoch completely 19.142 + 19.143 +* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 19.144 +- switch to new release field 19.145 +- drop Epoch 19.146 + 19.147 +* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 19.148 +- add dist 19.149 + 19.150 +* Thu Apr 3 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:0.9.4-0.fdr.1 19.151 +- Initial Fedora RPM release. 19.152 + 19.153 +* Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net> 19.154 +- Rebuilt for Red Hat Linux 9. 19.155 +- Exclude .la file. 19.156 + 19.157 +* Sun Feb 16 2003 Matthias Saou <matthias.saou@est.une.marmotte.net> 19.158 +- Update to 0.9.4. 19.159 + 19.160 +* Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net> 19.161 +- Updated to the latest cvs release. 19.162 +- Rebuilt for Red Hat Linux 8.0. 19.163 +- Updated URLs. 19.164 + 19.165 +* Mon May 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net> 19.166 +- Update to 0.9.3. 19.167 + 19.168 +* Wed May 15 2002 Matthias Saou <matthias.saou@est.une.marmotte.net> 19.169 +- Fixed the libdvdcss.so.0/1/2 problem again. 19.170 + 19.171 +* Thu May 2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net> 19.172 +- Back to using libdvdcss 1.1.1, now it's all merged and fine. 19.173 +- Rebuilt against Red Hat Linux 7.3. 19.174 +- Added the %{?_smp_mflags} expansion. 19.175 + 19.176 +* Sat Jan 12 2002 Matthias Saou <matthias.saou@est.une.marmotte.net> 19.177 +- Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better 19.178 + than 1.0.x. Doh! 19.179 + 19.180 +* Tue Nov 13 2001 Matthias Saou <matthias.saou@est.une.marmotte.net> 19.181 +- Rebuilt against libdvdcss 1.0.0 (added a patch). 19.182 + 19.183 +* Mon Oct 29 2001 Matthias Saou <matthias.saou@est.une.marmotte.net> 19.184 +- Spec file cleanup and fixes. 19.185 + 19.186 +* Thu Oct 11 2001 Martin Norbäck <d95mback@dtek.chalmers.se> 19.187 +- Updated to version 0.9.2 19.188 + 19.189 +* Tue Sep 25 2001 Martin Norbäck <d95mback@dtek.chalmers.se> 19.190 +- Added small patch to fix the ldopen of libdvdcss 19.191 + 19.192 +* Tue Sep 18 2001 Martin Norbäck <d95mback@dtek.chalmers.se> 19.193 +- Updated to version 0.9.1 19.194 + 19.195 +* Fri Sep 14 2001 Martin Norbäck <d95mback@dtek.chalmers.se> 19.196 +- Split into normal and devel package 19.197 + 19.198 +* Thu Sep 6 2001 Martin Norbäck <d95mback@dtek.chalmers.se> 19.199 +- Updated to version 0.9.0 19.200 + 19.201 +* Tue Jul 03 2001 Martin Norbäck <d95mback@dtek.chalmers.se> 19.202 +- initial version 19.203 + 19.204 +
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/libgssglue/libgssglue.spec Fri Mar 11 21:30:26 2011 +0100 20.3 @@ -0,0 +1,100 @@ 20.4 +%define _root_libdir /%{_lib} 20.5 + 20.6 +Summary: Generic Security Services Application Programming Interface Library 20.7 +Name: libgssglue 20.8 +Version: 0.1 20.9 +Release: 9%{?dist} 20.10 +URL: http://www.citi.umich.edu/projects/nfsv4/linux/ 20.11 +License: GPL+ 20.12 +Source0:http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz 20.13 +Group: System Environment/Libraries 20.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 20.15 +Requires: krb5-libs >= 1.5 20.16 + 20.17 +Provides: libgssapi = %{version}-%{release} 20.18 +Provides: libgssapi-devel = %{version}-%{release} 20.19 +Obsoletes: libgssapi <= 0.11 libgssapi-devel <= 0.11 20.20 + 20.21 +Patch0: libgssglue-0.1-gssglue.patch 20.22 + 20.23 +%description 20.24 +This library exports a gssapi interface, but doesn't implement any gssapi 20.25 +mechanisms itself; instead it calls gssapi routines in other libraries, 20.26 +depending on the mechanism. 20.27 + 20.28 +%package devel 20.29 +Summary: Development files for the gssclug library 20.30 +Group: Development/Libraries 20.31 +Requires: %{name} = %{version}-%{release} 20.32 +Requires: pkgconfig 20.33 + 20.34 +%description devel 20.35 +This package includes header files and libraries necessary for 20.36 +developing programs which use the gssapi library. 20.37 + 20.38 +%prep 20.39 +%setup -q 20.40 +%patch0 -p1 20.41 + 20.42 +%build 20.43 +%configure 20.44 +make %{?_smp_mflags} all 20.45 + 20.46 +%install 20.47 +rm -rf %{buildroot} 20.48 +mkdir -p %{buildroot}/%{_sysconfdir} 20.49 +mkdir -p %{buildroot}%{_root_libdir} 20.50 +mkdir -p %{buildroot}%{_libdir}/pkgconfig 20.51 +make DESTDIR=%{buildroot} install \ 20.52 + libdir=%{_root_libdir} pkgconfigdir=%{_libdir}/pkgconfig 20.53 +install -p -m 644 doc/gssapi_mech.conf %{buildroot}/%{_sysconfdir}/gssapi_mech.conf 20.54 +rm -f %{buildroot}/%{_root_libdir}/*.{a,la} 20.55 + 20.56 +%post -p /sbin/ldconfig 20.57 + 20.58 +%postun -p /sbin/ldconfig 20.59 + 20.60 +%clean 20.61 +rm -rf %{buildroot} 20.62 + 20.63 + 20.64 +%files 20.65 +%defattr(-,root,root,-) 20.66 +%doc AUTHORS ChangeLog NEWS README 20.67 +%{_root_libdir}/libgssglue.so.* 20.68 +%config(noreplace) %{_sysconfdir}/gssapi_mech.conf 20.69 + 20.70 +%files devel 20.71 +%defattr(0644,root,root,755) 20.72 +%{_root_libdir}/libgssglue.so 20.73 +%dir %{_includedir}/gssglue 20.74 +%dir %{_includedir}/gssglue/gssapi 20.75 +%{_includedir}/gssglue/gssapi/gssapi.h 20.76 +%{_libdir}/pkgconfig/libgssglue.pc 20.77 + 20.78 +%changelog 20.79 +* Thu Dec 2 2010 Steve Dickson <steved@redhat.com> 0.1-9 20.80 +- Moved the libraries from /usr/lib to /lib 20.81 + 20.82 +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8 20.83 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 20.84 + 20.85 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-7 20.86 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 20.87 + 20.88 +* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1-6 20.89 +- Changed gssapi_mech.conf to use libgssapi_krb5.so.2 20.90 + instead of libgssapi_krb5.so (bz 447503) 20.91 + 20.92 +* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1-5 20.93 +- Autorebuild for GCC 4.3 20.94 + 20.95 +* Wed Oct 17 2007 Steve Dickson <steved@redhat.com> 0.1-4 20.96 +- updated Obsoletes: (0.1-3) 20.97 +- Obsolete -devel package 20.98 + 20.99 +* Mon Sep 17 2007 Steve Dickson <steved@redhat.com> 0.1-2 20.100 +- RPM review 20.101 + 20.102 +* Tue Sep 11 2007 Steve Dickson <steved@redhat.com> 20.103 +- Initial commit
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/libmad/libmad.spec Fri Mar 11 21:30:26 2011 +0100 21.3 @@ -0,0 +1,194 @@ 21.4 +Name: libmad 21.5 +Version: 0.15.1b 21.6 +Release: 14%{?dist} 21.7 +Summary: MPEG audio decoder library 21.8 + 21.9 +Group: System Environment/Libraries 21.10 +License: GPLv2 21.11 +URL: http://www.underbit.com/products/mad/ 21.12 +Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz 21.13 +Patch0: libmad-0.15.1b-multiarch.patch 21.14 +Patch1: libmad-0.15.1b-ppc.patch 21.15 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 21.16 + 21.17 +BuildRequires: automake 21.18 +BuildRequires: autoconf 21.19 +BuildRequires: libtool 21.20 + 21.21 + 21.22 +%description 21.23 +MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 21.24 +and the MPEG-2 extension to Lower Sampling Frequencies, as well as the 21.25 +so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II, 21.26 +and Layer III a.k.a. MP3) are fully implemented. 21.27 + 21.28 +%package devel 21.29 +Summary: MPEG audio decoder library development files 21.30 +Group: Development/Libraries 21.31 +Requires: %{name} = %{version}-%{release} 21.32 +Requires: pkgconfig 21.33 + 21.34 +%description devel 21.35 +%{summary}. 21.36 + 21.37 + 21.38 +%prep 21.39 +%setup -q 21.40 +%patch0 -p1 -b .multiarch 21.41 +%patch1 -p1 -b .ppc 21.42 + 21.43 +sed -i -e /-fforce-mem/d configure* # -fforce-mem gone in gcc 4.2, noop earlier 21.44 +touch -r aclocal.m4 configure.ac NEWS AUTHORS ChangeLog 21.45 + 21.46 +# Create an additional pkgconfig file 21.47 +%{__cat} << EOF > mad.pc 21.48 +prefix=%{_prefix} 21.49 +exec_prefix=%{_prefix} 21.50 +libdir=%{_libdir} 21.51 +includedir=%{_includedir} 21.52 + 21.53 +Name: mad 21.54 +Description: MPEG Audio Decoder 21.55 +Requires: 21.56 +Version: %{version} 21.57 +Libs: -L%{_libdir} -lmad -lm 21.58 +Cflags: -I%{_includedir} 21.59 +EOF 21.60 + 21.61 + 21.62 + 21.63 +%build 21.64 +autoreconf -sfi 21.65 +%configure \ 21.66 +%ifarch x86_64 ia64 ppc64 21.67 + --enable-fpm=64bit \ 21.68 +%endif 21.69 + --disable-dependency-tracking \ 21.70 + --enable-accuracy \ 21.71 + --disable-debugging \ 21.72 + --disable-static 21.73 + 21.74 +make %{?_smp_mflags} CPPFLAGS="$RPM_OPT_FLAGS" 21.75 + 21.76 +%install 21.77 +rm -rf $RPM_BUILD_ROOT 21.78 +make install DESTDIR=$RPM_BUILD_ROOT 21.79 +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la 21.80 +%{__install} -D -p -m 0644 mad.pc %{buildroot}%{_libdir}/pkgconfig/mad.pc 21.81 +touch -r mad.h.sed %{buildroot}/%{_includedir}/mad.h 21.82 + 21.83 +%clean 21.84 +rm -rf $RPM_BUILD_ROOT 21.85 + 21.86 + 21.87 +%post -p /sbin/ldconfig 21.88 + 21.89 +%postun -p /sbin/ldconfig 21.90 + 21.91 + 21.92 +%files 21.93 +%defattr(-,root,root,-) 21.94 +%doc CHANGES COPYING COPYRIGHT CREDITS README TODO 21.95 +%{_libdir}/libmad.so.* 21.96 + 21.97 +%files devel 21.98 +%defattr(-,root,root,-) 21.99 +%{_libdir}/libmad.so 21.100 +%{_libdir}/pkgconfig/mad.pc 21.101 +%{_includedir}/mad.h 21.102 + 21.103 + 21.104 +%changelog 21.105 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 0.15.1b-14 21.106 +- Build for MeeGo 1.1 21.107 + 21.108 +* Sun Jul 19 2009 David Juran <david@juran.se> - 0.15.1b-13 21.109 +- ppc asm patch from David Woodhouse (Bz 730) 21.110 +- rpmlint warnings 21.111 + 21.112 +* Wed Jul 1 2009 David Juran <david@juran.se> - 0.15.1b-12 21.113 +- fix typo in multiarch patch 21.114 +- fix ppc64 version (Bz 691) 21.115 + 21.116 +* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.15.1b-11 21.117 +- rebuild for new F11 features 21.118 + 21.119 +* Wed Jan 28 2009 David Juran <david@juran.se> - 0.15.1b-10 21.120 +- fix timestamps (Bz 264) 21.121 + 21.122 +* Sun Jan 25 2009 David Juran <david@juran.se> - 0.15.1b-9 21.123 +- fix multiarch (Bz 264) 21.124 + 21.125 +* Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.15.1b-8 21.126 +- rebuild for buildsys cflags issue 21.127 + 21.128 +* Thu Jul 24 2008 David Juran <david@juran.se> - 0.15.1b-7 21.129 +- Bump release for RpmFusion 21.130 + 21.131 +* Tue Feb 19 2008 David Juran <david@juran.se> - 0.15.1b-6 21.132 +- use $RPM_OPT_FLAGS - Bz 1873 21.133 + 21.134 +* Sun Sep 30 2007 David Juran <david@juran.se> - 0.15.1b-5 21.135 +- Grab mad.pc from freshrpms. 21.136 +- merge configure-optioins with freshrpms 21.137 +- Adjusted Licence tag (GPLv2) 21.138 +- Drop static archive 21.139 + 21.140 +* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.15.1b-4 21.141 + - rebuilt for unwind info generation, broken in gcc-4.1.1-21 21.142 + 21.143 +* Tue Sep 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15.1b-3 21.144 +- Use 64bit fixed point math on x86_64. 21.145 +- Filter deprecated gcc flags, build with dependency tracking disabled. 21.146 +- Move "b" to version field. 21.147 + 21.148 +* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.15.1-2.b 21.149 +- Drop Epoch in devel dep, too 21.150 + 21.151 +* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 21.152 +- switch to new release field 21.153 +- drop Epoch 21.154 + 21.155 +* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 21.156 +- add dist 21.157 + 21.158 +* Wed Feb 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.15.1-0.lvn.1.b 21.159 +- Update to 0.15.1b. 21.160 + 21.161 +* Sun Sep 28 2003 Dams <anvil[AT]livna.org> 0:0.15.0-0.fdr.1.b.0.94 21.162 +- Remove comment after scriptlets 21.163 + 21.164 +* Mon Jun 30 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.15.0-0.fdr.1.b 21.165 +- Update to 0.15.0b. 21.166 +- Split separate from the old mad package to follow upstream. 21.167 +- -devel requires pkgconfig. 21.168 + 21.169 +* Thu Apr 24 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.14.2-0.fdr.3.b 21.170 +- Fix missing "main" package dependencies in *-devel. 21.171 +- Include patch from Debian, possibly fixes #187 comment 7, and adds 21.172 + pkgconfig files for libraries. 21.173 + 21.174 +* Sun Apr 20 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.14.2-0.fdr.2.b 21.175 +- Split into mad, libmad, -devel, libid3tag and -devel packages (#187). 21.176 +- Provide mp3-cmdline virtual package and alternative. 21.177 +- Build shared library. 21.178 + 21.179 +* Fri Apr 4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.14.2-0.fdr.1.b 21.180 +- Update to current Fedora guidelines. 21.181 +- Exclude %%{_libdir}/*.la. 21.182 + 21.183 +* Thu Feb 20 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.14.2b-1.fedora.1 21.184 +- First Fedora release, based on Matthias Saou's work. 21.185 + 21.186 +* Fri Sep 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net> 21.187 +- Rebuild for Red Hat Linux 8.0 (missing because of license issues). 21.188 +- Spec file cleanup. 21.189 + 21.190 +* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 0.14.2b-3 21.191 +- ship libid3tag too 21.192 + 21.193 +* Thu Feb 21 2002 Bill Nottingham <notting@redhat.com> 21.194 +- rebuild 21.195 + 21.196 +* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com> 21.197 +- split libmad off into a separate package
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 22.2 +++ b/libmpeg2/libmpeg2.spec Fri Mar 11 21:30:26 2011 +0100 22.3 @@ -0,0 +1,146 @@ 22.4 +Name: libmpeg2 22.5 +Version: 0.5.1 22.6 +Release: 9%{?dist} 22.7 +Summary: MPEG-2 decoder libraries 22.8 + 22.9 +Group: System Environment/Libraries 22.10 +License: GPLv2+ 22.11 +URL: http://libmpeg2.sourceforge.net/ 22.12 +Source0: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz 22.13 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 22.14 + 22.15 +BuildRequires: SDL-devel 22.16 +BuildRequires: libXt-devel 22.17 +BuildRequires: libXv-devel 22.18 + 22.19 + 22.20 +%description 22.21 +libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video 22.22 +streams. It is released under the terms of the GPL license. 22.23 + 22.24 +%package -n mpeg2dec 22.25 +Summary: MPEG-2 decoder program 22.26 +Group: Applications/Multimedia 22.27 +Requires: %{name} = %{version}-%{release} 22.28 + 22.29 +%description -n mpeg2dec 22.30 +The %{name}-devel package contains libraries and header files for 22.31 +developing applications that use %{name}. 22.32 + 22.33 +%package devel 22.34 +Summary: Development files for %{name} 22.35 +Group: Development/Libraries 22.36 +Requires: %{name} = %{version}-%{release} 22.37 +Requires: pkgconfig 22.38 +# Introducted in F-10 Can be dropped in F-12 22.39 +Provides: mpeg2dec-devel = %{version}-%{release} 22.40 +Obsoletes: mpeg2dec-devel < %{version} 22.41 + 22.42 +%description devel 22.43 +The %{name}-devel package contains libraries and header files for 22.44 +developing applications that use %{name}. 22.45 + 22.46 + 22.47 +%prep 22.48 +%setup -q 22.49 +iconv -f ISO-8859-1 -t UTF-8 AUTHORS > AUTHORS.tmp 22.50 +touch -r AUTHORS AUTHORS.tmp 22.51 +cp -p -f AUTHORS.tmp AUTHORS 22.52 +rm AUTHORS.tmp 22.53 + 22.54 +#Disable ppc altivec case 22.55 +sed -i -e 's/ppc-/noppc64-/' configure.ac configure 22.56 +sed -i -e 's/powerpc-/nopowerpc64-/' configure.ac configure 22.57 + 22.58 +%build 22.59 +%configure --disable-static \ 22.60 +%ifarch %{ix86} ppc 22.61 + --disable-accel-detect \ 22.62 +%endif 22.63 + 22.64 +# mpeg2dec have rpath 22.65 +# remove rpath from libtool 22.66 +sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool 22.67 +sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 22.68 + 22.69 +make %{?_smp_mflags} \ 22.70 +%ifarch %{ix86} 22.71 + OPT_CFLAGS="-fPIC -DPIC" \ 22.72 +%else 22.73 + OPT_CFLAGS="" \ 22.74 +%endif 22.75 + 22.76 + 22.77 +%install 22.78 +rm -rf $RPM_BUILD_ROOT 22.79 +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" 22.80 +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' 22.81 + 22.82 + 22.83 +#Fix datatype internal definitions 22.84 +install -pm 0644 libmpeg2/mpeg2_internal.h \ 22.85 + $RPM_BUILD_ROOT%{_includedir}/mpeg2dec/ 22.86 + 22.87 + 22.88 + 22.89 +%clean 22.90 +rm -rf $RPM_BUILD_ROOT 22.91 + 22.92 + 22.93 +%post -p /sbin/ldconfig 22.94 + 22.95 +%postun -p /sbin/ldconfig 22.96 + 22.97 + 22.98 +%files 22.99 +%defattr(-,root,root,-) 22.100 +%doc AUTHORS ChangeLog COPYING NEWS README TODO 22.101 +%{_libdir}/*.so.* 22.102 + 22.103 +%files -n mpeg2dec 22.104 +%defattr(-,root,root,-) 22.105 +%{_bindir}/corrupt_mpeg2 22.106 +%{_bindir}/extract_mpeg2 22.107 +%{_bindir}/mpeg2dec 22.108 +%{_mandir}/man1/*.1* 22.109 + 22.110 +%files devel 22.111 +%defattr(-,root,root,-) 22.112 +%doc CodingStyle doc/libmpeg2.txt doc/sample*.c 22.113 +%{_includedir}/mpeg2dec/ 22.114 +%{_libdir}/*.so 22.115 +%{_libdir}/pkgconfig/libmpeg2.pc 22.116 +%{_libdir}/pkgconfig/libmpeg2convert.pc 22.117 + 22.118 + 22.119 +%changelog 22.120 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 0.5.1-9 22.121 +- Build for MeeGo 1.1 22.122 + 22.123 +* Sat Oct 17 2009 kwizart < kwizart at gmail.com > - 0.5.1-8 22.124 +- Rebuild for F-12 22.125 + 22.126 +* Wed Apr 8 2009 kwizart < kwizart at gmail.com > - 0.5.1-7 22.127 +- New attempt 22.128 + 22.129 +* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.5.1-6 22.130 +- rebuild for new F11 features 22.131 + 22.132 +* Fri Mar 27 2009 kwizart < kwizart at gmail.com > - 0.5.1-5 22.133 +- Rebuild 22.134 +- Fix target_arch conditionals 22.135 +- Provides internal definitions mpeg2_internal.h 22.136 +- Disable ppc altivec optim (TODO improve asm optim later) 22.137 + 22.138 +* Fri Oct 4 2008 kwizart < kwizart at gmail.com > - 0.5.1-3 22.139 +- Fix CFLAGS on x86 producing selinux denials. 22.140 + 22.141 +* Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.5.1-2 22.142 +- rebuild for buildsys cflags issue 22.143 + 22.144 +* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 0.5.1-1 22.145 +- Update to 0.5.1 22.146 + 22.147 +* Tue Jul 15 2008 kwizart < kwizart at gmail.com > - 0.5.0-1 22.148 +- Initial package (based on mpeg2dec) 22.149 +
23.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 23.2 +++ b/libquicktime/libquicktime.spec Fri Mar 11 21:30:26 2011 +0100 23.3 @@ -0,0 +1,319 @@ 23.4 +Summary: Library for reading and writing Quicktime files 23.5 +Name: libquicktime 23.6 +Version: 1.1.5 23.7 +Release: 3%{?dist} 23.8 +License: LGPLv2+ 23.9 +Group: System Environment/Libraries 23.10 +URL: http://libquicktime.sourceforge.net/ 23.11 +Source0: http://downloads.sourceforge.net/libquicktime/%{name}-%{version}.tar.gz 23.12 +Patch0: libquicktime-1.1.5-gtk.patch 23.13 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 23.14 + 23.15 +BuildRequires: libdv-devel 23.16 +BuildRequires: libpng-devel libjpeg-devel libGLU-devel 23.17 +BuildRequires: libvorbis-devel ffmpeg-devel 23.18 +BuildRequires: schroedinger-devel 23.19 +BuildRequires: lame-devel alsa-lib-devel libXt-devel libXaw-devel libXv-devel 23.20 +BuildRequires: libdv-devel >= 0.102-4 x264-devel faad2-devel 23.21 +BuildRequires: libavc1394-devel libraw1394-devel >= 0.9.0-12 23.22 +BuildRequires: gtk2-devel >= 2.4.0 23.23 +BuildRequires: schroedinger-devel 23.24 +BuildRequires: gettext-devel 23.25 +%{?_with_faac:BuildRequires: faac-devel} 23.26 + 23.27 +%package utils 23.28 +Summary: Utilities for working with Quicktime files 23.29 +Group: Applications/Multimedia 23.30 + 23.31 +%package devel 23.32 +Summary: Development files for libquicktime 23.33 +Group: Development/Libraries 23.34 +Requires: %{name} = %{version}-%{release} zlib-devel pkgconfig 23.35 + 23.36 +# -------------------------------------------------------------------- 23.37 + 23.38 +%description 23.39 +Libquicktime is based on the quicktime4linux library with several 23.40 +enhancements. All 3rd-party libraries were removed from the 23.41 +sourcetree. Instead, the systemwide installed libraries are detected 23.42 +by the configure script. All original codecs were moved into 23.43 +dynamically loadable modules, and new codecs are in 23.44 +development. Libquicktime is source-compatible with 23.45 +quicktime4linux. Special API extensions allow access to the codec 23.46 +registry and more convenient processing of Audio and Video 23.47 +data. 23.48 + 23.49 +%description utils 23.50 +Libquicktime is based on the quicktime4linux library with several 23.51 +enhancements. This package contains utility programs and additional 23.52 +tools, like a commandline player and a GTK configuration utility which 23.53 +can configure the parameters of all installed codecs. 23.54 + 23.55 +%description devel 23.56 +Libquicktime is based on the quicktime4linux library with several 23.57 +enhancements. This package contains development files for %{name}. 23.58 + 23.59 +# -------------------------------------------------------------------- 23.60 + 23.61 +%prep 23.62 +%setup -q 23.63 +%patch0 -p1 -b .gtk 23.64 + 23.65 + 23.66 +# -------------------------------------------------------------------- 23.67 + 23.68 +%build 23.69 +%configure \ 23.70 + --enable-gpl \ 23.71 + --disable-rpath \ 23.72 + --with-cpuflags="$RPM_OPT_FLAGS" \ 23.73 + --disable-dependency-tracking \ 23.74 + --without-doxygen \ 23.75 + --disable-static \ 23.76 + --with-libdv \ 23.77 + --enable-libswscale 23.78 + 23.79 +# remove rpath from libtool 23.80 +sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool 23.81 +sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 23.82 + 23.83 +make %{?_smp_mflags} 23.84 + 23.85 +# -------------------------------------------------------------------- 23.86 + 23.87 +%install 23.88 +rm -rf $RPM_BUILD_ROOT 23.89 +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" 23.90 +find $RPM_BUILD_ROOT%{_libdir} -type f -a -name \*.la -exec rm {} \; 23.91 + 23.92 + 23.93 +%find_lang %{name} 23.94 + 23.95 + 23.96 +# -------------------------------------------------------------------- 23.97 + 23.98 +%clean 23.99 +rm -rf $RPM_BUILD_ROOT 23.100 + 23.101 +# -------------------------------------------------------------------- 23.102 + 23.103 +%post -p /sbin/ldconfig 23.104 +%postun -p /sbin/ldconfig 23.105 + 23.106 +%files -f %{name}.lang 23.107 +%defattr(-,root,root,-) 23.108 +%doc COPYING README TODO 23.109 +%{_libdir}/%{name}*.so.* 23.110 +%dir %{_libdir}/%{name} 23.111 +%{_libdir}/%{name}/lqt_*.so 23.112 + 23.113 +%files utils 23.114 +%defattr(-,root,root,-) 23.115 +%{_bindir}/libquicktime_config 23.116 +%{_bindir}/lqt_transcode 23.117 +%{_bindir}/lqtplay 23.118 +%{_bindir}/qt2text 23.119 +%{_bindir}/qtdechunk 23.120 +%{_bindir}/qtdump 23.121 +%{_bindir}/qtinfo 23.122 +%{_bindir}/qtrechunk 23.123 +%{_bindir}/qtstreamize 23.124 +%{_bindir}/qtyuv4toyuv 23.125 +%{_mandir}/man1/lqtplay.1* 23.126 + 23.127 +%files devel 23.128 +%defattr(-,root,root,-) 23.129 +%exclude %{_bindir}/lqt-config 23.130 +%{_includedir}/lqt/ 23.131 +%{_libdir}/pkgconfig/libquicktime.pc 23.132 +%{_libdir}/%{name}*.so 23.133 +%{_datadir}/aclocal/lqt.m4 23.134 + 23.135 +# -------------------------------------------------------------------- 23.136 + 23.137 +%changelog 23.138 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 1.1.5-3 23.139 +- Build for MeeGo 1.1 23.140 + 23.141 +* Sat Jul 10 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.1.5-2 23.142 +- Add libquicktime-1.1.5-gtk.patch from Dan Horák. 23.143 + 23.144 +* Sat May 01 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.1.5-1 23.145 +- Update to 1.1.5 23.146 + 23.147 +* Mon Jan 25 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.1.4-2 23.148 +- Rebuild 23.149 + 23.150 +* Sat Jan 16 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.1.4-1 23.151 +- Update to 1.1.4 23.152 + 23.153 +* Fri Oct 30 2009 kwizart <kwizart at gmail.com > - 1.1.3-3 23.154 +- Add BR schroedinger-devel 23.155 + 23.156 +* Tue Oct 27 2009 kwizart <kwizart at gmail.com > - 1.1.3-2 23.157 +- backport patch from Alexis Ballier. 23.158 + 23.159 +* Thu Oct 15 2009 kwizart <kwizart at gmail.com > - 1.1.3-1 23.160 +- Update to 1.1.3 23.161 +- Conditionalize faac 23.162 + 23.163 +* Fri Mar 27 2009 kwizart < kwizart at gmail.com > - 1.1.1-2 23.164 +- Rebuild for faad x264 23.165 + 23.166 +* Sun Dec 28 2008 kwizart <kwizart at gmail.com> - 1.1.1-1 23.167 +- Update to 1.1.1 23.168 +- Disable lqt-config (Fix RPM Fusion #265 ) 23.169 + 23.170 +* Thu Dec 4 2008 kwizart <kwizart at gmail.com> - 1.1.0-1 23.171 +- Update to 1.1.0 23.172 + 23.173 +* Mon Sep 08 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.3-4 23.174 +- rebuild for new x264 23.175 + 23.176 +* Fri Aug 08 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.3-3 23.177 +- rebuild 23.178 + 23.179 +* Thu Jul 17 2008 kwizart <kwizart at gmail.com> - 1.0.3-2 23.180 +- Add BR libdv-devel and --with-dv 23.181 + 23.182 +* Thu Jul 17 2008 kwizart <kwizart at gmail.com> - 1.0.3-1 23.183 +- Update to 1.0.3 23.184 + 23.185 +* Sat Jun 14 2008 kwizart <kwizart at gmail.com> - 1.0.2-3 23.186 +- Enable libswscale 23.187 + 23.188 +* Thu Feb 28 2008 kwizart <kwizart at gmail.com> - 1.0.2-2 23.189 +- Rebuild for gcc43 and x264 23.190 + 23.191 +* Sun Jan 13 2008 kwizart <kwizart at gmail.com> - 1.0.2-1 23.192 +- Update to 1.0.2 (gcc43 compliant) 23.193 + 23.194 +* Mon Oct 15 2007 kwizart <kwizart at gmail.com> - 1.0.1-1 23.195 +- Update to 1.0.1 23.196 +- Disable libswscale (disabled in ffmpeg). 23.197 + 23.198 +* Wed Sep 26 2007 kwizart <kwizart at gmail.com> - 1.0.0-2 23.199 +- Fix build for new tooltip with gtk 2.12 23.200 + A better patch may need: 23.201 + http://library.gnome.org/devel/gtk/unstable/gtk-migrating-tooltips.html 23.202 + 23.203 +* Thu Jul 5 2007 kwizart <kwizart at gmail.com> - 1.0.0-1 23.204 +- Update to 1.0.0 23.205 +- Add BR gettext, libtool 23.206 +- re-Run autogen.sh to prevent rpath issues... 23.207 +- add patch from freshrpms. 23.208 + 23.209 +* Fri Jan 5 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9.10-4 23.210 +- Drop old ffmpeg (main) package dependency. 23.211 +- Improve summary. 23.212 + 23.213 +* Wed Nov 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.10-3 23.214 +- Enable GPL plugins, x264 patch borrowed from freshrpms. 23.215 +- Split utilities into -utils subpackage. 23.216 + 23.217 +* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.9.10-2 23.218 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 23.219 + 23.220 +* Sun Sep 24 2006 Dams <anvil[AT]livna.org> - 0.9.10-1 23.221 +- Disabled some standard library paths in rpath with Ville help 23.222 +- Explicitly disabling static objects building 23.223 + 23.224 +* Wed Sep 20 2006 Dams <anvil[AT]livna.org> - 0.9.10-1 23.225 +- Updated to 0.9.10 23.226 + 23.227 +* Sat Apr 8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.8-1 23.228 +- 0.9.8. 23.229 + 23.230 +* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 23.231 +- switch to new release field 23.232 + 23.233 +* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 23.234 +- add dist 23.235 + 23.236 +* Thu Jan 5 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.7-0.lvn.9 23.237 +- Rebuild against new ffmpeg. 23.238 +- Drop no longer needed modular X build dep workarounds. 23.239 + 23.240 +* Thu Dec 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.7-0.lvn.8 23.241 +- Adapt to modular X11. 23.242 +- Drop unneeded GTK1 build dependencies, BuildRequire fixed libdv-devel. 23.243 +- Drop zero Epochs. 23.244 + 23.245 +* Fri Aug 19 2005 Dams <anvil[AT]livna.org> - 0:0.9.7-0.lvn.7 23.246 +- More clean-up for obsolete pre-FC2 support 23.247 + 23.248 +* Tue Aug 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.7-0.lvn.6 23.249 +- Quick hack to fix libavcodec detection with newer (>= 20050731) ffmpegs. 23.250 +- Don't ship static libs. 23.251 + 23.252 +* Mon Jul 4 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.7-0.lvn.5 23.253 +- Clean up obsolete pre-FC2 support. 23.254 + 23.255 +* Thu Jun 16 2005 Dams <anvil[AT]livna.org> - 0:0.9.7-0.lvn.4 23.256 +- .... and gtk+-devel. 23.257 + 23.258 +* Thu Jun 16 2005 Dams <anvil[AT]livna.org> - 0:0.9.7-0.lvn.3 23.259 +- libdv-devel needs glib-devel (fedora core bug....) 23.260 + 23.261 +* Mon Jun 13 2005 Dams <anvil[AT]livna.org> - 0:0.9.7-0.lvn.2 23.262 +- Updated tarball 23.263 + 23.264 +* Thu May 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.7-0.lvn.1 23.265 +- 0.9.7, MMX builds with gcc4 again. 23.266 + 23.267 +* Sat May 21 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.6-0.lvn.1 23.268 +- 0.9.6, aclocal18 patch applied upstream. 23.269 +- Patch to compile with gcc4 (MMX build is borked though, build --without mmx). 23.270 +- Use "make install DESTDIR=..." to avoid nasty rpaths. 23.271 + 23.272 +* Thu Sep 2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.3-0.lvn.2 23.273 +- Make dv support conditional (default on), add minimum required libdv version. 23.274 +- Make firewire support conditional again (only if dv support is available). 23.275 +- Disable dependency tracking to speed up the build. 23.276 +- Fix aclocal >= 1.8 warnings from lqt.m4. 23.277 +- BuildRequire %%{_libdir}/libGLU.so.1. 23.278 + 23.279 +* Mon Aug 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.3-0.lvn.1 23.280 +- Update to 0.9.3. 23.281 +- Enable ffmpeg plugin. 23.282 +- Make firewire support unconditional. 23.283 +- Fix 64bit libdir. 23.284 +- Fix -devel dependencies. 23.285 +- Update list of archs with MMX. 23.286 +- Clean up list of docs. 23.287 + 23.288 +* Tue Apr 6 2004 Dams <anvil[AT]livna.org> 0:0.9.2-0.lvn.2 23.289 +- BuildConflicts libraw1394 0.10.0 to prevent surprises. 23.290 + 23.291 +* Tue Apr 6 2004 Dams <anvil[AT]livna.org> 0:0.9.2-0.lvn.1 23.292 +- Conditionnal firewire stuff rewriten 23.293 + 23.294 +* Wed Mar 10 2004 Dams <anvil[AT]livna.org> 0:0.9.2-0.fdr.1 23.295 +- Updated to final 0.9.2 release 23.296 +- firewire now default enabled 23.297 + 23.298 +* Sun Sep 28 2003 Dams <anvil[AT]livna.org> 0:0.9.2-0.fdr.0.7.pre1 23.299 +- Removed comment after scriptlets 23.300 + 23.301 +* Sat Aug 16 2003 Dams <anvil[AT]livna.org> 0:0.9.2-0.fdr.0.6.pre1 23.302 +- Without firewire BuildConflicts with libdv/libavc1394/libraw1394-devel 23.303 + 23.304 +* Mon Jul 14 2003 Dams <anvil[AT]livna.org> 0:0.9.2-0.fdr.0.5.pre1 23.305 +- Added missing deps for ffmpeg-devel 23.306 +- Added build option "with firewire" (disabled by default) 23.307 + 23.308 +* Wed Jul 9 2003 Dams <anvil[AT]livna.org> 0:0.9.2-0.fdr.0.4.pre1 23.309 +- Added missing unowned directory 23.310 +- Removed URL in Source0 23.311 +- buildroot -> RPM_BUILD_ROOT 23.312 +- athlon is mmx compliant too 23.313 +- Now include all *.so/*.so.*/.a in libdir (bug #451) 23.314 + 23.315 +* Wed Apr 23 2003 Dams <anvil[AT]livna.org> 0:0.9.2-0.fdr.0.3.pre1 23.316 +- Typo in group tag 23.317 + 23.318 +* Mon Apr 21 2003 Dams <anvil[AT]livna.org> 0:0.9.2-0.fdr.0.2.pre1 23.319 +- Major fix from from Diag (plugins are now in the package). 23.320 + 23.321 +* Wed Apr 16 2003 Dams <anvil[AT]livna.org> 23.322 +- Initial build.
24.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 24.2 +++ b/libraw1394/libraw1394.spec Fri Mar 11 21:30:26 2011 +0100 24.3 @@ -0,0 +1,71 @@ 24.4 +Summary: Library providing low-level IEEE-1394 access 24.5 +Name: libraw1394 24.6 +Version: 2.0.5 24.7 +Release: 1%{?dist} 24.8 +License: LGPLv2+ 24.9 +Group: System Environment/Libraries 24.10 +Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz 24.11 +URL: http://www.dennedy.org/libraw1394/ 24.12 +Patch: libraw1394-fix-missed-hup-signal.patch 24.13 +ExcludeArch: s390 s390x 24.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 24.15 +BuildRequires: autoconf automake libtool kernel-headers 24.16 + 24.17 +%description 24.18 +The libraw1394 library provides direct access to the IEEE-1394 bus through 24.19 +the Linux 1394 subsystem's raw1394 user space interface. Support for both 24.20 +the classic ieee1394 and new firewire linux driver stacks is included, with 24.21 +run-time detection of the active stack. Fedora comes with the firewire stack 24.22 +by default. 24.23 + 24.24 +%package devel 24.25 +Summary: Development libs for libraw1394 24.26 +Group: Development/Libraries 24.27 +Requires: %{name} = %{version}-%{release}, pkgconfig 24.28 + 24.29 +%description devel 24.30 +Development libraries needed to build applications against libraw1394. 24.31 + 24.32 +%prep 24.33 +%setup -q 24.34 +%patch -p1 24.35 + 24.36 +%build 24.37 +%configure --disable-static 24.38 +make %{?_smp_mflags} 24.39 + 24.40 +%install 24.41 +rm -rf $RPM_BUILD_ROOT 24.42 +make install DESTDIR=$RPM_BUILD_ROOT 24.43 +rm -f $RPM_BUILD_ROOT%{_libdir}/libraw1394.la 24.44 + 24.45 +%clean 24.46 +rm -rf $RPM_BUILD_ROOT 24.47 + 24.48 +%post -p /sbin/ldconfig 24.49 + 24.50 +%postun -p /sbin/ldconfig 24.51 + 24.52 +%files 24.53 +%defattr(-,root,root,0755) 24.54 +%doc COPYING.LIB README NEWS 24.55 +%{_bindir}/dumpiso 24.56 +%{_bindir}/sendiso 24.57 +%{_bindir}/testlibraw 24.58 +%{_libdir}/libraw1394.so.* 24.59 +%{_mandir}/man1/dumpiso.1.gz 24.60 +%{_mandir}/man1/sendiso.1.gz 24.61 +%{_mandir}/man1/testlibraw.1.gz 24.62 +%{_mandir}/man5/isodump.5.gz 24.63 + 24.64 +%files devel 24.65 +%defattr(-,root,root,0755) 24.66 +%doc doc/libraw1394.sgml 24.67 +%{_includedir}/libraw1394/ 24.68 +%{_libdir}/libraw1394.so 24.69 +%{_libdir}/pkgconfig/libraw1394.pc 24.70 + 24.71 + 24.72 +%changelog 24.73 +* Fri Oct 29 2010 Kozinov Ivan <kozinov@gmail.com> 2.0.5-1 24.74 +- build for 1.1
25.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 25.2 +++ b/libsocialweb-keys/libsocialweb-keys.spec Fri Mar 11 21:30:26 2011 +0100 25.3 @@ -0,0 +1,36 @@ 25.4 +Name: libsocialweb-keys 25.5 +Summary: API keys for libsocialweb 25.6 +Group: System Environment/Desktop 25.7 +Version: 1 25.8 +License: LGPL 2.1 25.9 +URL: http://www.moblin.org 25.10 +Release: 1.3 25.11 +Source0: lastfm 25.12 +Source1: twitter 25.13 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 25.14 + 25.15 +%description 25.16 +Last.fm and Twitter API keys for libsocialweb. 25.17 + 25.18 +%prep 25.19 +%setup -T -c -q -n %{name}-%{version} 25.20 + 25.21 +%build 25.22 + 25.23 +%install 25.24 +rm -rf %{buildroot} 25.25 + 25.26 +%define keydir %{_datadir}/libsocialweb/keys 25.27 +%{__mkdir_p} %{buildroot}/%{keydir} 25.28 +cp %{SOURCE0} %{buildroot}/%{keydir} 25.29 +cp %{SOURCE1} %{buildroot}/%{keydir} 25.30 + 25.31 +%clean 25.32 +rm -rf %{buildroot} 25.33 + 25.34 +%files 25.35 +%defattr(-,root,root,-) 25.36 +%{keydir}/* 25.37 +%changelog 25.38 +* Thu Feb 4 2010 Ross Burton <ross@linux.intel.com> - 1 25.39 +- Initial keys package, with lastfm and twitter keys.
26.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 26.2 +++ b/libtirpc/libtirpc.spec Fri Mar 11 21:30:26 2011 +0100 26.3 @@ -0,0 +1,310 @@ 26.4 +%define _root_libdir /%{_lib} 26.5 + 26.6 +Name: libtirpc 26.7 +Version: 0.2.1 26.8 +Release: 6%{?dist} 26.9 +Summary: Transport Independent RPC Library 26.10 +Group: System Environment/Libraries 26.11 +License: SISSL and BSD 26.12 +URL: http://nfsv4.bullopensource.org/ 26.13 + 26.14 +Patch001: libtirpc-0-2-2-rc2.patch 26.15 + 26.16 +Patch100: libtirpc-0.2.1-SISSL-license.patch 26.17 +Patch101: libtirpc-0.2.1-replace-SISSL-with-BSD.patch 26.18 +Patch102: libtirpc-0.2.1-BSD-license.patch 26.19 + 26.20 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 26.21 +Source0: http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2 26.22 + 26.23 +BuildRequires: automake, autoconf, libtool, pkgconfig 26.24 +BuildRequires: libgssglue-devel 26.25 + 26.26 +%description 26.27 +This package contains SunLib's implementation of transport-independent 26.28 +RPC (TI-RPC) documentation. This library forms a piece of the base of 26.29 +Open Network Computing (ONC), and is derived directly from the 26.30 +Solaris 2.3 source. 26.31 + 26.32 +TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V 26.33 +Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface 26.34 +(XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported 26.35 +by almost 70 vendors on all major operating systems. TS-RPC source code 26.36 +(RPCSRC 4.0) remains available from several internet sites. 26.37 + 26.38 +%package devel 26.39 +Summary: Development files for the libtirpc library 26.40 +Group: Development/Libraries 26.41 +Requires: %{name} = %{version}-%{release} 26.42 +Requires(devel): pkgconfig man-db 26.43 + 26.44 +%description devel 26.45 +This package includes header files and libraries necessary for 26.46 +developing programs which use the tirpc library. 26.47 + 26.48 + 26.49 +%prep 26.50 +%setup -q 26.51 + 26.52 +%patch001 -p1 26.53 + 26.54 +%patch100 -p1 26.55 +%patch101 -p1 26.56 +%patch102 -p1 26.57 + 26.58 +# Remove .orig files 26.59 +find . -name "*.orig" | xargs rm -f 26.60 + 26.61 +%build 26.62 +sh autogen.sh 26.63 +autoreconf -fisv 26.64 +%configure --enable-gss 26.65 +make all 26.66 + 26.67 +%install 26.68 +rm -rf %{buildroot} 26.69 +mkdir -p %{buildroot}/etc 26.70 +mkdir -p %{buildroot}%{_root_libdir} 26.71 +mkdir -p %{buildroot}%{_libdir}/pkgconfig 26.72 +make install DESTDIR=%{buildroot} \ 26.73 + libdir=%{_root_libdir} pkgconfigdir=%{_libdir}/pkgconfig 26.74 +# Don't package .a or .la files 26.75 +rm -f %{buildroot}%{_root_libdir}/*.{a,la} 26.76 + 26.77 +# Creat the man diretory 26.78 +mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t 26.79 + 26.80 +%post -p /sbin/ldconfig 26.81 + 26.82 +%postun -p /sbin/ldconfig 26.83 + 26.84 +%post devel 26.85 +# Register the new man section 26.86 +#if [ "$1" -eq 1 ]; then 26.87 +# makewhatis -s 3t 26.88 +#fi 26.89 + 26.90 +%postun devel 26.91 +# Remove the existance of the man section 26.92 +#makewhatis -s 3t 26.93 + 26.94 + 26.95 +%clean 26.96 +rm -rf %{buildroot} 26.97 + 26.98 +%files 26.99 +%defattr(-,root,root) 26.100 +%doc AUTHORS ChangeLog NEWS README 26.101 +%{_root_libdir}/libtirpc.so.* 26.102 +%config(noreplace)%{_sysconfdir}/netconfig 26.103 + 26.104 +%files devel 26.105 +%defattr(0644,root,root,755) 26.106 +%dir %{_includedir}/tirpc 26.107 +%dir %{_includedir}/tirpc/rpc 26.108 +%dir %{_includedir}/tirpc/rpcsvc 26.109 +%{_root_libdir}/libtirpc.so 26.110 +%{_libdir}/pkgconfig/libtirpc.pc 26.111 +%{_includedir}/tirpc/netconfig.h 26.112 +%{_includedir}/tirpc/rpc/auth.h 26.113 +%{_includedir}/tirpc/rpc/auth_des.h 26.114 +%{_includedir}/tirpc/rpc/auth_gss.h 26.115 +%{_includedir}/tirpc/rpc/auth_kerb.h 26.116 +%{_includedir}/tirpc/rpc/auth_unix.h 26.117 +%{_includedir}/tirpc/rpc/clnt.h 26.118 +%{_includedir}/tirpc/rpc/clnt_soc.h 26.119 +%{_includedir}/tirpc/rpc/clnt_stat.h 26.120 +%{_includedir}/tirpc/rpc/des.h 26.121 +%{_includedir}/tirpc/rpc/des_crypt.h 26.122 +%{_includedir}/tirpc/rpc/nettype.h 26.123 +%{_includedir}/tirpc/rpc/pmap_clnt.h 26.124 +%{_includedir}/tirpc/rpc/pmap_prot.h 26.125 +%{_includedir}/tirpc/rpc/pmap_rmt.h 26.126 +%{_includedir}/tirpc/rpc/raw.h 26.127 +%{_includedir}/tirpc/rpc/rpc.h 26.128 +%{_includedir}/tirpc/rpc/rpc_com.h 26.129 +%{_includedir}/tirpc/rpc/rpc_msg.h 26.130 +%{_includedir}/tirpc/rpc/rpcb_clnt.h 26.131 +%{_includedir}/tirpc/rpc/rpcb_prot.h 26.132 +%{_includedir}/tirpc/rpc/rpcb_prot.x 26.133 +%{_includedir}/tirpc/rpc/rpcent.h 26.134 +%{_includedir}/tirpc/rpc/svc.h 26.135 +%{_includedir}/tirpc/rpc/svc_auth.h 26.136 +%{_includedir}/tirpc/rpc/svc_dg.h 26.137 +%{_includedir}/tirpc/rpc/svc_soc.h 26.138 +%{_includedir}/tirpc/rpc/types.h 26.139 +%{_includedir}/tirpc/rpc/xdr.h 26.140 +%{_includedir}/tirpc/rpcsvc/crypt.h 26.141 +%{_includedir}/tirpc/rpcsvc/crypt.x 26.142 +%{_mandir}/*/* 26.143 + 26.144 +%changelog 26.145 +* Thu Dec 2 2010 Steve Dickson <steved@redhat.com> 0.2.1-6 26.146 +- Moved the libraries from /usr/lib to /lib 26.147 + 26.148 +* Mon Aug 30 2010 Steve Dickson <steved@redhat.com> 0.2.1-5 26.149 +- Relicense these SISSL files to 3 clause BSD 26.150 +- Fixed last remaining BSD license issues 26.151 + 26.152 +* Fri Jul 16 2010 Steve Dickson <steved@redhat.com> 0.2.1-4 26.153 +- Add back SISSL license attribution 26.154 + 26.155 +* Fri Jul 09 2010 Mike McGrath <mmcgrath@redhat.com> 0.2.1-3.1 26.156 +- Rebuild to fix broken man dep s/man/man-db/ 26.157 + 26.158 +* Tue May 18 2010 Steve Dickson <steved@redhat.com> 0.2.1-3 26.159 +- Updated to latest RC release: libtirpc-0-2-2-rc2 [bz 519430] 26.160 + 26.161 +* Mon Mar 22 2010 Steve Dickson <steved@redhat.com> 0.2.1-2 26.162 +- Updated to latest RC release: libtirpc-0-2-2-rc1 26.163 + 26.164 +* Mon Nov 30 2009 Steve Dickson <steved@redhat.com> 0.2.1-1 26.165 +- Updated to latest upstream version: 0.2.1 26.166 + 26.167 +* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4 26.168 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 26.169 + 26.170 +* Thu Jul 9 2009 Steve Dickson <steved@redhat.com> 0.2.0-3 26.171 +- Updated to latest upstream tag: 0-2-1-rc3 26.172 + Fixed the --disable-gss options 26.173 + Fixed a number of warnings 26.174 + Change how architectures are define in xdr_float.c 26.175 + 26.176 +* Mon Jun 29 2009 Steve Dickson <steved@redhat.com> 0.2.0-2 26.177 +- Updated to latest upstream tag: 0-2-1-rc2 26.178 + rpcb_clnt: RPC_PROGNOTREGISTERED is a permanent error 26.179 + clnt_dg: Fix infinite loop when datagram call times ou 26.180 + Updated .gitignore file 26.181 + Replace the hard coded path name with the top_srcdir macrc 26.182 + Added 'doc' to the SUBDIRS list so make install work correctly. 26.183 + 26.184 +* Fri May 29 2009 Steve Dickson <steved@redhat.com> 0.2.0-1 26.185 +- Updated to latest upstream version: 0.2.0 26.186 + 26.187 +* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.1.11-3 26.188 +- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems 26.189 + 26.190 +* Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 0.1.11-2 26.191 +- Updated to libtirpc-0.1.12-rc1 26.192 + 26.193 +* Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 0.1.11-1 26.194 +- Updated to the latest release: 0.1.11 26.195 + 26.196 +* Fri Mar 13 2009 Steve Dickson <steved@redhat.com> 0.1.10-6 26.197 +- libtirpc: set r_netid and r_owner in __rpcb_findaddr_timed 26.198 +- libtirpc: be sure to free cl_netid and cl_tp 26.199 +- libtirpc: must free saved wire verifier when destroying context 26.200 + 26.201 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.10-5 26.202 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 26.203 + 26.204 +* Wed Jan 28 2009 Steve Dickson <steved@redhat.com> 0.1.10-4 26.205 +- Converted all uids and uids to type uid_t and gid_t (sf 2446314) 26.206 + 26.207 +* Wed Jan 28 2009 Steve Dickson <steved@redhat.com> 0.1.10-3 26.208 +- backwards compatibility: fix order of fields in TI-RPC's 26.209 + svc_req (bz 481388) 26.210 +- Removed a number warnings. 26.211 + 26.212 +* Thu Jan 22 2009 Steve Dickson <steved@redhat.com> 0.1.10-2 26.213 +- Header file fixes for C++ 26.214 + 26.215 +* Thu Nov 20 2008 Steve Dickson <steved@redhat.com> 0.1.10-1 26.216 +- Updated to latest upstream version: 0.1.10 26.217 + 26.218 +* Tue Oct 28 2008 Steve Dickson <steved@redhat.com> 0.1.9-7 26.219 +- Fixed some incorrect function declarations (bz468815) 26.220 + 26.221 +* Mon Oct 27 2008 Steve Dickson <steved@redhat.com> 0.1.9-6 26.222 +- Fix bad assumption taddr2uaddr processing that 26.223 + caused a segfault (bz468014) 26.224 + 26.225 +* Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.9-5 26.226 +- Fix for taddr2addr conversion bug of local addresses 26.227 +- Fixed some of warnings in: src/auth_time.c, src/clnt_dg.c and 26.228 + src/clnt_raw.c 26.229 +- Added some #ifdef NOTUSED around some code in src/rpbc_clnt.c 26.230 + that was not being used... 26.231 + 26.232 +* Thu Sep 4 2008 Steve Dickson <steved@redhat.com> 0.1.9-4 26.233 +- Always make IPv6 sockets V6ONLY 26.234 +- Fix incorrect sizeof() in __rpc_getbroadifs 26.235 + 26.236 +* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.1.9-3 26.237 +- fix license tag 26.238 + 26.239 +* Tue Jul 9 2008 Steve Dickson <steved@redhat.com> 0.1.9-1 26.240 +- Update to latest upstream version 0.1.9 26.241 + 26.242 +* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1.8-2 26.243 +- Added super-H(sh3,4) architecture support (bz 446559) 26.244 + 26.245 +* Tue Jun 10 2008 Steve Dickson <steved@redhat.com> 0.1.8-1 26.246 +- Update to latest upstream version 0.1.8 26.247 + 26.248 +* Wed Mar 12 2008 Steve Dickson <steved@redhat.com> 0.1.7-18 26.249 +- Install man pages in the 3t section 26.250 + 26.251 +* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.7-17 26.252 +- Autorebuild for GCC 4.3 26.253 + 26.254 +* Mon Feb 18 2008 Steve Dickson <steved@redhat.com> 0.1.7-16 26.255 +- Added patch that creates a libtirpc.pc used by the 26.256 + pkg-config command. 26.257 + 26.258 +* Thu Jan 24 2008 Steve Dickson <steved@redhat.com> 0.1.7-15 26.259 +- Protect from buffer overflow in the GSS code. (bz 362121) 26.260 + 26.261 +* Mon Dec 17 2007 Steve Dickson <steved@redhat.com> 0.1.7-14 26.262 +- Fixed typo in /etc/netconfig file (bz 414471) 26.263 + 26.264 +* Thu Oct 25 2007 Steve Dickson <steved@redhat.com> 0.1.7-13 26.265 +- Added a check for the ARM arch (bz 351071) 26.266 + 26.267 +* Wed Oct 17 2007 Steve Dickson <steved@redhat.com> 0.1.7-12 26.268 +- Switch the libgssapi dependency to libgssglue 26.269 + 26.270 +* Mon Oct 15 2007 Steve Dickson <steved@redhat.com> 0.1.7-11 26.271 +- Made tcp6/udp6 network ids no longer visible in the netconfig 26.272 + file since the ipv6 code is not fully baked yet in rpcbind. (bz 249121) 26.273 + 26.274 +* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.1.7-10 26.275 +- Rebuild for selinux ppc32 issue. 26.276 + 26.277 +* Mon Jul 30 2007 <steved@redhat.com> 0.1.7-9 26.278 +- Fixed mutex lock problem in clnt_raw_create() 26.279 +- Ignore the return value of snprintf() and use strlen() instead 26.280 + to bump the pointer in clnt_sperror() 26.281 +- A couple ntohs() were needed in bindresvport_sa() 26.282 +- Added IP_RECVERR processing with to clnt_dg_call() so 26.283 + application will see errors instead of timing out 26.284 +- Make sure remote address (xp_rtaddr) is populated 26.285 + with the correct type of address. 26.286 +- Change the order of network ids in /etc/netconfg 26.287 + putting ipv4 ids before ipv6. 26.288 +- Bumped up Release from 8 to 9. 26.289 + 26.290 +* Mon Jul 9 2007 <steved@redhat.com> 0.1.7-7 26.291 +- Fixed infinite loop in svc_run() (bz 246677) 26.292 + 26.293 +* Thu Apr 26 2007 <steved@redhat.com> 0.1.7-6 26.294 +- Fixed potential buffer overflow in xdr_strings 26.295 +- Added a optimization to bindresvport that allows more 26.296 + ports to be tried. 26.297 + 26.298 +* Mon Mar 26 2007 Steve Dickson <steved@redhat.com> 0.1.7-5 26.299 +- Fixed Unowned Directory RPM problem (bz 233873) 26.300 + 26.301 +* Mon Aug 28 2006 Steve Dickson <steved@redhat.com> 0.1.7-4 26.302 +- Fixed undefined symbol (bz 204296) 26.303 + 26.304 +* Mon Aug 14 2006 Steve Dickson <steved@redhat.com> 0.1.7-3 26.305 +- Added in svc_auth_none needed by the GSSAPI code. 26.306 +- Added compile define for ppc64 archs 26.307 + 26.308 +* Fri Aug 11 2006 Steve Dickson <steved@redhat.com> 0.1.7-2 26.309 +- Uncommented tcp6 and udp6 in the default /etc/netconfig file. 26.310 +- Added hooks to used the libgssapi library. 26.311 + 26.312 +* Fri Aug 4 2006 Steve Dickson <steved@redhat.com> 0.1.7-1 26.313 +- Initial commit
27.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 27.2 +++ b/lifelines/lifelines.spec Fri Mar 11 21:30:26 2011 +0100 27.3 @@ -0,0 +1,157 @@ 27.4 +# 27.5 +# lifelines.spec - RPM configuration file for Lifelines 27.6 +# 27.7 +# To generate RPMs, place the tar.gz in /usr/src/packages/SOURCES/ and 27.8 +# (or /usr/src/redhat/SOURCES as appropriate) 27.9 +# then "rpm -ba lifelines.spec" 27.10 +# or on newer systems, "rpmbuild -ba lifelines.spec" 27.11 +# 27.12 +# Add comment to top of comments at bottom if you revise this file. 27.13 +# 27.14 + 27.15 +%define lifelines_version 3.0.62 27.16 +%define reports_dir /usr/local/share/lifelines-%{lifelines_version}/reports 27.17 +%define tt_dir /usr/local/share/lifelines-%{lifelines_version}/tt 27.18 + 27.19 +Name: lifelines 27.20 +Summary: lifelines genealogy program 27.21 +Version: %{lifelines_version} 27.22 +Release: 1 27.23 +License: X11 27.24 +Group: Utilities/System 27.25 +Source: http://download.sourceforge.net/lifelines/lifelines-%{lifelines_version}.tar.gz 27.26 +URL: http://lifelines.sourceforge.net/ 27.27 +Packager: Marc Nozell <marc@nozell.com> 27.28 +Provides: lifelines 27.29 +BuildRoot: %{_tmppath}/%{name}-%{version}-root 27.30 +BuildRequires: ncurses-devel bison 27.31 + 27.32 +%description 27.33 +This program allows the tracking of genealogical information. The lifelines 27.34 +reports are the power of the system. 27.35 + 27.36 +%prep 27.37 +%setup 27.38 + 27.39 +%build 27.40 +#make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" 27.41 +sh -c ./configure 27.42 +make 27.43 + 27.44 +%install 27.45 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/bin 27.46 +install -s -m 755 src/liflines/llines $RPM_BUILD_ROOT/usr/local/bin 27.47 +install -s -m 755 src/liflines/llexec $RPM_BUILD_ROOT/usr/local/bin 27.48 +install -s -m 755 src/tools/dbverify $RPM_BUILD_ROOT/usr/local/bin 27.49 + 27.50 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/share/locale/da/LC_MESSAGES 27.51 +install -m 644 po/da.gmo $RPM_BUILD_ROOT/usr/local/share/locale/da/LC_MESSAGES/lifelines.mo 27.52 + 27.53 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/share/locale/de/LC_MESSAGES 27.54 +install -m 644 po/de.gmo $RPM_BUILD_ROOT/usr/local/share/locale/de/LC_MESSAGES/lifelines.mo 27.55 + 27.56 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/share/locale/eo/LC_MESSAGES 27.57 +install -m 644 po/eo.gmo $RPM_BUILD_ROOT/usr/local/share/locale/eo/LC_MESSAGES/lifelines.mo 27.58 + 27.59 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/share/locale/es/LC_MESSAGES 27.60 +install -m 644 po/es.gmo $RPM_BUILD_ROOT/usr/local/share/locale/es/LC_MESSAGES/lifelines.mo 27.61 + 27.62 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/share/locale/fr/LC_MESSAGES 27.63 +install -m 644 po/fr.gmo $RPM_BUILD_ROOT/usr/local/share/locale/fr/LC_MESSAGES/lifelines.mo 27.64 + 27.65 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/share/locale/nl/LC_MESSAGES 27.66 +install -m 644 po/nl.gmo $RPM_BUILD_ROOT/usr/local/share/locale/nl/LC_MESSAGES/lifelines.mo 27.67 + 27.68 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/share/locale/pl/LC_MESSAGES 27.69 +install -m 644 po/pl.gmo $RPM_BUILD_ROOT/usr/local/share/locale/pl/LC_MESSAGES/lifelines.mo 27.70 + 27.71 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/share/locale/rw/LC_MESSAGES 27.72 +install -m 644 po/rw.gmo $RPM_BUILD_ROOT/usr/local/share/locale/rw/LC_MESSAGES/lifelines.mo 27.73 + 27.74 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/share/locale/sv/LC_MESSAGES 27.75 +install -m 644 po/sv.gmo $RPM_BUILD_ROOT/usr/local/share/locale/sv/LC_MESSAGES/lifelines.mo 27.76 + 27.77 +install -d -m 755 $RPM_BUILD_ROOT%{reports_dir} 27.78 +install -m 644 reports/*.ll $RPM_BUILD_ROOT%{reports_dir} 27.79 +install -m 644 reports/*.li $RPM_BUILD_ROOT%{reports_dir} 27.80 +install -m 644 reports/CREDIT reports/index.html $RPM_BUILD_ROOT%{reports_dir} 27.81 +install -m 644 reports/boc.gif reports/ll.png $RPM_BUILD_ROOT%{reports_dir} 27.82 +install -m 644 reports/*.c $RPM_BUILD_ROOT%{reports_dir} 27.83 +install -m 644 reports/ps-pedigree.ps reports/tree.tex $RPM_BUILD_ROOT%{reports_dir} 27.84 + 27.85 +install -d -m 755 $RPM_BUILD_ROOT%{reports_dir}/novel 27.86 +install -m 644 reports/novel/novel* $RPM_BUILD_ROOT%{reports_dir}/novel 27.87 + 27.88 +install -d -m 755 $RPM_BUILD_ROOT%{reports_dir}/pedtex 27.89 +install -m 644 reports/pedtex/pedtex* $RPM_BUILD_ROOT%{reports_dir}/pedtex 27.90 +install -m 644 reports/pedtex/*.tex $RPM_BUILD_ROOT%{reports_dir}/pedtex 27.91 + 27.92 +install -d -m 755 $RPM_BUILD_ROOT%{reports_dir}/ps-fan 27.93 +install -m 644 reports/ps-fan/ps-fan* $RPM_BUILD_ROOT%{reports_dir}/ps-fan 27.94 + 27.95 +install -d -m 755 $RPM_BUILD_ROOT%{tt_dir} 27.96 +install -m 644 tt/*.tt $RPM_BUILD_ROOT%{tt_dir} 27.97 +install -d -m 755 $RPM_BUILD_ROOT/usr/local/man/man1 27.98 +install -m 644 docs/btedit.1 $RPM_BUILD_ROOT/usr/local/man/man1/btedit.1 27.99 +install -m 644 docs/dbverify.1 $RPM_BUILD_ROOT/usr/local/man/man1/dbverify.1 27.100 +install -m 644 docs/llines.1 $RPM_BUILD_ROOT/usr/local/man/man1/llines.1 27.101 +install -m 644 docs/llexec.1 $RPM_BUILD_ROOT/usr/local/man/man1/llexec.1 27.102 + 27.103 + 27.104 +%files 27.105 +%defattr(-,root,root) 27.106 +%doc README ChangeLog NEWS AUTHORS LICENSE 27.107 +%doc README.AUTOCONF README.DEVELOPERS README.INTERNATIONAL README.LAYOUT 27.108 +%doc README.MAINTAINERS README.MAINTAINERS.rpm README.MAINTAINERS.win32 27.109 +%doc .linesrc docs/lifelines.vim 27.110 +%doc docs/ll-reportmanual.xml docs/ll-reportmanual.html docs/ll-reportmanual.pdf docs/ll-reportmanual.txt 27.111 +%doc docs/ll-userguide.xml docs/ll-userguide.html docs/ll-userguide.pdf docs/ll-userguide.txt 27.112 + 27.113 +/usr/local/bin/llines 27.114 +/usr/local/bin/llexec 27.115 +/usr/local/bin/dbverify 27.116 +/usr/local/share/locale/da/LC_MESSAGES/lifelines.mo 27.117 +/usr/local/share/locale/de/LC_MESSAGES/lifelines.mo 27.118 +/usr/local/share/locale/fr/LC_MESSAGES/lifelines.mo 27.119 +/usr/local/share/locale/sv/LC_MESSAGES/lifelines.mo 27.120 +/usr/local/share/locale/eo/LC_MESSAGES/lifelines.mo 27.121 +/usr/local/share/locale/es/LC_MESSAGES/lifelines.mo 27.122 +/usr/local/share/locale/nl/LC_MESSAGES/lifelines.mo 27.123 +/usr/local/share/locale/pl/LC_MESSAGES/lifelines.mo 27.124 +/usr/local/share/locale/rw/LC_MESSAGES/lifelines.mo 27.125 +%{reports_dir} 27.126 +%{tt_dir} 27.127 +/usr/local/man/man1/btedit.1 27.128 +/usr/local/man/man1/dbverify.1 27.129 +/usr/local/man/man1/llines.1 27.130 +/usr/local/man/man1/llexec.1 27.131 + 27.132 +%changelog 27.133 +* Sun Apr 29 2007 Perry Rapp 27.134 +- add llexec.1 man page to release 27.135 +* Sun Apr 15 2007 Stephen Dum 27.136 +- add README* files to release 27.137 +* Wed Dec 21 2005 Stephen Dum 27.138 +- add .tt files, .linesrc and new .mo files to release 27.139 +* Tue Nov 15 2005 Perry Rapp 27.140 +- Change "Copyright" to newer "License". 27.141 +- Fix license name to clearer "X11". 27.142 +- Add BuildRequires line. 27.143 +* Thu Sep 29 2005 Perry Rapp 27.144 +- Add eo, es, nl, pl, rw translations. Add *.li files. Add novel, pedtex, ps-fan reports. 27.145 +* Sun Jan 30 2005 Perry Rapp 27.146 +- Add comment about using rpmbuild on newer systems, and instruction about adding comments down here. 27.147 +* Tue May 06 2003 Perry Rapp 27.148 +- Add btedit.1 (& alphabetize man pages) 27.149 +* Mon May 05 2003 Perry Rapp 27.150 +- Add dbverify.1 27.151 +* Mon Nov 11 2002 Perry Rapp 27.152 +- Add da.po 27.153 +- (post lifelines-3.0.21) 27.154 +* Mon Oct 07 2002 Perry Rapp 27.155 +- Add new binary llexec 27.156 +* Sun Sep 29 2002 Perry Rapp 27.157 +- Implement patch by Karl DeBisschop: adds build root, list reports as group instead of individually 27.158 +- Add dbverify, de.po, fr.po, sv.po 27.159 +- (lifelines-3.0.19-1) 27.160 +
28.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 28.2 +++ b/meego-panel-networks/meego-panel-networks.spec Fri Mar 11 21:30:26 2011 +0100 28.3 @@ -0,0 +1,288 @@ 28.4 +# 28.5 +# Do NOT Edit the Auto-generated Part! 28.6 +# Generated by: spectacle version 0.20 28.7 +# 28.8 +# >> macros 28.9 +# << macros 28.10 + 28.11 +Name: meego-panel-networks 28.12 +Summary: Connection management panel 28.13 +Version: 1.2.15 28.14 +Release: 2.1 28.15 +Group: Applications/Internet 28.16 +License: GPL 2 28.17 +URL: http://www.meego.org 28.18 +Source0: %{name}-%{version}.tar.gz 28.19 +Source100: meego-panel-networks.yaml 28.20 +Patch0: 0001-list-Fix-fallback-information-text-MBC-7544-MBC-5632.patch 28.21 +Requires: mobile-broadband-provider-info 28.22 +Requires: iso-codes 28.23 +Requires(post): /bin/touch 28.24 +Requires(post): gtk2 28.25 +BuildRequires: pkgconfig(gtk+-2.0) 28.26 +BuildRequires: pkgconfig(dbus-glib-1) 28.27 +BuildRequires: pkgconfig(gconf-2.0) 28.28 +BuildRequires: pkgconfig(libnotify) 28.29 +BuildRequires: pkgconfig(mx-gtk-1.0) 28.30 +BuildRequires: pkgconfig(meego-panel) >= 0.49.0 28.31 +BuildRequires: pkgconfig(rest-0.7) 28.32 +BuildRequires: pkgconfig(mobile-broadband-provider-info) 28.33 +BuildRequires: pkgconfig(iso-codes) 28.34 +BuildRequires: intltool 28.35 +BuildRequires: gnome-common 28.36 +Obsoletes: gconnman 28.37 +Obsoletes: carrick 28.38 + 28.39 + 28.40 +%description 28.41 +A connection management panel for Mutter-Meego. 28.42 + 28.43 + 28.44 + 28.45 +%prep 28.46 +%setup -q -n %{name}-%{version} 28.47 + 28.48 +# 0001-list-Fix-fallback-information-text-MBC-7544-MBC-5632.patch 28.49 +%patch0 -p1 28.50 +# >> setup 28.51 +# << setup 28.52 + 28.53 +%build 28.54 +# >> build pre 28.55 +# << build pre 28.56 + 28.57 +%configure --disable-static 28.58 +make %{?jobs:-j%jobs} 28.59 + 28.60 +# >> build post 28.61 +# << build post 28.62 +%install 28.63 +rm -rf %{buildroot} 28.64 +# >> install pre 28.65 +# << install pre 28.66 +%make_install 28.67 + 28.68 +# >> install post 28.69 +# << install post 28.70 +%find_lang meego-panel-networks 28.71 + 28.72 + 28.73 + 28.74 +%post 28.75 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 28.76 +%{_bindir}/gtk-update-icon-cache \ 28.77 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 28.78 + 28.79 +%postun 28.80 +/bin/touch --no-create %{_datadir}/icons/hicolor || : 28.81 +%{_bindir}/gtk-update-icon-cache \ 28.82 + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : 28.83 + 28.84 + 28.85 +%files -f meego-panel-networks.lang 28.86 +%defattr(-,root,root,-) 28.87 +# >> files 28.88 +%doc COPYING 28.89 +%{_sysconfdir}/xdg/autostart/carrick.desktop 28.90 +%{_libexecdir}/carrick-connection-panel 28.91 +%{_libexecdir}/carrick-3g-wizard 28.92 +%{_datadir}/meego-panel-networks/icons/* 28.93 +%{_datadir}/meego-panel-networks/theme/* 28.94 +%{_datadir}/dbus-1/services/com.meego.UX.Shell.Panels.network.service 28.95 +%{_datadir}/mutter-meego/panels/carrick.desktop 28.96 +# << files 28.97 + 28.98 + 28.99 +%changelog 28.100 +* Mon Oct 18 2010 Jussi Kukkonen <jku@linux.intel.com> - 1.2.15 28.101 +- add patch: Fix fallback information text (BMC#7544, BMC#5632) 28.102 +* Mon Oct 4 2010 Jussi Kukkonen <jku@linux.intel.com> - 1.2.15 28.103 +- OpenConnect VPN integration (BMC#3201) 28.104 +- Set immutable service config insensitive (BMC#7816) 28.105 +- Make sure passphrases in model are up-to-date (BMC#3200) 28.106 +- never ask passphrase for immutable service (BMC#3199) 28.107 +- Support Fixed ipv4 method (BMC#2784) 28.108 +- show rfkilled tech-switches as insensitive (BMC#5003) 28.109 +- Translations 28.110 +* Thu Aug 5 2010 Ross Burton <ross@linux.intel.com> - 1.2.14 28.111 +- Update to rest-0.7 28.112 +- Translations 28.113 +* Mon Jul 12 2010 Ross Burton <ross@linux.intel.com> - 1.2.13 28.114 +- Update OnlyShowIn name 28.115 +- Add DNS to manual configuration 28.116 +* Mon Jun 21 2010 Ross Burton <ross@linux.intel.com> - 1.2.12.1 28.117 +- Rename to meego-panel-networks 28.118 +* Thu Jun 17 2010 Ross Burton <ross@linux.intel.com> - 1.2.12 28.119 +- Trank service name changes 28.120 +- Fix notification suppression 28.121 +- Skip the disconnect -> connect cycle when setting IPv4 28.122 +- Only use a single notification (BMC#2208) 28.123 +- Don't show notifications if the window is visible (BMC#2207) 28.124 +- Don't set a 10s notification timeout, use the default (BMC#2211) 28.125 +- Don't set the widget state when dragging (BMC#2247) 28.126 +* Fri May 14 2010 Ross Burton <ross@linux.intel.com> - 1.2.11 28.127 +- i18n updates (BMC#1670) 28.128 +* Tue May 11 2010 Ross Burton <ross@linux.intel.com> - 1.2.10 28.129 +- Add static IP configuration (BMC#1066) 28.130 +- Fix the widget colours (BMC#1933) 28.131 +* Fri May 7 2010 Ross Burton <ross@linux.intel.com> - 1.2.9.1 28.132 +- i18n updates (BMC#1670) 28.133 +* Thu May 6 2010 Ross Burton <ross@linux.intel.com> - 1.2.9 28.134 +- Update panel icon artwork (BMC#1819) 28.135 +- Fix banner colours (BMC#1564) 28.136 +* Wed Apr 28 2010 Ross Burton <ross@linux.intel.com> - 1.2.8 28.137 +- Remove nbtk build dependency, it should be mx (MBC#1463) 28.138 +* Wed Apr 14 2010 Ross Burton <ross@linux.intel.com> - 1.2.8 28.139 +- Minor UI changes 28.140 +- Fix packing of the network list 28.141 +* Tue Apr 6 2010 Ross Burton <ross@linux.intel.com> - 1.2.7 28.142 +- Fix packing of the network list 28.143 +* Wed Mar 31 2010 Ross Burton <ross@linux.intel.com> - 1.2.6 28.144 +- Fix notifications 28.145 +- Update look to be closer to design review 28.146 +* Wed Mar 31 2010 Ross Burton <ross@linux.intel.com> - 1.2.5 28.147 +- Remove styles duplicated from mutter (MB#267) 28.148 +- Update for ConnMan changes 28.149 +- Don't hardcode the meego theme 28.150 +- i10n updates 28.151 +* Wed Feb 17 2010 Ross Burton <ross@linux.intel.com> - 1.2.4 28.152 +- Port to MX 28.153 +- Add plug-and-socket support 28.154 +* Tue Feb 9 2010 Ross Burton <ross@linux.intel.com> - 1.2.3 28.155 +- Allow service drag-and-drop (MB#9520) 28.156 +* Fri Jan 29 2010 Ross Burton <ross@linux.intel.com> - 1.2.2 28.157 +- Theme fixes 28.158 +* Wed Jan 6 2010 Ross Burton <ross@linux.intel.com> - 1.2.1 28.159 +- MX fixes (MB#8953, MB#8917) 28.160 +* Fri Dec 4 2009 Ross Burton <ross@linux.intel.com> - 1.2.0 28.161 +- Update to work with new mutter-meego 28.162 +* Mon Nov 2 2009 Ross Burton <ross@linux.intel.com> - 1.1.13 28.163 +- Fix WPA key verification (MB#6895) 28.164 +* Thu Oct 29 2009 Ross Burton <ross@linux.intel.com> - 1.1.12 28.165 +- Handle both ASCII and hex WEP keys (MB#7459) 28.166 +* Tue Oct 27 2009 Ross Burton <ross@linux.intel.com> - 1.1.11 28.167 +- Focus panel after closing Delete dialog (MB#7412) 28.168 +- Close the panel after spawning 3G wizard 28.169 +- More i18n 28.170 +* Mon Oct 26 2009 Ross Burton <ross@linux.intel.com> - 1.1.10 28.171 +- Explicitely focus panel window when closing connection dialog (MB#7304) 28.172 +- More i10n 28.173 +* Thu Oct 22 2009 Joshua Lock <josh@linux.intel.com> - 1.1.9 28.174 +- Add a D-Bus service file (MB#7090) 28.175 +- Ensure icon is updated when no more services exist (MB#6400) 28.176 +- More l10n 28.177 +* Fri Oct 16 2009 Joshua Lock <josh@linux.intel.com> - 1.1.8 28.178 +- Correctly set the parent of add new connection dialog (MB#6855) 28.179 +- Fix scan triggering (MB#3052) 28.180 +* Wed Oct 14 2009 Ross Burton <ross@linux.intel.com> - 1.1.7 28.181 +- Fix WPA/RSN passphrase length validation 28.182 +- More translations 28.183 +- Handle unset username or passwords in 3G (#6792) 28.184 +* Mon Oct 12 2009 Joshua Lock <josh@linux.intel.com> - 1.1.6-2 28.185 +- Fix passphrase length validation (MB#6663) 28.186 +- Enhance removal of connection failed services (MB#5026) 28.187 +- Fix Traditional Chinese translation (MB#6486) 28.188 +* Thu Oct 8 2009 Ross Burton <ross@linux.intel.com> - 1.1.6 28.189 +- Update for librest package rename 28.190 +- Correctly validate passphases (MB#5218) 28.191 +* Thu Oct 8 2009 Ross Burton <ross@linux.intel.com> - 1.1.5 28.192 +- Hopefully the final development release 28.193 +- 3G wizard (MB#5825) 28.194 +- Ability to remove failed networks (MB#5026) 28.195 +- Validate passphrase length (MB#5218) 28.196 +- Translation updates (MB#6570) 28.197 +* Wed Sep 23 2009 Joshua Lock <josh@linux.intel.com> - 1.1.4 28.198 +- Fifth development release in 1.1.x series 28.199 +- Remove old code to hide the panel when dialog opens, fixes MB#5961 28.200 +- Always change the toolbar icon when the connection changes, fixes MB#6285 28.201 +- Translation updates 28.202 +* Fri Sep 18 2009 Joshua Lock <josh@linux.intel.com> - 1.1.3 28.203 +- Fourth development release in 1.1.x series 28.204 +- Don't report connection lost when activating offline mode 28.205 +- Use Nbtk-1.2 28.206 +* Tue Sep 15 2009 Joshua Lock <josh@linux.intel.com> - 1.1.2 28.207 +- Third development release in 1.1.x series 28.208 +- Fix crash on start MB#6120 28.209 +- Maintain widget size, fixes MB#6034 28.210 +- Make the panel, with hide decoration, fit on the screen. Fixes MB#5953 28.211 +- Hide the passphrase entry if the clear button is clicked on an empty entry 28.212 +- Increase the D-Bus timeout for the duration of Connect and ConnectService 28.213 +- Monitor the NameOwnerChanged signal and handle the daemon dissapearing, etc. 28.214 +- Make package obsolete gconnman 28.215 +- Updated icons 28.216 +* Sat Sep 12 2009 Joshua Lock <josh@linux.intel.com> - 1.1.1 28.217 +- Second development release in the 1.1.x series 28.218 +- Report full state machine of the daemon (MB#3922) 28.219 +- Toolbar tooltip reports current connection and configuring state (MB#4370) 28.220 +- Switch to autogenerated D-Bus bindings rather than raw D-Bus calls 28.221 +- Fix various regressions and bugs introduced since 1.0.x (MB# 5957, 5959, 28.222 + 5960, 5961, 5964, 6035 & 6041) 28.223 +* Mon Sep 7 2009 Joshua Lock <josh@linux.intel.com> - 1.1.0 28.224 +- Development release 28.225 +- Remove use of gconnman 28.226 +- Switch to new Mutter-Meego D-Bus API 28.227 +* Wed Jul 29 2009 Joshua Lock <josh@linux.intel.com> - 1.0-4 28.228 +- Fix bug 4846, the connection icon doesn't change to no-connection state 28.229 + once we have succesfully connected. 28.230 +- Fix bug 4848, a crasher caused by sending a translated string in a value 28.231 + to a ConnMan D-Bus method. 28.232 +* Tue Jul 28 2009 Joshua Lock <josh@linux.intel.com> - 1.0-3 28.233 +- Workaround for bug 4163 - toolbar icon not correctly set when 28.234 + booting with ethernet cable plugged in 28.235 +- Fix for bug 2770 - Notifications report nonsense under certain 28.236 + circumstances 28.237 +* Mon Jul 27 2009 Joshua Lock <josh@linux.intel.com> - 1.0 28.238 +- Updated translations 28.239 +- Update for gconnman 0.5.0 API change 28.240 +* Fri Jul 24 2009 Joshua Lock <josh@linux.intel.com> - 0.9.0 28.241 +- Fix MB #4319 - incorrect highlighting on top service item 28.242 +- Visual tweaks 28.243 +- Fix MB #2975 - only show notifications when user didn't trigger event 28.244 +* Mon Jul 20 2009 Joshua Lock <josh@linux.intel.com> - 0.0.13 28.245 +- 0.0.13 release 28.246 +- UI changes; always show switches, align service connect/disconnect buttons 28.247 +- Updated translations 28.248 +- Updated strings for Notifications 28.249 +- Initial fallback content 28.250 +- Updated for new gconnman API 28.251 +- Change the button to Cancel while connecting 28.252 +* Wed Jul 15 2009 Joshua Lock <josh@linux.intel.com> - 0.0.12 28.253 +- 0.0.12 release 28.254 +- More translation updates 28.255 +- Visual tweaks 28.256 +- Re-enable notification support. Partial fix for MB#2975 28.257 +* Wed Jul 8 2009 Joshua Lock <josh@linux.intel.com> - 0.0.11-2 28.258 +- Translation updates 28.259 +- Stability improvements 28.260 +- UI tweaks; in-place passphrase dialogs, etc. 28.261 +* Tue Jun 30 2009 Anas Nashif <anas.nashif@intel.com> - 0.0.11 28.262 +- Translation Updates (josh) 28.263 +* Thu Jun 25 2009 Joshua Lock <josh@linux.intel.com> 0.0.10 28.264 +- New release fixes bugs: #3749 and #3688 28.265 +* Mon Jun 22 2009 Joshua Lock <josh@linux.intel.com> 0.0.9 28.266 +- New release to work with gconnman 0.1.16 28.267 +- Fix locaisation (#3619) 28.268 +* Thu Jun 18 2009 Joshua Lock <josh@linux.intel.com> 0.0.8 28.269 +- New release 28.270 +- Fixes bugs: #3021, #3052, #3120, #3633 28.271 +* Mon May 18 2009 Joshua Lock <josh@linux.intel.com> 0.0.6 28.272 +- Snapshot of 0.0.6 release 28.273 +* Mon May 18 2009 Joshua Lock <josh@linux.intel.com> 0.0.5 28.274 +- Carrick 0.0.5 release 28.275 +* Fri May 15 2009 Joshua Lock <josh@linux.intel.com> 0.0.4 28.276 +- Carrick 0.0.4 release 28.277 +* Thu May 14 2009 Joshua Lock <josh@linux.intel.com> 0.0.3 28.278 +- First GPL release 28.279 +- 0.0.3 release 28.280 +* Tue May 12 2009 Damien Lespiau <damien.lespiau@intel.com> 0.0.2-2 28.281 +- LD_AS_NEEDED support 28.282 +* Mon May 11 2009 Joshua Lock <josh@linux.intel.com> 0.0.2-2 28.283 +- Carrick 0.0.2 release 28.284 +* Tue May 5 2009 Joshua Lock <josh@linux.intel.com> 0.0.2-1 28.285 +- Package a snapshot/pre-release of Carrick 0.0.2 28.286 +* Mon Apr 6 2009 Joshua Lock <josh@linux.intel.com> 0.0.1-1 28.287 +- Intial, horrible, version of meego-panel-networks. Should provide basic functionality 28.288 + until rewrite on the new connman api lands 28.289 +- Add icons and autostart file 28.290 +* Wed Apr 1 2009 Joshua Lock <josh@linux.intel.com> 0.0.0-1 28.291 +- Initial package for Carrick - very early snapshot
29.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 29.2 +++ b/mercurial/mercurial.spec Fri Mar 11 21:30:26 2011 +0100 29.3 @@ -0,0 +1,87 @@ 29.4 +Summary: A fast, lightweight Source Control Management system 29.5 +Name: mercurial 29.6 +Version: snapshot 29.7 +Release: 0 29.8 +License: GPLv2+ 29.9 +Group: Development/Tools 29.10 +URL: http://mercurial.selenic.com/ 29.11 +Source0: http://mercurial.selenic.com/release/%{name}-%{version}.tar.gz 29.12 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 29.13 + 29.14 +# From the README: 29.15 +# 29.16 +# Note: some distributions fails to include bits of distutils by 29.17 +# default, you'll need python-dev to install. You'll also need a C 29.18 +# compiler and a 3-way merge tool like merge, tkdiff, or kdiff3. 29.19 +# 29.20 +# python-devel provides an adequate python-dev. The merge tool is a 29.21 +# run-time dependency. 29.22 +# 29.23 +BuildRequires: python >= 2.4, python-devel, make, gcc, python-docutils >= 0.5, gettext 29.24 +Provides: hg = %{version}-%{release} 29.25 +Requires: python >= 2.4 29.26 +# The hgk extension uses the wish tcl interpreter, but we don't enforce it 29.27 +#Requires: tk 29.28 + 29.29 +%define pythonver %(python -c 'import sys;print ".".join(map(str, sys.version_info[:2]))') 29.30 +%define emacs_lispdir %{_datadir}/emacs/site-lisp 29.31 + 29.32 +%description 29.33 +Mercurial is a fast, lightweight source control management system designed 29.34 +for efficient handling of very large distributed projects. 29.35 + 29.36 +%prep 29.37 +%setup -q 29.38 + 29.39 +%build 29.40 +make all 29.41 + 29.42 +%install 29.43 +rm -rf $RPM_BUILD_ROOT 29.44 +make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} MANDIR=%{_mandir} 29.45 + 29.46 +install -m 755 contrib/hgk $RPM_BUILD_ROOT%{_bindir} 29.47 +install -m 755 contrib/hg-ssh $RPM_BUILD_ROOT%{_bindir} 29.48 + 29.49 +bash_completion_dir=$RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d 29.50 +mkdir -p $bash_completion_dir 29.51 +install -m 644 contrib/bash_completion $bash_completion_dir/mercurial.sh 29.52 + 29.53 +zsh_completion_dir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions 29.54 +mkdir -p $zsh_completion_dir 29.55 +install -m 644 contrib/zsh_completion $zsh_completion_dir/_mercurial 29.56 + 29.57 +mkdir -p $RPM_BUILD_ROOT%{emacs_lispdir} 29.58 +install -m 644 contrib/mercurial.el $RPM_BUILD_ROOT%{emacs_lispdir} 29.59 +install -m 644 contrib/mq.el $RPM_BUILD_ROOT%{emacs_lispdir} 29.60 + 29.61 +mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/mercurial/hgrc.d 29.62 +install -m 644 contrib/mergetools.hgrc $RPM_BUILD_ROOT%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc 29.63 + 29.64 +%clean 29.65 +rm -rf $RPM_BUILD_ROOT 29.66 + 29.67 +%files 29.68 +%defattr(-,root,root,-) 29.69 +%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi 29.70 +%doc %attr(644,root,root) %{_mandir}/man?/hg* 29.71 +%doc %attr(644,root,root) contrib/*.svg contrib/sample.hgrc 29.72 +%dir %{_datadir}/zsh/ 29.73 +%dir %{_datadir}/zsh/site-functions/ 29.74 +%{_datadir}/zsh/site-functions/_mercurial 29.75 +%dir %{_datadir}/emacs/site-lisp/ 29.76 +%{_datadir}/emacs/site-lisp/mercurial.el 29.77 +%{_datadir}/emacs/site-lisp/mq.el 29.78 +%{_bindir}/hg 29.79 +%{_bindir}/hgk 29.80 +%{_bindir}/hg-ssh 29.81 +%dir %{_sysconfdir}/bash_completion.d/ 29.82 +%config(noreplace) %{_sysconfdir}/bash_completion.d/mercurial.sh 29.83 +%dir %{_sysconfdir}/mercurial 29.84 +%dir %{_sysconfdir}/mercurial/hgrc.d 29.85 +%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/mergetools.rc 29.86 +%if "%{?pythonver}" != "2.4" 29.87 +%{_libdir}/python%{pythonver}/site-packages/%{name}-*-py%{pythonver}.egg-info 29.88 +%endif 29.89 +%{_libdir}/python%{pythonver}/site-packages/%{name} 29.90 +%{_libdir}/python%{pythonver}/site-packages/hgext
30.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 30.2 +++ b/mjpegtools/mjpegtools.spec Fri Mar 11 21:30:26 2011 +0100 30.3 @@ -0,0 +1,289 @@ 30.4 +Name: mjpegtools 30.5 +Version: 1.9.0 30.6 +Release: 3%{?dist} 30.7 +Summary: Tools to manipulate MPEG data 30.8 + 30.9 +Group: Applications/Multimedia 30.10 +License: GPLv2 30.11 +URL: http://mjpeg.sourceforge.net/ 30.12 +Source0: http://downloads.sourceforge.net/mjpeg/%{name}-%{version}.tar.gz 30.13 +Patch0: %{name}-1.9.0rc1-anytovcd-ffmpegver.patch 30.14 +Patch1: mjpegtools-1.9.0-gcc44.patch 30.15 +Patch2: mjpegtools-1.9.0-png-memleak.patch 30.16 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 30.17 + 30.18 +BuildRequires: libjpeg-devel 30.19 +BuildRequires: nasm 30.20 +BuildRequires: libdv-devel 30.21 +BuildRequires: SDL-devel >= 1.1.3 30.22 +BuildRequires: SDL_gfx-devel 30.23 +BuildRequires: libquicktime-devel >= 0.9.8 30.24 +BuildRequires: libpng-devel 30.25 +BuildRequires: gtk2-devel >= 2.4.0 30.26 +Requires: %{name}-libs = %{version}-%{release} 30.27 +# mencoder for lav2avi.sh 30.28 +Requires: mencoder 30.29 +# ffmpeg main package, y4mscaler and which for anytovcd.sh 30.30 +Requires: ffmpeg 30.31 +Requires: y4mscaler 30.32 +Requires: which 30.33 +Requires(post): /sbin/install-info 30.34 +Requires(preun): /sbin/install-info 30.35 + 30.36 +%description 30.37 +The mjpeg programs are a set of tools that can do recording of videos 30.38 +and playback, simple cut-and-paste editing and the MPEG compression of 30.39 +audio and video under Linux. This package contains mjpegtools console 30.40 +utilities. 30.41 + 30.42 +%package gui 30.43 +Summary: GUI tools to manipulate MPEG data 30.44 +Group: Applications/Multimedia 30.45 +Requires: %{name} = %{version}-%{release} 30.46 + 30.47 +%description gui 30.48 +The mjpeg programs are a set of tools that can do recording of videos 30.49 +and playback, simple cut-and-paste editing and the MPEG compression of 30.50 +audio and video under Linux. This package contains mjpegtools GUI 30.51 +utilities. 30.52 + 30.53 +%package libs 30.54 +Summary: Libraries used by mjpegtools 30.55 +Group: System Environment/Libraries 30.56 +Requires: libquicktime >= 0.9.8 30.57 + 30.58 +%description libs 30.59 +The mjpeg programs are a set of tools that can do recording of videos 30.60 +and playback, simple cut-and-paste editing and the MPEG compression of 30.61 +audio and video under Linux. This package contains libraries used by 30.62 +mjpegtools. 30.63 + 30.64 +%package devel 30.65 +Summary: Development files for mjpegtools libraries 30.66 +Group: Development/Libraries 30.67 +Requires: %{name}-libs = %{version}-%{release} 30.68 +Requires: pkgconfig 30.69 + 30.70 +%description devel 30.71 +The mjpeg programs are a set of tools that can do recording of videos 30.72 +and playback, simple cut-and-paste editing and the MPEG compression of 30.73 +audio and video under Linux. This package contains development files 30.74 +for building applications that use mjpegtools libraries. 30.75 + 30.76 + 30.77 +%prep 30.78 +%setup -q 30.79 +%patch0 -p1 30.80 +%patch1 -p1 30.81 +%patch2 -p1 30.82 +sed -i -e 's/ARCHFLAGS=.*/ARCHFLAGS=/' configure* 30.83 +sed -i -e 's|/lib /usr/lib|/%{_lib} %{_libdir}|' configure # lib64 rpaths 30.84 +for f in docs/yuvfps.1 ; do 30.85 + iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f 30.86 +done 30.87 + 30.88 + 30.89 +%build 30.90 +%configure --disable-dependency-tracking --disable-static 30.91 +make # %{?_smp_mflags} 30.92 + 30.93 + 30.94 +%install 30.95 +rm -rf $RPM_BUILD_ROOT 30.96 +make install DESTDIR=$RPM_BUILD_ROOT 30.97 +rm -f $RPM_BUILD_ROOT{%{_infodir}/dir,%{_libdir}/lib*.la} 30.98 +# too broken/outdated to be useful in 1.[89].0 (and would come with dep chain) 30.99 +rm -f $RPM_BUILD_ROOT%{_bindir}/mpegtranscode 30.100 + 30.101 + 30.102 +%clean 30.103 +rm -rf $RPM_BUILD_ROOT 30.104 + 30.105 + 30.106 +%post libs -p /sbin/ldconfig 30.107 + 30.108 +%postun libs -p /sbin/ldconfig 30.109 + 30.110 +%post 30.111 +/sbin/install-info %{_infodir}/mjpeg-howto.info %{_infodir}/dir || : 30.112 + 30.113 +%preun 30.114 +[ $1 -eq 0 ] && \ 30.115 +/sbin/install-info --delete %{_infodir}/mjpeg-howto.info %{_infodir}/dir || : 30.116 + 30.117 + 30.118 +%files 30.119 +%defattr(-,root,root,-) 30.120 +%doc COPYING CHANGES ChangeLog AUTHORS BUGS README.lavpipe NEWS TODO 30.121 +%{_bindir}/* 30.122 +%exclude %{_bindir}/glav 30.123 +%exclude %{_bindir}/lavplay 30.124 +%exclude %{_bindir}/y4mhist 30.125 +%exclude %{_bindir}/yuvplay 30.126 +%{_mandir}/man1/*.1* 30.127 +%exclude %{_mandir}/man1/lavplay.1* 30.128 +%exclude %{_mandir}/man1/yuvplay.1* 30.129 +%{_mandir}/man5/yuv4mpeg.5* 30.130 +%{_infodir}/mjpeg-howto.info* 30.131 + 30.132 +%files gui 30.133 +%defattr(-,root,root,-) 30.134 +%doc README.glav 30.135 +%{_bindir}/glav 30.136 +# lavplay and yuvplay won't save -libs/console util users from X11 and SDL 30.137 +# dependencies as long as liblavplay is in -libs, but they're inherently 30.138 +# GUI tools -> include them here 30.139 +%{_bindir}/lavplay 30.140 +%{_bindir}/y4mhist 30.141 +%{_bindir}/yuvplay 30.142 +%{_mandir}/man1/lavplay.1* 30.143 +%{_mandir}/man1/yuvplay.1* 30.144 + 30.145 +%files libs 30.146 +%defattr(-,root,root,-) 30.147 +%doc COPYING 30.148 +%{_libdir}/lib*.so.* 30.149 + 30.150 +%files devel 30.151 +%defattr(-,root,root,-) 30.152 +%{_includedir}/%{name} 30.153 +%{_libdir}/lib*.so 30.154 +%{_libdir}/pkgconfig/%{name}.pc 30.155 + 30.156 + 30.157 +%changelog 30.158 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 1.9.0-3 30.159 +- Build for MeeGo 1.1 30.160 + 30.161 +* Fri Sep 3 2010 Hans de Goede <j.w.r.degoede@hhs.nl> 1.9.0-2 30.162 +- Fix a memleak which is causing issues for LiVES 30.163 + 30.164 +* Wed Apr 15 2009 Hans de Goede <j.w.r.degoede@hhs.nl> 1.9.0-1 30.165 +- Update to upstream 1.9.0 final release 30.166 + 30.167 +* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9.0-0.7.rc3 30.168 +- rebuild for new F11 features 30.169 + 30.170 +* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.9.0-0.6.rc3 30.171 +- Release bump for rpmfusion 30.172 +- Sync with freshrpms (no changes) 30.173 + 30.174 +* Tue Apr 22 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.9.0-0.5.rc3 30.175 +- Apply patch from Gentoo to fix build with GCC 4.3 (#1941). 30.176 + 30.177 +* Tue Dec 4 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.9.0-0.4.rc3 30.178 +- 1.9.0rc3. 30.179 + 30.180 +* Sat Sep 29 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.9.0-0.4.rc2 30.181 +- Requires: which 30.182 + 30.183 +* Wed Aug 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.9.0-0.3.rc2 30.184 +- License: GPLv2 30.185 + 30.186 +* Thu Jun 21 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.9.0-0.2.rc2 30.187 +- Rebuild. 30.188 + 30.189 +* Fri Jun 8 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.9.0-0.1.rc2 30.190 +- 1.9.0rc2. 30.191 + 30.192 +* Sat Nov 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.8.0-7 30.193 +- Split GUI utilities into -gui subpackage. 30.194 +- Don't ship mpegtranscode, it's broken/outdated. 30.195 +- Require mencoder for lav2avi.sh. 30.196 + 30.197 +* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.8.0-6 30.198 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 30.199 + 30.200 +* Sun Sep 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.8.0-5 30.201 +- Specfile cleanup. 30.202 + 30.203 +* Sun Jun 4 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.8.0-4 30.204 +- Get rid of undefined non-weak symbols in liblav*. 30.205 +- Apply upstream fix for compiling with libquicktime 0.9.8. 30.206 + 30.207 +* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 30.208 +- switch to new release field 30.209 + 30.210 +* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 30.211 +- add dist 30.212 + 30.213 +* Sat Jan 21 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.8.0-0.lvn.3 30.214 +- Include license text in -libs, it can be installed without the main package. 30.215 +- Convert yuvfps man page to UTF-8. 30.216 +- Fix -devel Group tag. 30.217 + 30.218 +* Thu Jan 19 2006 Adrian Reber <adrian@lisas.de> - 1.8.0-0.lvn.2 30.219 +- Added patch to compile with gcc 4.1 30.220 +- Dropped 0 Epoch 30.221 + 30.222 +* Mon Sep 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.8.0-0.lvn.1 30.223 +- 1.8.0. 30.224 + 30.225 +* Sat Aug 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6.3-0.lvn.0.1.rc3 30.226 +- 1.6.3-rc3, Altivec fixes applied upstream. 30.227 + 30.228 +* Fri Aug 12 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6.3-0.lvn.0.1.rc2 30.229 +- 1.6.3-rc2, clean up obsolete pre-FC2 stuff. 30.230 +- Fix Altivec build, kudos to upstream. 30.231 + 30.232 +* Thu May 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6,3-0.lvn.0.1.rc1 30.233 +- 1.6.3-rc1 (1.7.0 snapshot package not released, so no Epoch bump). 30.234 + 30.235 +* Sun May 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.0-0.lvn.0.2.cvs20050521 30.236 +- PPC: disable Altivec due to gcc4 build failure, honor $RPM_OPT_FLAGS. 30.237 + 30.238 +* Sat May 21 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.0-0.lvn.0.1.cvs20050521 30.239 +- Pre-1.7.0 snapshot as of today, all patches applied or obsoleted upstream. 30.240 +- Require pkgconfig in -devel. 30.241 + 30.242 +* Wed Feb 2 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6.2-0.lvn.7 30.243 +- Add corrected -fPIC tweak from Thorsten. 30.244 + 30.245 +* Mon Jan 31 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6.2-0.lvn.6 30.246 +- Include PNG input support. 30.247 +- Remove no-op $RPM_OPT_FLAGS setting from %%build. 30.248 +- Remove bogus optimization settings from configure script. 30.249 + 30.250 +* Fri Dec 31 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.6.2-0.lvn.5 30.251 +- CFLAGS="$CFLAGS -fPIC" on non x86; Fixes build error on x86_64; The 30.252 + option --with-pic is not enough 30.253 + 30.254 +* Sat Dec 18 2004 Dams <anvil[AT]livna.org> - 0:1.6.2-0.lvn.4 30.255 +- Disabling static libraries building 30.256 + 30.257 +* Tue Dec 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6.2-0.lvn.3 30.258 +- Include quicktime support. 30.259 +- Apply patch from ALT Linux to fix info pages, fix typo in %%post. 30.260 +- Require /sbin/install-info. 30.261 +- Add "--without static" rpmbuild option to work around an issue with FC3 strip 30.262 +- Always enable SIMD accelerations, CPU capabilities detected at runtime. 30.263 +- Always disable use of cmov. 30.264 + 30.265 +* Thu Nov 11 2004 Dams <anvil[AT]livna.org> 0:1.6.2-0.lvn.2 30.266 +- Added patch to fix gcc3.4 build 30.267 +- Detected race condition in Makefiles (disabling _smp_mflags use) 30.268 +- Added info files & scriptlets 30.269 +- Dropped patch0 and patch1 30.270 + 30.271 +* Tue Jun 8 2004 Dams <anvil[AT]livna.org> 0:1.6.2-0.lvn.1 30.272 +- Updated to 1.6.2 30.273 + 30.274 +* Sun Sep 28 2003 Dams <anvil[AT]livna.org> 0:1.6.1-0.fdr.6 30.275 +- Removed comment after scriptlets 30.276 + 30.277 +* Fri Aug 22 2003 Dams <anvil[AT]livna.org> 0:1.6.1-0.fdr.5 30.278 +- buildroot -> RPM_BUILD_ROOT 30.279 + 30.280 +* Sun Aug 10 2003 Dams <anvil[AT]livna.org> 0:1.6.1-0.fdr.4 30.281 +- Applied upstream patches to fix build on gcc3.3 systems 30.282 + 30.283 +* Tue Apr 29 2003 Dams <anvil[AT]livna.org> 0:1.6.1-0.fdr.3 30.284 +- Now test arch for configure options (from Ville) 30.285 +- Removed ImageMagick-devel BuildRequires 30.286 + 30.287 +* Sun Apr 27 2003 Dams <anvil[AT]livna.org> 0:1.6.1-0.fdr.2 30.288 +- Added missing BuildRequires 30.289 +- Added post/postun scriplets for libs package 30.290 + 30.291 +* Wed Apr 23 2003 Dams <anvil[AT]livna.org> 30.292 +- Initial build.
31.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 31.2 +++ b/nfs-utils-lib/nfs-utils-lib.spec Fri Mar 11 21:30:26 2011 +0100 31.3 @@ -0,0 +1,240 @@ 31.4 +Summary: Network File System Support Library 31.5 +Name: nfs-utils-lib 31.6 +Version: 1.1.5 31.7 +Release: 2%{?dist} 31.8 +URL: http://www.citi.umich.edu/projects/nfsv4/linux/ 31.9 +License: BSD 31.10 + 31.11 +%define idmapvers 0.23 31.12 +%define libnfsidmap libnfsidmap 31.13 +%define rpcsecgssvers 0.18 31.14 +%define librpcsecgss librpcsecgss 31.15 +%define libs %{librpcsecgss} %{libnfsidmap} 31.16 + 31.17 +%define _docdir %{_defaultdocdir}/%{name}-%{version} 31.18 +%define librpcsecgss_docdir %{_docdir}/%{librpcsecgss}-%{rpcsecgssvers} 31.19 +%define libnfsidmap_docdir %{_docdir}/%{libnfsidmap}-%{idmapvers} 31.20 + 31.21 +Source0: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/%{libnfsidmap}-%{idmapvers}.tar.gz 31.22 +Source1: http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/%{librpcsecgss}-%{rpcsecgssvers}.tar.gz 31.23 + 31.24 +Patch000: nfs-utils-lib-changelicensetoBSD.patch 31.25 + 31.26 +Group: System Environment/Libraries 31.27 +BuildRoot: %{_tmppath}/%{name}-%{version}-root 31.28 +BuildRequires: pkgconfig, gettext, autoconf, automake 31.29 +BuildRequires: libgssglue-devel, openldap-devel 31.30 +Requires(postun): /sbin/ldconfig 31.31 +Requires(pre): /sbin/ldconfig 31.32 +Requires: libgssglue, openldap, nfs-utils >= 1.2.1-14 31.33 + 31.34 +%description 31.35 +Support libraries that are needed by the commands and 31.36 +daemons the nfs-utils rpm. 31.37 + 31.38 +%package devel 31.39 +Summary: Development files for the nfs-utils-lib library 31.40 +Group: Development/Libraries 31.41 +Requires: %{name} = %{version}-%{release} 31.42 +Requires: pkgconfig 31.43 + 31.44 +%description devel 31.45 +This package includes header files and libraries necessary for 31.46 +developing programs which use the nfs-utils-lib library. 31.47 + 31.48 +%prep 31.49 +%setup -c -q -a1 31.50 +mv %{libnfsidmap}-%{idmapvers} %{libnfsidmap} 31.51 +mv %{librpcsecgss}-%{rpcsecgssvers} %{librpcsecgss} 31.52 + 31.53 +%patch000 -p1 31.54 + 31.55 +%build 31.56 + 31.57 +for dir in %{libs} ; do 31.58 + pushd $dir 31.59 + %configure --disable-static 31.60 + popd 31.61 +done 31.62 +for dir in %{libs} ; do 31.63 + pushd $dir 31.64 + make all 31.65 + popd 31.66 +done 31.67 + 31.68 +%install 31.69 +rm -rf %{buildroot} 31.70 +for dir in %{libs} ; do 31.71 + pushd $dir 31.72 + DESTDIR=%{buildroot} make install 31.73 + popd 31.74 +done 31.75 + 31.76 +mkdir -p %{buildroot}/%{librpcsecgss_docdir} 31.77 +pushd %{librpcsecgss} 31.78 +for file in AUTHORS ChangeLog NEWS README ; do 31.79 + install -m 644 $file %{buildroot}/%{librpcsecgss_docdir} 31.80 +done 31.81 +popd 31.82 + 31.83 +mkdir -p %{buildroot}/%{libnfsidmap_docdir} 31.84 +pushd %{libnfsidmap} 31.85 +for file in AUTHORS ChangeLog NEWS README ; do 31.86 + install -m 644 $file %{buildroot}/%{libnfsidmap_docdir} 31.87 +done 31.88 +popd 31.89 + 31.90 +mkdir -p %{buildroot}/etc 31.91 +install -m 644 %{libnfsidmap}/idmapd.conf $RPM_BUILD_ROOT/etc/idmapd.conf 31.92 +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5 31.93 + 31.94 +# Delete unneeded libtool libs 31.95 +rm -rf ${RPM_BUILD_ROOT}%{_libdir}/*.la ${RPM_BUILD_ROOT}%{_libdir}/libnfsidmap/*.la 31.96 + 31.97 +%post -p /sbin/ldconfig 31.98 + 31.99 +%postun -p /sbin/ldconfig 31.100 + 31.101 +%clean 31.102 +rm -rf %{buildroot} 31.103 + 31.104 + 31.105 +%files 31.106 +%defattr(-,root,root,-) 31.107 +%dir %{_docdir} 31.108 +%{_libdir}/librpcsecgss.so.* 31.109 +%dir %{librpcsecgss_docdir} 31.110 +%{librpcsecgss_docdir}/* 31.111 + 31.112 +%config(noreplace) /etc/idmapd.conf 31.113 +%{_libdir}/libnfsidmap*.so.* 31.114 +%dir %{libnfsidmap_docdir} 31.115 +%{libnfsidmap_docdir}/* 31.116 +%{_mandir}/*/* 31.117 +%{_libdir}/libnfsidmap/*.so 31.118 + 31.119 +%files devel 31.120 +%defattr(0644,root,root,755) 31.121 +%{_libdir}/librpcsecgss.so 31.122 +%dir %{_includedir}/rpcsecgss 31.123 +%dir %{_includedir}/rpcsecgss/rpc 31.124 +%{_libdir}/pkgconfig/librpcsecgss.pc 31.125 +%{_libdir}/pkgconfig/libnfsidmap.pc 31.126 +%{_includedir}/rpcsecgss/rpc/auth.h 31.127 +%{_includedir}/rpcsecgss/rpc/auth_gss.h 31.128 +%{_includedir}/rpcsecgss/rpc/svc.h 31.129 +%{_includedir}/rpcsecgss/rpc/svc_auth.h 31.130 +%{_includedir}/rpcsecgss/rpc/rpc.h 31.131 +%{_includedir}/rpcsecgss/rpc/rpcsecgss_rename.h 31.132 +%{_includedir}/nfsidmap.h 31.133 +%{_libdir}/libnfsidmap*.so 31.134 + 31.135 +%changelog 31.136 +* Fri May 28 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.5-2 31.137 +- disable static libs (bz 556087) 31.138 +- disable libtool libs 31.139 + 31.140 +* Mon Jan 25 2010 Steve Dickson <steved@redhat.com> 1.1.5-1 31.141 +Updated to latest upstream release: libnfsidmap-0.23 31.142 + 31.143 +* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-8 31.144 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 31.145 + 31.146 +* Fri Jun 5 2009 Steve Dickson <steved@redhat.com> 1.1.4-7 31.147 +- Added a debug line to log when the local realm is not found 31.148 + 31.149 +* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.4-6 31.150 +- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems 31.151 + 31.152 +* Mon Apr 13 2009 Steve Dickson <steved@redhat.com> 1.1.4-5 31.153 +- Moved the .pc files into the -devel rpm (bz 489173) 31.154 + 31.155 +* Wed Apr 1 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 1.1.4-4 31.156 +- Fix unowned header directories (#483464). 31.157 + 31.158 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-3 31.159 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 31.160 + 31.161 +* Fri Oct 24 2008 Steve Dickson <steved@redhat.com> 1.1.4-2 31.162 +- Incorporated from upstream as to how how nss deals 31.163 + with Local Realms 31.164 + 31.165 +* Sat Oct 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-1 31.166 +- Fixed a bad assumtion in nss code. 31.167 + 31.168 +* Wed Aug 27 2008 Steve Dickson <steved@redhat.com> 1.1.3-2 31.169 +- Upgraded librpcsecgss to latest upstream version: 0.18 31.170 + 31.171 +* Wed Aug 27 2008 Steve Dickson <steved@redhat.com> 1.1.3-1 31.172 +- Upgraded libnfsidmap to latest upstream version: 0.21 31.173 + 31.174 +* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 1.1.1-4 31.175 +- In idmapd.conf, commented out 'Domain' so DNS will be 31.176 + used to define the domainname. (bz 447237) 31.177 + 31.178 +* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.1-3 31.179 +- Autorebuild for GCC 4.3 31.180 + 31.181 +* Thu Jan 24 2008 Steve Dickson <steved@redhat.com> 1.1.1-2 31.182 +- Changed the file mode on documentation files (bz 427827) 31.183 +- Chagned how the doc directories are created so they 31.184 + are owned by the package. (bz 211001) 31.185 + 31.186 +* Thu Jan 24 2008 Steve Dickson <steved@redhat.com> 1.1.1-1 31.187 +- Updated librpcsecgss to the 0.17 release 31.188 + 31.189 +* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-4 31.190 + - Rebuild for openldap bump 31.191 + 31.192 +* Tue Oct 16 2007 Steve Dickson <steved@redhat.com> 1.1.0-3 31.193 +- Switch the libgssapi dependency to libgssglue 31.194 +- Updated librpcsecgss to the 0.16 release 31.195 + 31.196 +* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-2 31.197 +- Rebuild for selinux ppc32 issue. 31.198 + 31.199 +* Sat Jul 28 2007 Steve Dickson <steved@redhat.com> 1.1.0-1 31.200 +- Updated libnfsidmap to the 0.20 release 31.201 +- Added rules to install/remove /etc/idmap.conf 31.202 + 31.203 +* Mon Mar 12 2007 Steve Dickson <steved@redhat.com> 1.0.8-9 31.204 +- Removed the --prefix=$RPM_BUILD_ROOT from the %%configure (bz 213152) 31.205 + 31.206 +* Tue Feb 20 2007 Steve Dickson <steved@redhat.com> 1.0.8-8 31.207 +- Updated libnfsidmap to the 0.19 release 31.208 + 31.209 +* Fri Dec 1 2006 Steve Dickson <steved@redhat.com> 1.0.8-7.3 31.210 +- Fixed typo in the package description (bz 189652) 31.211 + 31.212 +* Wed Aug 30 2006 Steve Dickson <steved@redhat.com> 1.0.8-7.2 31.213 +- added automake to BuildRequires: 31.214 + 31.215 +* Wed Aug 30 2006 Steve Dickson <steved@redhat.com> 1.0.8-7.1 31.216 +- rebuild 31.217 + 31.218 +* Wed Aug 2 2006 Steve Dickson <steved@redhat.com> 1.0.8-7 31.219 +- Updated librpcsecgss to -0.14 31.220 + 31.221 +* Wed Jul 26 2006 Steve Dickson <steved@redhat.com> 1.0.8-6 31.222 +- Added GSSLIBS to the linking of librpcsecgss (bz 198238) 31.223 + 31.224 +* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8-5.1 31.225 +- rebuild 31.226 + 31.227 +* Tue Jun 20 2006 Steve Dickson <steved@redhat.com> 1.0.8-3.1 31.228 +- Updated libnfsidmap and librpcsecgss to latest upstream version 31.229 + 31.230 +* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8-3.1 31.231 +- bump again for double-long bug on ppc(64) 31.232 + 31.233 +* Thu Feb 09 2006 Florian La Roche <laroche@redhat.com> 1.0.8-3 31.234 +- remove empty scripts 31.235 + 31.236 +* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8-2.1 31.237 +- rebuilt for new gcc4.1 snapshot and glibc changes 31.238 + 31.239 +* Thu Jan 19 2006 Steve Dickson <steved@redhat.com> 1.0.8-2 31.240 +- Added debugging routines to libnfsidmap 31.241 + 31.242 +* Fri Jan 6 2006 Steve Dickson <steved@redhat.com> 1.0.8-1 31.243 +- Initial commit
32.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 32.2 +++ b/nfs-utils/nfs-utils.spec Fri Mar 11 21:30:26 2011 +0100 32.3 @@ -0,0 +1,1283 @@ 32.4 +Summary: NFS utilities and supporting clients and daemons for the kernel NFS server 32.5 +Name: nfs-utils 32.6 +URL: http://sourceforge.net/projects/nfs 32.7 +Version: 1.2.3 32.8 +Release: 4%{?dist} 32.9 +Epoch: 1 32.10 + 32.11 +# group all 32bit related archs 32.12 +%define all_32bit_archs i386 i486 i586 i686 athlon ppc sparcv9 32.13 + 32.14 +Source0: http://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2 32.15 + 32.16 +Source10: nfs.init 32.17 +Source11: nfslock.init 32.18 +Source12: rpcidmapd.init 32.19 +Source13: rpcgssd.init 32.20 +Source14: rpcsvcgssd.init 32.21 +Source15: nfs.sysconfig 32.22 + 32.23 +Patch001: nfs-utils-1.2.4-rc3.patch 32.24 + 32.25 +Patch100: nfs-utils-1.2.1-statdpath-man.patch 32.26 +Patch101: nfs-utils-1.2.2-statdpath.patch 32.27 +Patch102: nfs-utils-1.2.1-exp-subtree-warn-off.patch 32.28 +Patch103: nfs-utils-1.2.3-sm-notify-res_init.patch 32.29 + 32.30 +Group: System Environment/Daemons 32.31 +Provides: exportfs = %{epoch}:%{version}-%{release} 32.32 +Provides: nfsstat = %{epoch}:%{version}-%{release} 32.33 +Provides: showmount = %{epoch}:%{version}-%{release} 32.34 +Provides: rpcdebug = %{epoch}:%{version}-%{release} 32.35 +Provides: rpc.idmapd = %{epoch}:%{version}-%{release} 32.36 +Provides: rpc.mountd = %{epoch}:%{version}-%{release} 32.37 +Provides: rpc.nfsd = %{epoch}:%{version}-%{release} 32.38 +Provides: rpc.statd = %{epoch}:%{version}-%{release} 32.39 +Provides: rpc.gssd = %{epoch}:%{version}-%{release} 32.40 +Provides: rpc.svcgssd = %{epoch}:%{version}-%{release} 32.41 +Provides: mount.nfs = %{epoch}:%{version}-%{release} 32.42 +Provides: mount.nfs4 = %{epoch}:%{version}-%{release} 32.43 +Provides: umount.nfs = %{epoch}:%{version}-%{release} 32.44 +Provides: umount.nfs4 = %{epoch}:%{version}-%{release} 32.45 +Provides: sm-notify = %{epoch}:%{version}-%{release} 32.46 +Provides: start-statd = %{epoch}:%{version}-%{release} 32.47 + 32.48 +License: MIT and GPLv2 and GPLv2+ and BSD 32.49 +Buildroot: %{_tmppath}/%{name}-%{version}-root 32.50 +Requires: rpcbind, sed, gawk, sh-utils, fileutils, textutils, grep 32.51 +Requires: modutils >= 2.4.26-9 32.52 +BuildRequires: libgssglue-devel libevent-devel libcap-devel 32.53 +BuildRequires: nfs-utils-lib-devel >= 1.1.0-3 libtirpc-devel libblkid-devel 32.54 +BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2 32.55 +BuildRequires: automake, libtool, glibc-headers 32.56 +BuildRequires: krb5-devel, tcp_wrappers-devel 32.57 +Requires(pre): shadow-utils >= 4.0.3-25 32.58 +Requires(pre): /sbin/chkconfig /sbin/nologin 32.59 +Requires: nfs-utils-lib >= 1.1.0-3 libgssglue libevent 32.60 +Requires: libtirpc libblkid libcap 32.61 + 32.62 +%description 32.63 +The nfs-utils package provides a daemon for the kernel NFS server and 32.64 +related tools, which provides a much higher level of performance than the 32.65 +traditional Linux NFS server used by most users. 32.66 + 32.67 +This package also contains the showmount program. Showmount queries the 32.68 +mount daemon on a remote host for information about the NFS (Network File 32.69 +System) server on the remote host. For example, showmount can display the 32.70 +clients which are mounted on that host. 32.71 + 32.72 +This package also contains the mount.nfs and umount.nfs program. 32.73 + 32.74 +%prep 32.75 +%setup -q 32.76 + 32.77 +%patch001 -p1 32.78 + 32.79 +%patch100 -p1 32.80 +%patch101 -p1 32.81 +%patch102 -p1 32.82 +%patch103 -p1 32.83 + 32.84 +# Remove .orig files 32.85 +find . -name "*.orig" | xargs rm -f 32.86 + 32.87 +%build 32.88 + 32.89 +%ifarch s390 s390x sparcv9 sparc64 32.90 +PIE="-fPIE" 32.91 +%else 32.92 +PIE="-fpie" 32.93 +%endif 32.94 +export PIE 32.95 + 32.96 +sh -x autogen.sh 32.97 + 32.98 +CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE -D_FILE_OFFSET_BITS=64`" 32.99 +%configure \ 32.100 + CFLAGS="$CFLAGS" \ 32.101 + CPPFLAGS="$DEFINES" \ 32.102 + LDFLAGS="-pie" \ 32.103 + --enable-mountconfig \ 32.104 + --enable-ipv6 \ 32.105 + --enable-nfsv41 \ 32.106 + --with-statdpath=/var/lib/nfs/statd 32.107 + 32.108 +make all 32.109 + 32.110 +%install 32.111 +rm -rf $RPM_BUILD_ROOT 32.112 +mkdir -p $RPM_BUILD_ROOT{/sbin,/usr/sbin} 32.113 +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8 32.114 +mkdir -p $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/sysconfig} 32.115 +make DESTDIR=$RPM_BUILD_ROOT install 32.116 +install -s -m 755 tools/rpcdebug/rpcdebug $RPM_BUILD_ROOT/usr/sbin 32.117 +install -m 755 %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfs 32.118 +install -m 755 %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfslock 32.119 +install -m 755 %{SOURCE12} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcidmapd 32.120 +install -m 755 %{SOURCE13} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcgssd 32.121 +install -m 755 %{SOURCE14} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcsvcgssd 32.122 +install -m 644 %{SOURCE15} $RPM_BUILD_ROOT/etc/sysconfig/nfs 32.123 +install -m 644 utils/mount/nfsmount.conf $RPM_BUILD_ROOT/etc 32.124 + 32.125 +mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/rpc_pipefs 32.126 + 32.127 +touch $RPM_BUILD_ROOT/var/lib/nfs/rmtab 32.128 +mv $RPM_BUILD_ROOT/usr/sbin/rpc.statd $RPM_BUILD_ROOT/sbin 32.129 + 32.130 +mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm 32.131 +mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm.bak 32.132 +mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/v4recovery 32.133 + 32.134 +%clean 32.135 +rm -rf $RPM_BUILD_ROOT 32.136 + 32.137 +%pre 32.138 +# move files so the running service will have this applied as well 32.139 +for x in gssd svcgssd idmapd ; do 32.140 + if [ -f /var/lock/subsys/rpc.$x ]; then 32.141 + mv /var/lock/subsys/rpc.$x /var/lock/subsys/rpc$x 32.142 + fi 32.143 +done 32.144 + 32.145 +/usr/sbin/useradd -l -c "RPC Service User" -r \ 32.146 + -s /sbin/nologin -u 29 -d /var/lib/nfs rpcuser 2>/dev/null || : 32.147 +# Define the correct unsigned uid value for 32 or 64 bit archs 32.148 +%ifarch %{all_32bit_archs} 32.149 +%define nfsnobody_uid 65534 32.150 +%else 32.151 +%define nfsnobody_uid 4294967294 32.152 +%endif 32.153 + 32.154 +# If GID 65534 (or 4294967294 64bit archs) is unassigned, 32.155 +# create group "nfsnobody" 32.156 +cat /etc/group | cut -d':' -f 3 | grep --quiet %{nfsnobody_uid} 2>/dev/null 32.157 +if [ "$?" -eq 1 ]; then 32.158 + /usr/sbin/groupadd -g %{nfsnobody_uid} nfsnobody 2>/dev/null || : 32.159 +fi 32.160 + 32.161 +# If UID 65534 (or 4294967294 64bit archs) is unassigned, 32.162 +# create user "nfsnobody" 32.163 +cat /etc/passwd | cut -d':' -f 3 | grep --quiet %{nfsnobody_uid} 2>/dev/null 32.164 +if [ "$?" -eq 1 ]; then 32.165 + /usr/sbin/useradd -l -c "Anonymous NFS User" -r -g %{nfsnobody_uid} \ 32.166 + -s /sbin/nologin -u %{nfsnobody_uid} -d /var/lib/nfs nfsnobody 2>/dev/null || : 32.167 +fi 32.168 + 32.169 +%post 32.170 +/sbin/chkconfig --add nfs 32.171 +/sbin/chkconfig --add nfslock 32.172 +/sbin/chkconfig --add rpcidmapd 32.173 +/sbin/chkconfig --add rpcgssd 32.174 +/sbin/chkconfig --add rpcsvcgssd 32.175 +# Make sure statd used the correct uid/gid. 32.176 +chown -R rpcuser:rpcuser /var/lib/nfs/statd 32.177 + 32.178 +%preun 32.179 +if [ "$1" = "0" ]; then 32.180 + /etc/rc.d/init.d/nfs condstop > /dev/null 32.181 + /etc/rc.d/init.d/rpcgssd condstop > /dev/null 32.182 + /etc/rc.d/init.d/rpcidmapd condstop > /dev/null 32.183 + /etc/rc.d/init.d/nfslock condstop > /dev/null 32.184 + /sbin/chkconfig --del rpcidmapd 32.185 + /sbin/chkconfig --del rpcgssd 32.186 + /sbin/chkconfig --del rpcsvcgssd 32.187 + /sbin/chkconfig --del nfs 32.188 + /sbin/chkconfig --del nfslock 32.189 + /usr/sbin/userdel rpcuser 2>/dev/null || : 32.190 + /usr/sbin/groupdel rpcuser 2>/dev/null || : 32.191 + /usr/sbin/userdel nfsnobody 2>/dev/null || : 32.192 + /usr/sbin/groupdel nfsnobody 2>/dev/null || : 32.193 + rm -rf /var/lib/nfs/statd 32.194 + rm -rf /var/lib/nfs/v4recovery 32.195 +fi 32.196 + 32.197 +%postun 32.198 +if [ "$1" -ge 1 ]; then 32.199 + /etc/rc.d/init.d/rpcidmapd condrestart > /dev/null 32.200 + /etc/rc.d/init.d/rpcgssd condrestart > /dev/null 32.201 + /etc/rc.d/init.d/nfs condrestart > /dev/null 32.202 + /etc/rc.d/init.d/nfslock condrestart > /dev/null 32.203 +fi 32.204 + 32.205 +%triggerpostun -- nfs-server 32.206 +/sbin/chkconfig --add nfs 32.207 + 32.208 +%triggerpostun -- knfsd 32.209 +/sbin/chkconfig --add nfs 32.210 + 32.211 +%triggerpostun -- knfsd-clients 32.212 +/sbin/chkconfig --add nfslock 32.213 + 32.214 +%files 32.215 +%defattr(-,root,root) 32.216 +%config /etc/rc.d/init.d/nfs 32.217 +%config /etc/rc.d/init.d/rpcidmapd 32.218 +%config /etc/rc.d/init.d/rpcgssd 32.219 +%config /etc/rc.d/init.d/rpcsvcgssd 32.220 +%config(noreplace) /etc/sysconfig/nfs 32.221 +%config(noreplace) /etc/nfsmount.conf 32.222 +%dir /var/lib/nfs/v4recovery 32.223 +%dir /var/lib/nfs/rpc_pipefs 32.224 +%dir /var/lib/nfs 32.225 +%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd 32.226 +%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm 32.227 +%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm.bak 32.228 +%config(noreplace) %attr(644,rpcuser,rpcuser) /var/lib/nfs/state 32.229 +%config(noreplace) /var/lib/nfs/xtab 32.230 +%config(noreplace) /var/lib/nfs/etab 32.231 +%config(noreplace) /var/lib/nfs/rmtab 32.232 +%doc linux-nfs/* 32.233 +/sbin/rpc.statd 32.234 +/usr/sbin/exportfs 32.235 +/usr/sbin/nfsstat 32.236 +/usr/sbin/rpcdebug 32.237 +/usr/sbin/rpc.mountd 32.238 +/usr/sbin/rpc.nfsd 32.239 +/usr/sbin/showmount 32.240 +/usr/sbin/rpc.idmapd 32.241 +/usr/sbin/rpc.gssd 32.242 +/usr/sbin/rpc.svcgssd 32.243 +/usr/sbin/gss_clnt_send_err 32.244 +/usr/sbin/gss_destroy_creds 32.245 +/usr/sbin/sm-notify 32.246 +/usr/sbin/start-statd 32.247 +/usr/sbin/mountstats 32.248 +/usr/sbin/nfsiostat 32.249 +%{_mandir}/*/* 32.250 +%config /etc/rc.d/init.d/nfslock 32.251 + 32.252 +%attr(4755,root,root) /sbin/mount.nfs 32.253 +%attr(4755,root,root) /sbin/mount.nfs4 32.254 +%attr(4755,root,root) /sbin/umount.nfs 32.255 +%attr(4755,root,root) /sbin/umount.nfs4 32.256 + 32.257 +%changelog 32.258 +* Wed Dec 1 2010 Steve Dickson <steved@redhat.com> 1.2.3-4 32.259 +- The nfs service is not stopped on reboot or halt (bz 652786) 32.260 +- Removed obsolete configuration values (bz 653765) 32.261 + 32.262 +* Mon Nov 29 2010 Steve Dickson <steved@redhat.com> 1.2.3-3 32.263 +- Updated to latest upstream release: nfs-utils-1-2-4-rc3 32.264 + 32.265 +* Fri Oct 15 2010 Steve Dickson <steved@redhat.com> 1.2.3-2 32.266 +- Initscripts do not conform to LSB specification (bz 621562) 32.267 +- sm-notify needs to call res_init() before each try (bz 625531) 32.268 +- exports(5) man page duplicated paragraphs (bz 590921) 32.269 + 32.270 +* Thu Oct 14 2010 Steve Dickson <steved@redhat.com> 1.2.3-1 32.271 +- Updated to latest upstream release: nfs-utils-1-2-4-rc1 32.272 + 32.273 +* Mon Oct 4 2010 Steve Dickson <steved@redhat.com> 1.2.3-0.1 32.274 +- Fixed a regession with -p arguemnt to rpc.mountd 32.275 + 32.276 +* Thu Sep 30 2010 Steve Dickson <steved@redhat.com> 1.2.3-0 32.277 +- Updated to latest upstream release: nfs-utils-1-2-3 32.278 + 32.279 +* Thu Sep 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-8 32.280 +- Update to upstream RC release: nfs-utils-1-2-3-rc6 32.281 + 32.282 +* Thu Sep 9 2010 Steve Dickson <steved@redhat.com> 1.2.2-7 32.283 +- Update to upstream RC release: nfs-utils-1-2-3-rc5 32.284 + 32.285 +* Tue Jun 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-6 32.286 +- Update to upstream RC release: nfs-utils-1-2-3-rc4 32.287 + 32.288 +* Thu May 6 2010 Steve Dickson <steved@redhat.com> 1.2.2-4 32.289 +- Update to upstream RC release: nfs-utils-1-2-3-rc3 32.290 + 32.291 +* Fri Apr 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-3 32.292 +- Update to upstream RC release: nfs-utils-1-2-3-rc2 32.293 + 32.294 +* Mon Mar 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-2 32.295 +- Update to upstream RC release: nfs-utils-1-2-3-rc1 32.296 + 32.297 +* Thu Feb 18 2010 Steve Dickson <steved@redhat.com> 1.2.2-1 32.298 +- Updated to latest upstream version: 1.2.2 32.299 + 32.300 +* Thu Jan 28 2010 Steve Dickson <steved@redhat.com> 1.2.1-17 32.301 +- Backed out the "Don't fail mounts when /etc/netconfig is 32.302 + nonexistent" patch 32.303 + 32.304 +* Wed Jan 27 2010 Steve Dickson <steved@redhat.com> 1.2.1-16 32.305 +- mount.nfs: Don't fail mounts when /etc/netconfig is nonexistent 32.306 + 32.307 +* Mon Jan 25 2010 Steve Dickson <steved@redhat.com> 1.2.1-15 32.308 +- statd: Teach nfs_compare_sockaddr() to handle NULL 32.309 + arguments 32.310 + 32.311 +* Fri Jan 22 2010 Steve Dickson <steved@redhat.com> 1.2.1-14 32.312 +- Update to upstream RC release: nfs-utils-1-2-2-rc9 32.313 + 32.314 +* Thu Jan 21 2010 Steve Dickson <steved@redhat.com> 1.2.1-13 32.315 +- mount.nfs: Configuration file parser ignoring options 32.316 +- mount.nfs: Set the default family for lookups based on 32.317 + defaultproto= setting 32.318 +- Enabled ipv6 32.319 + 32.320 +* Sun Jan 17 2010 Steve Dickson <steved@redhat.com> 1.2.1-12 32.321 +- Updated to latest upstream RC release: nfs-utils-1-2-2-rc7 32.322 + which includes Ipv6 support for tcpwrapper (disabled by default). 32.323 + 32.324 +* Sat Jan 16 2010 Steve Dickson <steved@redhat.com> 1.2.1-11 32.325 +- Updated to latest upstream RC release: nfs-utils-1-2-2-rc7 32.326 + which includes Ipv6 support for statd (disabled by default). 32.327 + 32.328 +* Thu Jan 14 2010 Steve Dickson <steved@redhat.com> 1.2.1-10 32.329 +- Updated to the latest pseudo root release (rel10) which 32.330 + containts the upstream pseudo root release 32.331 + 32.332 +* Mon Jan 12 2010 Steve Dickson <steved@redhat.com> 1.2.1-9 32.333 +- Updated to latest upstream RC release: nfs-utils-1-2-2-rc5 32.334 + 32.335 +* Mon Jan 4 2010 Steve Dickson <steved@redhat.com> 1.2.1-8 32.336 +- mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is set 32.337 + 32.338 +* Mon Dec 14 2009 Steve Dickson <steved@redhat.com> 1.2.1-7 32.339 +- Updated to latest upstream RC release: nfs-utils-1-2-2-rc3 32.340 + 32.341 +* Thu Dec 10 2009 Steve Dickson <steved@redhat.com> 1.2.1-6 32.342 +- Update the pseudo root to handle security flavors better. 32.343 + 32.344 +* Mon Dec 7 2009 Steve Dickson <steved@redhat.com> 1.2.1-5 32.345 +- mount.nfs: Retry v4 mounts with v3 on ENOENT errors 32.346 + 32.347 +* Mon Dec 7 2009 Steve Dickson <steved@redhat.com> 1.2.1-4 32.348 +- Updated to the latest pseudo root release (rel9) (bz 538609). 32.349 + 32.350 +* Thu Nov 12 2009 Steve Dickson <steved@redhat.com> 1.2.1-3 32.351 +- Stop rpc.nfsd from failing to startup when the network 32.352 + is down (bz 532270) 32.353 + 32.354 +* Wed Nov 11 2009 Steve Dickson <steved@redhat.com> 1.2.1-2 32.355 +- Updated to the latest pseudo root release (rel8). 32.356 + 32.357 +* Wed Nov 4 2009 Steve Dickson <steved@redhat.com> 1.2.1-1 32.358 +- Updated to latest upstream release: 1.2.0 32.359 + 32.360 +* Tue Nov 3 2009 Steve Dickson <steved@redhat.com> 1.2.0-18 32.361 +- Reworked and remove some of the Default-Start/Stop stanzas 32.362 + in the init scripts (bz 531425) 32.363 + 32.364 +* Mon Nov 2 2009 Steve Dickson <steved@redhat.com> 1.2.0-17 32.365 +- Updated to the latest pseudo root release (rel7). 32.366 +- Added upstream 1.2.1-rc7 patch which fixes: 32.367 + - Stop ignoring the -o v4 option (bz 529407) 32.368 + - Allow network protocol roll backs when proto is set 32.369 + in the config file (bz 529864) 32.370 +- v4 mounts will roll back to v3 mounts when the mount 32.371 + fails with ENOENT. 32.372 + 32.373 +* Mon Oct 5 2009 Steve Dickson <steved@redhat.com> 1.2.0-16 32.374 +- Fixed a whole where '-o v4' was not overriding the 32.375 + version in the conf file. 32.376 + 32.377 +* Wed Sep 30 2009 Steve Dickson <steved@redhat.com> 1.2.0-15 32.378 +- Change the nfsmount.conf file to define v3 as the default 32.379 + protocol version. 32.380 +- Make sure versions set on the command line override version 32.381 + set in nfsmount.conf 32.382 +- Make version rollbacks still work when versions are set in 32.383 + nfsmount.conf 32.384 + 32.385 +* Tue Sep 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-13 32.386 +- Added upstream 1.2.1-rc5 patch 32.387 + - mount.nfs: Support negotiation between v4, v3, and v2 32.388 + - mount.nfs: Keep server's address in nfsmount_info 32.389 + - mount.nfs: Sandbox each mount attempt 32.390 + - mount.nfs: Support negotiation between v4, v3, and v2 32.391 + 32.392 +* Wed Sep 23 2009 Steve Dickson <steved@redhat.com> 1.2.0-12 32.393 +- Updated to the latest pseudo root release (rel6). 32.394 + 32.395 +* Tue Sep 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-11 32.396 +- Added upstream 1.2.1-rc5 patch 32.397 + - Added --sort --list functionality to nfs-iostat.py 32.398 + - Fixed event handler in idmapd 32.399 + - Added -o v4 support 32.400 + - Disabled IPv6 support in nfsd 32.401 + - Don't give client an empty flavor list 32.402 + - Fixed gssed so it does not blindly caches machine credentials 32.403 + 32.404 +* Mon Aug 17 2009 Steve Dickson <steved@redhat.com> 1.2.0-10 32.405 +- Added upstream 1.2.1-rc4 patch 32.406 + - Fix bug when both crossmnt 32.407 + - nfs(5): Add description of lookupcache mount option 32.408 + - nfs(5): Remove trailing blanks 32.409 + - Added nfs41 support to nfssat 32.410 + - Added support for mount to us a configuration file. 32.411 + 32.412 +* Fri Aug 14 2009 Steve Dickson <steved@redhat.com> 1.2.0-9 32.413 +- Added upstream 1.2.1-rc3 patch 32.414 + - Add IPv6 support to nfsd 32.415 + - Allow nfssvc_setfds to properly deal with AF_INET6 32.416 + - Convert nfssvc_setfds to use getaddrinfo 32.417 + - Move check for active knfsd to helper function 32.418 + - Declare a static common buffer for nfssvc.c routine 32.419 + - Convert rpc.nfsd to use xlog() and add --debug and --syslog options 32.420 + 32.421 +* Tue Jul 28 2009 Steve Dickson <steved@redhat.com> 1.2.0-8 32.422 +- Fixed 4.1 versioning problem (bz 512377) 32.423 + 32.424 +* Wed Jul 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-7 32.425 +- Added upstream 1.2.1-rc2 patch 32.426 + - A large number of mount command changes. 32.427 + 32.428 +* Mon Jul 13 2009 Steve Dickson <steved@redhat.com> 1.2.0-6 32.429 +- Added NFSD v4 dynamic pseudo root patch which allows 32.430 + NFS v3 exports to be mounted by v4 clients. 32.431 + 32.432 +* Mon Jun 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-5 32.433 +- Stopped rpc.idmapd from spinning (bz 508221) 32.434 + 32.435 +* Mon Jun 22 2009 Steve Dickson <steved@redhat.com> 1.2.0-4 32.436 +- Added upstream 1.2.1-rc1 patch 32.437 + - Fix to check in closeall() 32.438 + - Make --enable-tirpc the default 32.439 + - Set all verbose types in gssd daemons 32.440 + - Retry exports if getfh() fails 32.441 + 32.442 +* Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-3 32.443 +- Updated init scripts to add dependencies 32.444 + on other system facilities (bz 475133) 32.445 + 32.446 +* Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-2 32.447 +- nfsnobody gid is wrong (bz 485379) 32.448 + 32.449 +* Tue Jun 2 2009 Steve Dickson <steved@redhat.com> 1.2.0-1 32.450 +- Updated to latest upstream release: 1.2.0 32.451 + 32.452 +* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.6-4 32.453 +- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems 32.454 + 32.455 +* Mon May 18 2009 Steve Dickson <steved@redhat.com> 1.1.6-3 32.456 +- Added upstream 1.1.7-rc1 patch 32.457 + - utils/nfsd: add support for minorvers4 32.458 + - sm-notify: Don't orphan addrinfo structs 32.459 + - sm-notify: Failed DNS lookups should be retried 32.460 + - mount: remove legacy version of nfs_name_to_address() 32.461 + - compiling error in rpcgen 32.462 + - nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c 32.463 + - umount.nfs: Harden umount.nfs error reportin 32.464 + 32.465 +* Mon Apr 27 2009 Steve Dickson <steved@redhat.com> 1.1.6-2 32.466 +- nfslock.init: options not correctly parsed (bz 459591) 32.467 + 32.468 +* Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 1.1.6-1 32.469 +- Updated to latest upstream release: 1.1.6 32.470 + 32.471 +* Mon Mar 23 2009 Steve Dickson <steved@redhat.com> 1.1.5-4 32.472 +- Added upstream rc3 patch 32.473 + - gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer 32.474 + - gssd: NULL-terminate buffer after read in read_service_info (try #2) 32.475 + - gssd: free buffer allocated by gssd_k5_err_msg 32.476 + - gssd: fix potential double-frees in gssd 32.477 + - Removed a number of warn_unused_result warnings 32.478 + 32.479 +* Mon Mar 16 2009 Steve Dickson <steved@redhat.com> 1.1.5-3 32.480 +- Added upstream rc2 patch 32.481 + 32.482 +* Fri Mar 6 2009 Steve Dickson <steved@redhat.com> 1.1.5-2 32.483 +- Fixed lockd not using settings in sysconfig/nfs (bz 461043) 32.484 +- Fixed some lost externs in the tcpwrapper code 32.485 + 32.486 +* Thu Mar 5 2009 Steve Dickson <steved@redhat.com> 1.1.5-1 32.487 +- Updated to latest upstream version: 1.1.5 32.488 + 32.489 +* Wed Mar 4 2009 Steve Dickson <steved@redhat.com> 1.1.4-21 32.490 +- configure: fix AC_CACHE_VAL warnings 32.491 + 32.492 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.4-20 32.493 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 32.494 + 32.495 +* Wed Feb 18 2009 Steve Dickson <steved@redhat.com> 1.1.4-19 32.496 +- Exportfs and rpc.mountd optimalization (bz 76643) 32.497 + 32.498 +* Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-18 32.499 +- umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount() 32.500 +- umount.nfs command: Support AF_INET6 server addresses 32.501 +- umount command: remove do_nfs_umount23 function 32.502 + 32.503 +* Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-17 32.504 +- Integrated the upstream fix for bz 483375 32.505 +- mount: segmentation faults on UDP mounts (bz 485448) 32.506 + 32.507 +* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-16 32.508 +- Fixed typo in -mount-textbased.patch (bz 483375) 32.509 + 32.510 +* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-15 32.511 +- Reworked tcp wrapper code to correctly use API (bz 480223) 32.512 +- General clean up of tcp wrapper code. 32.513 + 32.514 +* Tue Jan 27 2009 Steve Dickson <steved@redhat.com> 1.1.4-14 32.515 +- text-based mount command: make po_rightmost() work for N options 32.516 +- text-based mount command: Function to stuff "struct pmap" from mount options 32.517 +- text-based mount options: Use new pmap stuffer when rewriting mount options 32.518 +- text-based mount command: fix mount option rewriting logic 32.519 +- text-based mount command: support AF_INET6 in rewrite_mount_options() 32.520 + 32.521 +* Tue Jan 20 2009 Steve Dickson <steved@redhat.com> 1.1.4-13 32.522 +- mountd: Don't do tcp wrapper check when there are no rules (bz 448898) 32.523 + 32.524 +* Wed Jan 7 2009 Steve Dickson <steved@redhat.com> 1.1.4-12 32.525 +- configure: Remove inet_ntop(3) check from configure.ac 32.526 +- configure: Add new build option "--enable-tirpc" 32.527 +- showmount command: Quiesce warning when TI-RPC is disabled 32.528 + 32.529 +* Sat Jan 3 2009 Steve Dickson <steved@redhat.com> 1.1.4-11 32.530 +- Added warnings to tcp wrapper code when mounts are 32.531 + denied due to misconfigured DNS configurations. 32.532 +- gssd: By default, don't spam syslog when users' credentials expire 32.533 +- mount: revert recent fix for build problems on old systems 32.534 +- mount: use gethostbyname(3) when building on old systems 32.535 +- mount: getport: don't use getaddrinfo(3) on old systems 32.536 +- mount: Random clean up 32.537 +- configure: use "--disable-uuid" instead of "--without-uuid" 32.538 + 32.539 +* Fri Dec 19 2008 Steve Dickson <steved@redhat.com> 1.1.4-10 32.540 +- Re-enabled and fixed/enhanced tcp wrappers. 32.541 + 32.542 +* Wed Dec 17 2008 Steve Dickson <steved@redhat.com> 1.1.4-9 32.543 +- text-based mount command: add function to parse numeric mount options 32.544 +- text-based mount command: use po_get_numeric() for handling retry 32.545 +- sm-notify command: fix a use-after-free bug 32.546 +- statd: not unlinking host files 32.547 + 32.548 +* Thu Dec 11 2008 Steve Dickson <steved@redhat.com> 1.1.4-8 32.549 +- mount command: AF_INET6 support for probe_bothports() 32.550 +- mount command: support AF_INET6 in probe_nfsport() and probe_mntport() 32.551 +- mount command: full support for AF_INET6 addresses in probe_port() 32.552 +- gssd/svcgssd: add support to retrieve actual context expiration 32.553 +- svcgssd: use the actual context expiration for cache 32.554 + 32.555 +* Sat Dec 6 2008 Steve Dickson <steved@redhat.com> 1.1.4-7 32.556 +- sm-notify: always exiting without any notification. 32.557 + 32.558 +* Tue Dec 2 2008 Steve Dickson <steved@redhat.com> 1.1.4-6 32.559 +- mount command: remove local getport() implementation 32.560 +- mount command: Replace clnt_ping() and getport() calls in probe_port() 32.561 +- mount command: Use nfs_error() instead of perror() 32.562 +- mount command: Use nfs_pmap_getport() in probe_statd() 32.563 + 32.564 +* Mon Dec 1 2008 Steve Dickson <steved@redhat.com> 1.1.4-5 32.565 +- Make sure /proc/fs/nfsd exists when the nfs init script 32.566 + does the exports (bz 473396) 32.567 +- Fixed typo in nfs init script that caused rpc.rquotad daemons 32.568 + to be started but not stoppped (bz 473929) 32.569 + 32.570 +* Wed Nov 26 2008 Steve Dickson <steved@redhat.com> 1.1.4-4 32.571 +- gssd: unblock DNOTIFY_SIGNAL in case it was blocked 32.572 +- Ensure statd gets started if required when non-root 32.573 + user mounts an NFS filesystem 32.574 + 32.575 +* Tue Nov 25 2008 Steve Dickson <steved@redhat.com> 1.1.4-3 32.576 +- Give showmount support for querying via rpcbindv3/v4 32.577 + 32.578 +* Tue Nov 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-2 32.579 +- Add AF_INET6-capable API to acquire an RPC CLIENT 32.580 +- Introduce rpcbind client utility functions 32.581 + 32.582 +* Sat Oct 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-1 32.583 +- Updated to latest upstream version: 1.1.4 32.584 + 32.585 +* Tue Oct 14 2008 Steve Dickson <steved@redhat.com> 1.1.3-6 32.586 +- sm-notify exists when there are no hosts to notify 32.587 + 32.588 +* Thu Sep 18 2008 Steve Dickson <steved@redhat.com> 1.1.3-5 32.589 +- Reworked init scripts so service will be able to 32.590 + stop when some of the checks fail. (bz 462508) 32.591 +- Pre-load nfsd when args to rpc.nfsd are given (bz 441983) 32.592 + 32.593 +* Thu Aug 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-4 32.594 +- Added in a number of up upstream patches (101 thru 110). 32.595 + 32.596 +* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.3-3 32.597 +- fix license tag 32.598 + 32.599 +* Thu Jul 31 2008 Steve Dickson <steved@redhat.com> 1.1.3-2 32.600 +- Mount command did not compile against older glibc versions. 32.601 + 32.602 +* Mon Jul 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-1 32.603 +- Updated to latest upstream version: 1.1.3 32.604 + 32.605 +* Wed Jul 2 2008 Steve Dickson <steved@redhat.com> 1.1.2-12 32.606 +- Changed the default directories for sm-notify (bz 435480) 32.607 +- Added 'condstop' to init scripts so service are not 32.608 + started when nfs-utils is removed. 32.609 + 32.610 +* Mon Jun 30 2008 Dennis Gilmore <dennis@ausil.us> 1.1.2-11 32.611 +- add sparc arch handling 32.612 + 32.613 +* Mon Jun 30 2008 Steve Dickson <steved@redhat.com> 1.1.2-10 32.614 +- Rebuild for the updated libevent lib. 32.615 + 32.616 +* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 1.1.2-9 32.617 +- Removed the nfslock service start/stop from %%post section 32.618 + (bz 453046) 32.619 + 32.620 +* Wed Jun 25 2008 Steve Dickson <steved@redhat.com> 1.1.2-8 32.621 +- FQDNs in the rmtab causes exportfs to seg fault (bz 444275) 32.622 + 32.623 +* Mon Jun 23 2008 Steve Dickson <steved@redhat.com> 1.1.2-7 32.624 +- Added -D_FILE_OFFSET_BITS=64 to CFLAGS 32.625 +- make nfsstat read and print stats as unsigned integers 32.626 +- Added (but not installed) the mountstats and nfs-iostat 32.627 + python scripts. 32.628 + 32.629 +* Fri Jun 6 2008 Steve Dickson <steved@redhat.com> 1.1.2-6 32.630 +- Added 5 (111 thru 115) upstream patches that fixed 32.631 + things mostly in the text mounting code. 32.632 + 32.633 +* Thu May 8 2008 Steve Dickson <steved@redhat.com> 1.1.2-5 32.634 +- Added 10 (101 thru 110) upstream patches that fixed 32.635 + things mostly in the mount and gssd code. 32.636 + 32.637 +* Wed May 7 2008 Steve Dickson <steved@redhat.com> 1.1.2-4 32.638 +- Added ppc arch to the all_32bit_archs list (bz 442847) 32.639 + 32.640 +* Wed Apr 23 2008 Steve Dickson <steved@redhat.com> 1.1.2-3 32.641 +- Documented how to turn off/on protocol support for 32.642 + rpc.nfsd in /etc/sysconfig/nfs (bz443625) 32.643 +- Corrected the nfslock initscript 'status' return code (bz 441605) 32.644 +- Removed obsolete code from the nfslock initscript (bz 441604) 32.645 + 32.646 +* Mon Apr 14 2008 Steve Dickson <steved@redhat.com> 1.1.2-2 32.647 +- Make EACCES a non fatal error (bz 439807) 32.648 + 32.649 +* Tue Mar 25 2008 Steve Dickson <steved@redhat.com> 1.1.2-1 32.650 +- Upgrade to nfs-utils-1.1.2 32.651 + 32.652 +* Mon Mar 3 2008 Steve Dickson <steved@redhat.com> 1.1.1-5 32.653 +- Stopped mountd from incorrectly logging an error 32.654 + (commit 9dd9b68c4c44f0d9102eb85ee2fa36a8b7f638e3) 32.655 +- Stop gssd from ignoring the machine credential caches 32.656 + (commit 46d439b17f22216ce8f9257a982c6ade5d1c5931) 32.657 +- Fixed typo in the nfsstat command line arugments. 32.658 + (commit acf95d32a44fd8357c24e8a04ec53fc6900bfc58) 32.659 +- Added test to stop buffer overflow in idmapd 32.660 + (commit bcd0fcaf0966c546da5043be700587f73174ae25) 32.661 + 32.662 +* Sat Feb 9 2008 Steve Dickson <steved@redhat.com> 1.1.1-4 32.663 +- Cleaned up some typos that were found in the various 32.664 + places in the mountd code 32.665 + 32.666 +* Thu Jan 24 2008 Steve Dickson <steved@redhat.com> 1.1.1-3 32.667 +- Added in relatime mount option so mount.nfs stays 32.668 + compatible with the mount command in util-linux-ng (bz 274301) 32.669 + 32.670 +* Tue Jan 22 2008 Steve Dickson <steved@redhat.com> 1.1.1-2 32.671 +- Added -S/--since to the nfsstat(1) manpage 32.672 +- The wording in the exportfs man page can be a bit confusing, implying 32.673 + that "exportfs -u :/foo" will unexport /foo from all hosts, which it won't 32.674 +- Removed nfsprog option since the kernel no longer supports it. 32.675 +- Removed mountprog option since the kernel no longer supports it. 32.676 +- Stop segfaults on amd64 during warnings messages. 32.677 +- Fix bug when both crossmnt and fsid are set. 32.678 + 32.679 +* Sat Jan 5 2008 Steve Dickson <steved@redhat.com> 1.1.1-1 32.680 +- Updated to latest upstream release, nfs-utils-1.1.1 32.681 +- Added the removal of sm-notify.pid to nfslock init script. 32.682 +- Changed spec file to use condrestart instead of condstop 32.683 + when calling init scripts. 32.684 +- Fixed typo in rpc.mountd man page 32.685 +- Turn on 'nohide' automatically for all refer exports (bz 313561) 32.686 + 32.687 +* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-7 32.688 + - Rebuild for openldap bump 32.689 + 32.690 +* Wed Oct 17 2007 Steve Dickson <steved@redhat.com> 1.1.0-6 32.691 +- Switch the libgssapi dependency to libgssglue 32.692 + 32.693 +* Fri Sep 14 2007 Steve Dickson <steved@redhat.com> 1.1.0-5 32.694 +- Changed the default paths in sm-notify to 32.695 + /var/lib/nfs/statd (bz 258461) 32.696 +- Updated exportfs manpage (bz 262861) 32.697 + 32.698 +* Wed Aug 15 2007 Steve Dickson <steved@redhat.com> 1.1.0-4 32.699 +- Make sure the open() system calling in exportfs uses 32.700 + mode bits when creating the etab file (bz 252440). 32.701 + 32.702 +* Mon Aug 13 2007 Steve Dickson <steved@redhat.com> 1.1.0-3 32.703 +- Added nosharecache mount option which re-enables 32.704 + rw/ro mounts to the same server (bz 243913). 32.705 + 32.706 +* Thu Aug 2 2007 Steve Dickson <steved@redhat.com> 1.1.0-2 32.707 +- Make sure the gss and idmap daemons remove thier lock 32.708 + files when they are stopped. 32.709 + 32.710 +* Sat Jul 28 2007 Steve Dickson <steved@redhat.com> 1.1.0-1 32.711 +- Upgraded to the latest upstream version (nfs-utils-1.1.0) 32.712 + 32.713 +* Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7 32.714 +- Fixed typo in mount.nfs4 that causes a segfault during 32.715 + error processing (bz 241190) 32.716 + 32.717 +* Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6 32.718 +- Make sure the condrestarts exit with a zero value (bz 240225) 32.719 +- Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543) 32.720 +- Added -o nordirplus mount option to disable READDIRPLUS (bz 240357) 32.721 +- Disabled the FSCache patch, for now... 32.722 + 32.723 +* Wed May 10 2007 Steve Dickson <steved@redhat.com> 1.0.12-5 32.724 +- Fix mount.nfs4 to display correct error message (bz 227212) 32.725 +- Updated mountd and showmount reverse lookup flags (bz 220772) 32.726 +- Eliminate timeout on nfsd shutdowns (bz 222001) 32.727 +- Eliminate memory leak in mountd (bz 239536) 32.728 +- Make sure statd uses correct uid/gid by chowning 32.729 + the /var/lib/nfs/statd with the rpcuser id. (bz 235216) 32.730 +- Correct some sanity checking in rpc.nfsd. (bz 220887) 32.731 +- Added missing unlock_mtab() call in moutnd 32.732 +- Have mountd hold open etab file to force inode number to change (bz 236823) 32.733 +- Create a /etc/sysconfig/nfs with all the possible init script 32.734 + variables (bz 234543) 32.735 +- Changed nfs initscript to exit with correct value (bz 221874) 32.736 + 32.737 +* Tue Apr 3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4 32.738 +- Replace portmap dependency with an rpcbind dependency (bz 228894) 32.739 + 32.740 +* Mon Mar 12 2007 Steve Dickson <steved@redhat.com> 1.0.12-3 32.741 +- Incorporated Merge Review comments (bz 226198) 32.742 + 32.743 +* Fri Mar 9 2007 Steve Dickson <steved@redhat.com> 1.0.12-2 32.744 +- Added condstop to all the initscripts (bz 196934) 32.745 +- Made no_subtree_check a default export option (bz 212218) 32.746 + 32.747 +* Tue Mar 6 2007 Steve Dickson <steved@redhat.com> 1.0.12-1 32.748 +- Upgraded to 1.0.12 32.749 +- Fixed typo in Summary. 32.750 + 32.751 +* Thu Mar 1 2007 Karel Zak <kzak@redhat.com> 1.0.11-2 32.752 +- Fixed mount.nfs -f (fake) option (bz 227988) 32.753 + 32.754 +* Thu Feb 22 2007 Steve Dickson <steved@redhat.com> 1.0.11-1 32.755 +- Upgraded to 1.0.11 32.756 + 32.757 +* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 1.0.10-7 32.758 +- Added FS_Location support 32.759 + 32.760 +* Mon Dec 18 2006 Karel Zak <kzak@redhat.com> 1.0.10-6 32.761 +- add support for mount options that contain commas (bz 219645) 32.762 + 32.763 +* Wed Dec 13 2006 Steve Dickson <steved@redhat.com> 1.0.10-5 32.764 +- Stopped v4 umounts from ping rpc.mountd (bz 215553) 32.765 + 32.766 +* Wed Nov 28 2006 Steve Dickson <steved@redhat.com> 1.0.10-4 32.767 +- Doing a connect on UDP sockets causes the linux network 32.768 + stack to reject UDP patches from multi-home server with 32.769 + nic on the same subnet. (bz 212471) 32.770 + 32.771 +* Wed Nov 15 2006 Steve Dickson <steved@redhat.com> 1.0.10-3 32.772 +- Removed some old mounting versioning code that was 32.773 + stopping tcp mount from working (bz 212471) 32.774 + 32.775 +* Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2 32.776 +- Fixed -o remount (bz 210346) 32.777 +- fix memory leak in rpc.idmapd (bz 212547) 32.778 +- fix use after free bug in dirscancb (bz 212547) 32.779 +- Made no_subtree_check a default export option (bz 212218) 32.780 + 32.781 +* Wed Oct 25 2006 Steve Dickson <steved@redhat.com> 1.0.10-1 32.782 +- Upgraded to 1.0.10 32.783 + 32.784 +* Mon Oct 16 2006 Steve Dickson <steved@redhat.com> 1.0.9-10 32.785 +- Fixed typo in nfs man page (bz 210864). 32.786 + 32.787 +* Fri Oct 13 2006 Steve Dickson <steved@redhat.com> 1.0.9-9 32.788 +- Unable to mount NFS V3 share where sec=none is specified (bz 210644) 32.789 + 32.790 +* Tue Sep 26 2006 Steve Dickson <steved@redhat.com> 1.0.9-8 32.791 +- mount.nfs was not returning a non-zero exit value 32.792 + on failed mounts (bz 206705) 32.793 + 32.794 +* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 1.0.9-7 32.795 +- Added support for the mount -s (sloppy) option (#205038) 32.796 +- Added nfs.5 man page from util-linux 32.797 +- Added info about [u]mount.nfs to the package description 32.798 + 32.799 +* Mon Sep 11 2006 <SteveD@RedHat.com> 1.0.9-6 32.800 +- Removed the compiling of getiversion and getkversion since 32.801 + UTS_RELEASE is no longer defined and these binary are 32.802 + not installed. 32.803 + 32.804 +* Fri Aug 18 2006 <SteveD@RedHat.com> 1.0.9-5 32.805 +- Changed gssd daemons to cache things in memory 32.806 + instead of /tmp which makes selinux much happier. 32.807 + (bz 203078) 32.808 + 32.809 +* Wed Aug 16 2006 <SteveD@RedHat.com> 1.0.9-4 32.810 +- Allow variable for HA callout program in /etc/init.d/nfslock 32.811 + (bz 202790) 32.812 + 32.813 +* Wed Aug 02 2006 <wtogami@redhatcom> 1.0.9-3 32.814 +- add epoch (#196359) 32.815 + 32.816 +* Fri Jul 28 2006 <SteveD@RedHat.com> 1.0.9-2 32.817 +- Enabled the creating of mount.nfs and umount.nfs binaries 32.818 +- Added mount option fixes suggested by upstream. 32.819 +- Fix lazy umounts (bz 169299) 32.820 +- Added -o fsc mount option. 32.821 + 32.822 +* Mon Jul 24 2006 <SteveD@RedHat.com> 1.0.9-1 32.823 +- Updated to 1.0.9 release 32.824 + 32.825 +* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.0.8-5.1 32.826 +- rebuild 32.827 + 32.828 +* Sun Jul 2 2006 <jkeating@redhat.com> 1:1.0.8-5 32.829 +- Introduce epoch to fix upgrade path 32.830 + 32.831 +* Sat Jul 1 2006 <SteveD@RedHat.com> 1.0.8-3 32.832 +- Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486) 32.833 + 32.834 +* Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3 32.835 +- Split the controlling of nfs version, ports, and protocol 32.836 + into two different patches 32.837 +- Fixed and added debugging statements to rpc.mountd. 32.838 +- Fixed -p arg to work with priviledged ports (bz 156655) 32.839 +- Changed nfslock initscript to set LOCKD_TCPPORT and 32.840 + LOCKD_UDPPORT (bz 162133) 32.841 +- Added MOUNTD_NFS_V1 variable to version 1 of the 32.842 + mount protocol can be turned off. (bz 175729) 32.843 +- Fixed gssd to handel mixed case characters in 32.844 + the domainname. (bz 186069) 32.845 + 32.846 +* Wed Jun 21 2006 <SteveD@RedHat.com> 1.0.8-2 32.847 +- Updated to nfs-utils-1.0.8 32.848 + 32.849 +* Thu Jun 8 2006 <SteveD@RedHat.com> 1.0.8.rc4-1 32.850 +- Upgraded to the upstream 1.0.8.rc4 version 32.851 + 32.852 +* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.2 32.853 +- bump again for double-long bug on ppc(64) 32.854 + 32.855 +* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.1 32.856 +- rebuilt for new gcc4.1 snapshot and glibc changes 32.857 + 32.858 +* Fri Jan 20 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-4.FC5 32.859 +- Added new libnfsidmap call, nfs4_set_debug(), to rpc.idmapd 32.860 + which turns on debugging in the libarary. 32.861 + 32.862 +* Mon Jan 16 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-3.FC5 32.863 +- Added innetgr patch that changes configure scripts to 32.864 + check for the innetgr function. (bz 177899) 32.865 + 32.866 +* Wed Jan 11 2006 Peter Jones <pjones@redhat.com> 1.0.8.rc2-2.FC5 32.867 +- Fix lockfile naming in the initscripts so they're stopped correctly. 32.868 + 32.869 +* Mon Jan 9 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-1.FC5 32.870 +- Updated to 1.0.8-rc2 release 32.871 +- Broke out libgssapi into its own rpm 32.872 +- Move librpcsecgss and libnfsidmap in the new nfs-utils-lib rpm 32.873 +- Removed libevent code; Required to be installed. 32.874 + 32.875 +* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 32.876 +- rebuilt 32.877 + 32.878 +* Sun Oct 23 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-19 32.879 +- Updated to latest code in SourceForge CVS 32.880 +- Updated to latest CITI patches (1.0.7-4) 32.881 +- Fix bug in nfsdreopen by compiling in server defaults 32.882 + 32.883 +* Thu Sep 22 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-18 32.884 +- Updated libnfsidmap to 0.11 32.885 +- Updated libgssapi to 0.5 32.886 +- Made sure the gss daemons and new libs are 32.887 + all using the same include files. 32.888 +- Removed code from the tree that is no longer used. 32.889 +- Add ctlbits patch that introduced the -N -T and -U 32.890 + command line flags to rpc.nfsd. 32.891 + 32.892 +* Sun Sep 18 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-17 32.893 +- Updated to latest nfs-utils code in upstream CVS tree 32.894 +- Updated libevent from 1.0b to 1.1a 32.895 +- Added libgssapi-0.4 and librpcsecgss-0.6 libs from CITI 32.896 + 32.897 +* Tue Sep 8 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-16 32.898 +- Reworked the nfslock init script so if lockd is running 32.899 + it will be killed which is what the HA community needs. (bz 162446) 32.900 +- Stopped rpcidmapd.init from doing extra echoing when 32.901 + condstart-ed. 32.902 + 32.903 +* Wed Aug 24 2005 Peter Jones <pjones@redhat.com> - 1.0.7-15 32.904 +- don't strip during "make install", so debuginfo packages are generated right 32.905 + 32.906 +* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com> 32.907 +- no need to still keep a requirement for kernel-2.2 or newer 32.908 + 32.909 +* Tue Aug 16 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-13 32.910 +- Changed mountd to use stat64() (bz 165062) 32.911 + 32.912 +* Tue Aug 2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12 32.913 +- Changed useradd to use new -l flag (bz149407) 32.914 +- 64bit fix in gssd code (bz 163139) 32.915 +- updated broken dependencies 32.916 +- updated rquotad to compile with latest 32.917 + quota version. 32.918 + 32.919 +* Thu May 26 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-8 32.920 +- Fixed subscripting problem in idmapd (bz 158188) 32.921 + 32.922 +* Thu May 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-7 32.923 +- Fixed buffer overflow in rpc.svcgssd (bz 114288) 32.924 + 32.925 +* Wed Apr 13 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-6 32.926 +- Fixed misformated output from nfslock script (bz 154648) 32.927 + 32.928 +* Mon Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4 32.929 +- Fixed a compile error on x86_64 machines in the gss code. 32.930 +- Updated the statd-notify-hostname.patch to eliminate 32.931 + a segmentation fault in rpc.statd when an network 32.932 + interface was down. (bz 151828) 32.933 + 32.934 +* Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3 32.935 +- Changed xlog to use LOG_INFO instead of LOG_DEBUG 32.936 + so debug messages will appear w/out any config 32.937 + changes to syslog.conf. 32.938 +- Reworked how /etc/exports is setup (bz 151389) 32.939 + 32.940 +* Wed Mar 2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2 32.941 +- Tied the rpcsecgss debugging in with gssd and 32.942 + svcgssd debugging 32.943 + 32.944 +* Mon Feb 14 2005 Steve Dickson <SteveD@RedHat.com> 32.945 +- Added support to rpcgssd.init and rpcsvcgssd.init scripts 32.946 + to insmod security modules. 32.947 +- Changed the nfs.init script to bring rpc.svcgssd up and down, 32.948 + since rpc.svcgssd is only needed with the NFS server is running. 32.949 + 32.950 +* Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com> 32.951 +- Fix problem in idmapd that was causing "xdr error 10008" 32.952 + errors (bz 142813) 32.953 +- make sure the correct hostname is used in the SM_NOTIFY 32.954 + message that is sent from a rebooted server which has 32.955 + multiple network interfaces. (bz 139101) 32.956 + 32.957 +- Changed nfslock to send lockd a -KILL signal 32.958 + when coming down. (bz 125257) 32.959 + 32.960 +* Thu Nov 11 2004 Steve Dickson <SteveD@RedHat.com> 32.961 +- Replaced a memcopy with explicit assignments 32.962 + in getquotainfo() of rquotad to fix potential overflow 32.963 + that can occur on 64bit machines. (bz 138068) 32.964 + 32.965 +* Mon Nov 8 2004 Steve Dickson <SteveD@RedHat.com> 32.966 +- Updated to latest sourceforge code 32.967 +- Updated to latest CITIT nfs4 patches 32.968 + 32.969 +* Sun Oct 17 2004 Steve Dickson <SteveD@RedHat.com> 32.970 +- Changed nfs.init to bring down rquotad correctly 32.971 + (bz# 136041) 32.972 + 32.973 +* Thu Oct 14 2004 Steve Dickson <SteveD@RedHat.com> 32.974 +- Added "$RQUOTAD_PORT" variable to nfs.init which 32.975 + allows the rpc.rquotad to use a predefined port 32.976 + (bz# 124676) 32.977 + 32.978 +* Fri Oct 1 2004 <SteveD@RedHat.com 32.979 +- Incorporate some clean up code from Ulrich Drepper (bz# 134025) 32.980 +- Fixed the chkconfig number in the rpcgssd, rpcidmapd, and 32.981 + rpcsvcgssd initscrpts (bz# 132284) 32.982 + 32.983 +* Fri Sep 24 2004 <SteveD@RedHat.com> 32.984 +- Make sure the uid/gid of nfsnobody is the 32.985 + correct value for all archs (bz# 123900) 32.986 +- Fixed some security issues found by SGI (bz# 133556) 32.987 + 32.988 +* Mon Aug 30 2004 Steve Dickson <SteveD@RedHat.com> 32.989 +- Major clean up. 32.990 +- Removed all unused/old patches 32.991 +- Rename and condensed a number of patches 32.992 +- Updated to CITI's nfs-utils-1.0.6-13 patches 32.993 + 32.994 +* Tue Aug 10 2004 Bill Nottingham <notting@redhat.com> 32.995 +- move if..fi condrestart stanza to %%postun (#127914, #128601) 32.996 + 32.997 +* Wed Jun 16 2004 <SteveD@RedHat.com> 32.998 +- nfslock stop is now done on package removals 32.999 +- Eliminate 3 syslog messages that are logged for 32.1000 + successful events. 32.1001 + 32.1002 +* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 32.1003 +- rebuilt 32.1004 + 32.1005 +* Mon Jun 14 2004 <SteveD@RedHat.com> 32.1006 +- Fixed syntax error in nfs initscripts when 32.1007 + NETWORKING is not defined 32.1008 +- Removed sync warning on readonly exports. 32.1009 +- Changed run levels in rpc initscripts. 32.1010 +- Replaced modinfo with lsmod when checking 32.1011 + for loaded modules. 32.1012 + 32.1013 +* Tue Jun 1 2004 <SteveD@RedHat.com> 32.1014 +- Changed the rpcgssd init script to ensure the 32.1015 + rpcsec_gss_krb5 module is loaded 32.1016 + 32.1017 +* Tue May 18 2004 <SteveD@RedHat.com> 32.1018 +- Removed the auto option from MOUNTD_NFS_V2 and 32.1019 + MOUNTD_NFS_V3 variables. Since v2 and v3 are on 32.1020 + by default, there only needs to be away of 32.1021 + turning them off. 32.1022 + 32.1023 +* Thu May 10 2004 <SteveD@RedHat.com> 32.1024 +- Rebuilt 32.1025 + 32.1026 +* Thu Apr 15 2004 <SteveD@RedHat.com> 32.1027 +- Changed the permission on idmapd.conf to 644 32.1028 +- Added mydaemon code to svcgssd 32.1029 +- Updated the add_gssd.patch from upstream 32.1030 + 32.1031 +* Wed Apr 14 2004 <SteveD@RedHat.com> 32.1032 +- Created a pipe between the parent and child so 32.1033 + the parent process can report the correct exit 32.1034 + status to the init scripts 32.1035 +- Added SIGHUP processing to rpc.idmapd and the 32.1036 + rpcidmapd init script. 32.1037 + 32.1038 +* Mon Mar 22 2004 <SteveD@RedHat.com> 32.1039 +- Make sure check_new_cache() is looking in the right place 32.1040 + 32.1041 +* Wed Mar 17 2004 <SteveD@RedHat.com> 32.1042 +- Changed the v4 initscripts to use $prog for the 32.1043 + arugment to daemon 32.1044 + 32.1045 +* Tue Mar 16 2004 <SteveD@RedHat.com> 32.1046 +- Made the nfs4 daemons initscripts work better when 32.1047 + sunrpc is not a module 32.1048 +- added more checks to see if modules are being used. 32.1049 + 32.1050 +* Mon Mar 15 2004 <SteveD@RedHat.com> 32.1051 +- Add patch that sets up gssapi_mech.conf correctly 32.1052 + 32.1053 +* Fri Mar 12 2004 <SteveD@RedHat.com> 32.1054 +- Added the shutting down of the rpc v4 daemons. 32.1055 +- Updated the Red Hat only patch with some init script changes. 32.1056 + 32.1057 +* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 32.1058 +- rpc_pipefs mounting and aliases are now in modutils; require that 32.1059 + 32.1060 +* Thu Mar 11 2004 <SteveD@RedHat.com> 32.1061 +- Updated the gssd patch. 32.1062 + 32.1063 +* Sun Mar 7 2004 <SteveD@RedHat.com> 32.1064 +- Added the addition and deletion of rpc_pipefs to /etc/fstab 32.1065 +- Added the addition and deletion of module aliases to /etc/modules.conf 32.1066 + 32.1067 +* Mon Mar 1 2004 <SteveD@RedHat.com> 32.1068 +- Removed gssd tarball and old nfsv4 patch. 32.1069 +- Added new nfsv4 patches that include both the 32.1070 + gssd and idmapd daemons 32.1071 +- Added redhat-only v4 patch that reduces the 32.1072 + static librpc.a to only contain gss rpc related 32.1073 + routines (I would rather have gssd use the glibc 32.1074 + rpc routines) 32.1075 +-Changed the gssd svcgssd init scripts to only 32.1076 + start up if SECURE_NFS is set to 'yes' in 32.1077 + /etc/sysconfig/nfs 32.1078 + 32.1079 +* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 32.1080 +- rebuilt 32.1081 + 32.1082 +* Thu Feb 12 2004 Thomas Woerner <twoerner@redhat.com> 32.1083 +- make rpc.lockd, rpc.statd, rpc.mountd and rpc.nfsd pie 32.1084 + 32.1085 +* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com> 32.1086 +- Added the NFSv4 bits 32.1087 + 32.1088 +* Mon Dec 29 2003 Steve Dickson <SteveD@RedHat.com> 32.1089 +- Added the -z flag to nfsstat 32.1090 + 32.1091 +* Wed Dec 24 2003 Steve Dickson <SteveD@RedHat.com> 32.1092 +- Fixed lockd port setting in nfs.int script 32.1093 + 32.1094 +* Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com> 32.1095 +- Upgrated to 1.0.6 32.1096 +- Commented out the acl path for fedora 32.1097 + 32.1098 +* Thu Aug 27 2003 Steve Dickson <SteveD@RedHat.com> 32.1099 +- Added the setting of lockd ports via sysclt interface 32.1100 +- Removed queue setting code since its no longer needed 32.1101 + 32.1102 +* Thu Aug 7 2003 Steve Dickson <SteveD@RedHat.com> 32.1103 +- Added back the acl patch Taroon b2 32.1104 + 32.1105 +* Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com> 32.1106 +- Commented out the acl patch (for now) 32.1107 + 32.1108 +* Wed Jul 21 2003 Steve Dickson <SteveD@RedHat.com> 32.1109 +- Upgrated to 1.0.5 32.1110 + 32.1111 +* Wed Jun 18 2003 Steve Dickson <SteveD@RedHat.com> 32.1112 +- Added security update 32.1113 +- Fixed the drop-privs.patch which means the chroot 32.1114 +patch could be removed. 32.1115 + 32.1116 +* Mon Jun 9 2003 Steve Dickson <SteveD@RedHat.com> 32.1117 +- Defined the differ kinds of debugging avaliable for mountd in 32.1118 +the mountd man page. 32.1119 + 32.1120 +* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 32.1121 +- rebuilt 32.1122 + 32.1123 +* Tue Jun 3 2003 Steve Dickson <SteveD@RedHat.com> 32.1124 +- Upgraded to 1.0.3 32.1125 +- Fixed numerous bugs in init scrips 32.1126 +- Added nfsstat overflow patch 32.1127 + 32.1128 +* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 1.0.1-2.9 32.1129 +- rebuild 32.1130 + 32.1131 +* Fri Dec 13 2002 Daniel J Walsh <dwalsh@redhat.com> 32.1132 +- change init script to not start rpc.lock if already running 32.1133 + 32.1134 +* Wed Dec 11 2002 Daniel J Walsh <dwalsh@redhat.com> 32.1135 +- Moved access code to be after dropping privs 32.1136 + 32.1137 +* Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com> 32.1138 +- Build with %%configure 32.1139 +- Add nhfsgraph, nhfsnums and nhfsrun to the files list 32.1140 + 32.1141 +* Mon Nov 11 2002 Stephen C. Tweedie <sct@redhat.com> 32.1142 +- Don't drop privs until we've bound the notification socket 32.1143 + 32.1144 +* Thu Nov 7 2002 Stephen C. Tweedie <sct@redhat.com> 32.1145 +- Ignore SIGPIPE in rpc.mountd 32.1146 + 32.1147 +* Thu Aug 1 2002 Bob Matthews <bmatthews@redhat.com> 32.1148 +- Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks 32.1149 +- to nfs init script. 32.1150 + 32.1151 +* Mon Jul 22 2002 Bob Matthews <bmatthews@redhat.com> 32.1152 +- Move to nfs-utils-1.0.1 32.1153 + 32.1154 +* Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com> 32.1155 +- "service nfs restart" should start services even if currently 32.1156 +- not running (#59469) 32.1157 +- bump version to 0.3.3-4 32.1158 + 32.1159 +* Wed Oct 3 2001 Bob Matthews <bmatthews@redhat.com> 32.1160 +- Move to nfs-utils-0.3.3 32.1161 +- Make nfsnobody a system account (#54221) 32.1162 + 32.1163 +* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com> 32.1164 +- if UID 65534 is unassigned, add user nfsnobody (#22685) 32.1165 + 32.1166 +* Mon Aug 20 2001 Bob Matthews <bmatthews@redhat.com> 32.1167 +- fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113) 32.1168 + 32.1169 +* Tue Aug 7 2001 Bob Matthews <bmatthews@redhat.com> 32.1170 +- nfs init script shouldn't fail if /etc/exports doesn't exist (#46432) 32.1171 + 32.1172 +* Fri Jul 13 2001 Bob Matthews <bmatthews@redhat.com> 32.1173 +- Make %%pre useradd consistent with other Red Hat packages. 32.1174 + 32.1175 +* Tue Jul 03 2001 Michael K. Johnson <johnsonm@redhat.com> 32.1176 +- Added sh-utils dependency for uname -r in nfs init script 32.1177 + 32.1178 +* Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com> 32.1179 +- make non RH kernel release strings scan correctly in 32.1180 +- nfslock init script (#44186) 32.1181 + 32.1182 +* Mon Jun 11 2001 Bob Matthews <bmatthews@redhat.com> 32.1183 +- don't install any rquota pages in _mandir: (#39707, #44119) 32.1184 +- don't try to manipulate rpc.rquotad in init scripts 32.1185 +- unless said program actually exists: (#43340) 32.1186 + 32.1187 +* Tue Apr 10 2001 Preston Brown <pbrown@redhat.com> 32.1188 +- don't translate initscripts for 6.x 32.1189 + 32.1190 +* Tue Apr 10 2001 Michael K. Johnson <johnsonm@redhat.com> 32.1191 +- do not start lockd on kernel 2.2.18 or higher (done automatically) 32.1192 + 32.1193 +* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com> 32.1194 +- don't use rquotad from here now; quota package contains a version that 32.1195 + works with 2.4 (#33738) 32.1196 + 32.1197 +* Tue Mar 12 2001 Bob Matthews <bmatthews@redhat.com> 32.1198 +- Statd logs at LOG_DAEMON rather than LOG_LOCAL5 32.1199 +- s/nfs/\$0/ where appropriate in init scripts 32.1200 + 32.1201 +* Tue Mar 6 2001 Jeff Johnson <jbj@redhat.com> 32.1202 +- Move to nfs-utils-0.3.1 32.1203 + 32.1204 +* Wed Feb 14 2001 Bob Matthews <bmatthews@redhat.com> 32.1205 +- #include <time.h> patch 32.1206 + 32.1207 +* Mon Feb 12 2001 Bob Matthews <bmatthews@redhat.com> 32.1208 +- Really enable netgroups 32.1209 + 32.1210 +* Mon Feb 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 32.1211 +- i18nize initscripts 32.1212 + 32.1213 +* Fri Jan 19 2001 Bob Matthews <bmatthews@redhat.com> 32.1214 +- Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100 32.1215 + 32.1216 +* Tue Jan 16 2001 Bob Matthews <bmatthews@redhat.com> 32.1217 +- Hackish fix in build section to enable netgroups 32.1218 + 32.1219 +* Wed Jan 3 2001 Bob Matthews <bmatthews@redhat.com> 32.1220 +- Fix incorrect file specifications in statd manpage. 32.1221 +- Require gawk 'cause it's used in nfslock init script. 32.1222 + 32.1223 +* Thu Dec 13 2000 Bob Matthews <bmatthews@redhat.com> 32.1224 +- Require sed because it's used in nfs init script 32.1225 + 32.1226 +* Tue Dec 12 2000 Bob Matthews <bmatthews@redhat.com> 32.1227 +- Don't do a chroot(2) after dropping privs, in statd. 32.1228 + 32.1229 +* Mon Dec 11 2000 Bob Matthews <bmatthews@redhat.com> 32.1230 +- NFSv3 if kernel >= 2.2.18, detected in init script 32.1231 + 32.1232 +* Thu Nov 23 2000 Florian La Roche <Florian.LaRoche@redhat.de> 32.1233 +- update to 0.2.1 32.1234 + 32.1235 +* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com> 32.1236 +- don't start lockd on 2.4 kernels; it's unnecessary 32.1237 + 32.1238 +* Tue Sep 5 2000 Florian La Roche <Florian.LaRoche@redhat.com> 32.1239 +- more portable fix for mandir 32.1240 + 32.1241 +* Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com> 32.1242 +- update to 0.2-release 32.1243 + 32.1244 +* Fri Sep 1 2000 Florian La Roche <Florian.LaRoche@redhat.com> 32.1245 +- fix reload script 32.1246 + 32.1247 +* Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.com> 32.1248 +- update to 0.2 from CVS 32.1249 +- adjust statd-drop-privs patch 32.1250 +- disable tcp_wrapper support 32.1251 + 32.1252 +* Wed Aug 2 2000 Bill Nottingham <notting@redhat.com> 32.1253 +- fix stop priority of nfslock 32.1254 + 32.1255 +* Tue Aug 1 2000 Bill Nottingham <notting@redhat.com> 32.1256 +- um, actually *include and apply* the statd-drop-privs patch 32.1257 + 32.1258 +* Mon Jul 24 2000 Bill Nottingham <notting@redhat.com> 32.1259 +- fix init script ordering (#14502) 32.1260 + 32.1261 +* Sat Jul 22 2000 Bill Nottingham <notting@redhat.com> 32.1262 +- run statd chrooted and as non-root 32.1263 +- add prereqs 32.1264 + 32.1265 +* Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> 32.1266 +- use "License", not "Copyright" 32.1267 +- use %%{_tmppath} and %%{_mandir} 32.1268 + 32.1269 +* Mon Jul 17 2000 Matt Wilson <msw@redhat.com> 32.1270 +- built for next release 32.1271 + 32.1272 +* Mon Jul 17 2000 Matt Wilson <msw@redhat.com> 32.1273 +- 0.1.9.1 32.1274 +- remove patch0, has been integrated upstream 32.1275 + 32.1276 +* Wed Feb 9 2000 Bill Nottingham <notting@redhat.com> 32.1277 +- the wonderful thing about triggers, is triggers are wonderful things... 32.1278 + 32.1279 +* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com> 32.1280 +- switch to nfs-utils as the base tree 32.1281 +- fix the statfs patch for the new code base 32.1282 +- single package that obsoletes everything we had before (if I am to keep 32.1283 + some traces of my sanity with me...) 32.1284 + 32.1285 +* Mon Jan 17 2000 Preston Brown <pbrown@redhat.com> 32.1286 +- use statfs syscall instead of stat to determinal optimal blksize
33.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 33.2 +++ b/nmap/nmap.spec Fri Mar 11 21:30:26 2011 +0100 33.3 @@ -0,0 +1,110 @@ 33.4 +# To build a static RPM, add 33.5 +# --define "static 1" 33.6 +# to the rpmbuild command line. To build without Ncat, add 33.7 +# --define "buildncat 0" 33.8 +# 33.9 +# To specify openssl dir, add something like: 33.10 +# --define "openssl /usr/local/ssl" 33.11 + 33.12 +%define name nmap 33.13 +%define version 5.21 33.14 +%define release 1 33.15 +%define _prefix /usr 33.16 + 33.17 +Summary: Network exploration tool and security scanner 33.18 +Name: %{name} 33.19 +Version: %{version} 33.20 +Release: %{release} 33.21 +Epoch: 2 33.22 +License: http://nmap.org/man/man-legal.html 33.23 +Group: Applications/System 33.24 +Source0: http://nmap.org/dist/%{name}-%{version}.tgz 33.25 +URL: http://nmap.org 33.26 + 33.27 +# For Ndiff. 33.28 +Requires: python >= 2.4 33.29 + 33.30 +# RPM can't be relocatable until I stop storing path info in the binary. 33.31 +# Prefix: %{_prefix} 33.32 +BuildRoot: %{_tmppath}/%{name}-root 33.33 + 33.34 +%description 33.35 + 33.36 +Nmap ("Network Mapper") is a free and open source utility 33.37 +for network exploration or security auditing. Many systems and network 33.38 +administrators also find it useful for tasks such as network 33.39 +inventory, managing service upgrade schedules, and monitoring host or 33.40 +service uptime. Nmap uses raw IP packets in novel ways to determine 33.41 +what hosts are available on the network, what services (application 33.42 +name and version) those hosts are offering, what operating systems 33.43 +(and OS versions) they are running, what type of packet 33.44 +filters/firewalls are in use, and dozens of other characteristics. It 33.45 +was designed to rapidly scan large networks, but works fine against 33.46 +single hosts. Nmap runs on all major computer operating systems, and 33.47 +both console and graphical versions are available. 33.48 + 33.49 +%prep 33.50 +%setup -q 33.51 + 33.52 +%build 33.53 +%configure --with-openssl=%{openssl} --without-zenmap --with-ndiff --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included 33.54 +%if "%{buildncat}" == "0" 33.55 +%configure --without-ncat 33.56 +%endif 33.57 +%if "%{static}" == "1" 33.58 +make static 33.59 +%else 33.60 +make 33.61 +%endif 33.62 + 33.63 +%install 33.64 +[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT 33.65 +make install DESTDIR=$RPM_BUILD_ROOT 33.66 +strip $RPM_BUILD_ROOT%{_bindir}/* || : 33.67 +gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || : 33.68 + 33.69 +%clean 33.70 +[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT 33.71 + 33.72 +%files 33.73 +%defattr(-,root,root) 33.74 +%doc COPYING 33.75 +%doc docs/README 33.76 +%doc docs/nmap.usage.txt 33.77 +%doc %{_prefix}/share/man/man1/nmap.1.gz 33.78 +%doc %{_prefix}/share/man/*/man1/nmap.1.gz 33.79 +%{_bindir}/nmap 33.80 +%{_datadir}/nmap 33.81 + 33.82 +%{_bindir}/ndiff 33.83 +%doc %{_prefix}/share/man/man1/ndiff.1.gz 33.84 + 33.85 +# Ncat subpackage 33.86 +%if "%{buildncat}" != "0" 33.87 +%package -n ncat 33.88 +Summary: Nmap's Netcat replacement 33.89 +Group: Applications/System 33.90 + 33.91 +%description -n ncat 33.92 +Ncat is a feature packed networking utility which will read and 33.93 +write data across a network from the command line. It uses both 33.94 +TCP and UDP for communication and is designed to be a reliable 33.95 +back-end tool to instantly provide network connectivity to other 33.96 +applications and users. Ncat will not only work with IPv4 and IPv6 33.97 +but provides the user with a virtually limitless number of potential 33.98 +uses. 33.99 + 33.100 +%files -n ncat 33.101 +%defattr(-,root,root) 33.102 +%doc %{_prefix}/share/man/man1/ncat.1.gz 33.103 +%{_bindir}/ncat 33.104 +%{_datadir}/ncat 33.105 + 33.106 +%endif 33.107 + 33.108 +%changelog 33.109 + 33.110 +* Sat Jun 06 2009 Fyodor (fyodor(a)insecure.org) 33.111 +- Removed changelog entries as SVN is a more authoritative source. Execute: 33.112 +- svn log --username guest --password "" svn://svn.insecure.org/nmap/nmap.spec.in 33.113 +
34.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 34.2 +++ b/quota/quota.spec Fri Mar 11 21:30:26 2011 +0100 34.3 @@ -0,0 +1,601 @@ 34.4 +#allow remote set quota by defined rpcsetquota to 1(set to 0 to disabled it) 34.5 +%{!?rpcsetquota:%define rpcsetquota 1} 34.6 + 34.7 +Name: quota 34.8 +Summary: System administration tools for monitoring users' disk usage 34.9 +Epoch: 1 34.10 +Version: 4.00 34.11 +Release: 0.1.pre1%{?dist} 34.12 +License: BSD and GPLv2+ 34.13 +URL: http://sourceforge.net/projects/linuxquota/ 34.14 +Group: System Environment/Base 34.15 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 34.16 +Requires: initscripts >= 6.38 tcp_wrappers 34.17 +Requires: quota-nls = %{epoch}:%{version}-%{release} 34.18 +Conflicts: kernel < 2.4 34.19 +BuildRequires: e2fsprogs-devel gettext tcp_wrappers-devel nss-devel 34.20 +BuildRequires: openldap-devel openssl-devel dbus-devel libnl-devel 34.21 +Source0: http://downloads.sourceforge.net/linuxquota/%{name}-%{version}-pre1.tar.gz 34.22 +Source1: quota_nld.init 34.23 +Source2: quota_nld.sysconfig 34.24 +Patch0: quota-3.06-warnquota.patch 34.25 +Patch1: quota-3.06-no-stripping.patch 34.26 +Patch2: quota-3.06-man-page.patch 34.27 +Patch3: quota-3.06-pie.patch 34.28 +Patch4: quota-3.13-wrong-ports.patch 34.29 +Patch5: quota-3.16-helpoption.patch 34.30 +Patch6: quota-3.16-quotaoffhelp.patch 34.31 +Patch8: quota-3.17-ftbfs.patch 34.32 +# Bug #528581, remove in upstream 4.00 34.33 +Patch9: quota-4.00_pre1-quotactl_null_corruption.patch 34.34 +# Included in upstream 4.00_pre2 34.35 +Patch10: quota-4.00_pre1-add-gfs2-support.patch 34.36 + 34.37 +%description 34.38 +The quota package contains system administration tools for monitoring 34.39 +and limiting user and or group disk usage per file system. 34.40 + 34.41 + 34.42 +%package nld 34.43 +Summary: quota_nld daemon 34.44 +Group: System Environment/Base 34.45 +Requires: initscripts 34.46 +Requires: quota-nls = %{epoch}:%{version}-%{release} 34.47 +Requires(post): chkconfig 34.48 +Requires(preun): chkconfig initscripts 34.49 + 34.50 +%description nld 34.51 +Daemon that listens on netlink socket and processes received quota warnings. 34.52 +Note, that you have to enable the kernel support for sending quota messages 34.53 +over netlink (in Filesystems->Quota menu). The daemon supports forwarding 34.54 +warning messages to the system D-Bus (so that desktop manager can display 34.55 +a dialog) and writing them to the terminal user has last accessed. 34.56 + 34.57 + 34.58 +%package warnquota 34.59 +Summary: Send e-mail to users over quota 34.60 +Group: System Environment/Base 34.61 +Requires: quota-nls = %{epoch}:%{version}-%{release} 34.62 + 34.63 +%description warnquota 34.64 +Utility that checks disk quota for each local file system and mails a warning 34.65 +message to those users who have reached their soft limit. It is typically run 34.66 +via cron(8). 34.67 + 34.68 + 34.69 +%package nls 34.70 +Summary: Gettext catalogs for disk quota tools 34.71 +Group: System Environment/Base 34.72 +BuildArch: noarch 34.73 + 34.74 +%description nls 34.75 +Disk quota tools messages translated into different natural languages. 34.76 + 34.77 + 34.78 +%package devel 34.79 +Summary: Development files for quota 34.80 +Group: System Environment/Base 34.81 +Requires: quota = %{epoch}:%{version}-%{release} 34.82 + 34.83 +%description devel 34.84 +The quota package contains system administration tools for monitoring 34.85 +and limiting user and or group disk usage per file system. 34.86 + 34.87 +This package contains development header files for implementing quotas 34.88 +on remote machines. 34.89 + 34.90 + 34.91 +%package doc 34.92 +Summary: Additional documentation for disk quotas 34.93 +Group: Documentation 34.94 +Requires: quota = %{epoch}:%{version}-%{release} 34.95 +BuildArch: noarch 34.96 + 34.97 +%description doc 34.98 +This package contains additional documentation for disk quotas concept in 34.99 +Linux/UNIX environment. 34.100 + 34.101 + 34.102 +%prep 34.103 +%setup -q -n quota-tools 34.104 +%patch0 -p1 34.105 +%patch1 -p1 34.106 +%patch2 -p1 34.107 +%ifnarch ppc ppc64 34.108 +%patch3 -p1 34.109 +%endif 34.110 +%patch4 -p1 34.111 +%patch5 -p1 34.112 +%patch6 -p1 -b .usage 34.113 +%patch8 -p1 34.114 +%patch9 -p1 -b .quotactl_null_corruption 34.115 +%patch10 -p1 -b .gfs2 34.116 +# quotactl(2) moved into `man-pages' package (bug #640590) 34.117 +rm -f quotactl.2 34.118 +# remove VCS files 34.119 +rm -rf doc/CVS 34.120 + 34.121 +#fix typos/mistakes in localized documentation 34.122 +for pofile in $(find ./po/*.p*) 34.123 +do 34.124 + sed -i 's/editting/editing/' "$pofile" 34.125 +done 34.126 + 34.127 +# Fix charset 34.128 +for F in Changelog; do 34.129 + iconv -f latin1 -t utf-8 <"$F" >"${F}.utf8" 34.130 + touch -r "$F"{,.utf8} 34.131 + mv "$F"{.utf8,} 34.132 +done 34.133 + 34.134 +%build 34.135 +%configure \ 34.136 + --enable-ldapmail=try \ 34.137 +%if %{rpcsetquota} 34.138 + --enable-rpcsetquota=yes \ 34.139 +%endif 34.140 + --enable-rootsbin \ 34.141 + --enable-netlink=yes 34.142 +make 34.143 + 34.144 + 34.145 +%install 34.146 +rm -fr %{buildroot} 34.147 +mkdir -p %{buildroot}/sbin 34.148 +mkdir -p %{buildroot}%{_sysconfdir} 34.149 +mkdir -p %{buildroot}%{_sbindir} 34.150 +mkdir -p %{buildroot}%{_bindir} 34.151 +mkdir -p %{buildroot}%{_mandir}/{man1,man3,man8} 34.152 +make install INSTALL='install -p' ROOTDIR=%{buildroot} 34.153 +install -m 644 warnquota.conf %{buildroot}%{_sysconfdir} 34.154 +# 34.155 +# we don't support XFS yet 34.156 +# 34.157 +rm -f %{buildroot}%{_sbindir}/quot 34.158 +rm -f %{buildroot}%{_sbindir}/xqmstats 34.159 +rm -f %{buildroot}%{_mandir}/man8/quot.* 34.160 +rm -f %{buildroot}%{_mandir}/man8/xqmstats.* 34.161 +ln -s quotaon.8.gz \ 34.162 + %{buildroot}%{_mandir}/man8/quotaoff.8 34.163 +ln -s rquotad.8.gz \ 34.164 + %{buildroot}%{_mandir}/man8/rpc.rquotad.8 34.165 + 34.166 +install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/quota_nld 34.167 +install -p -m644 -D %{SOURCE2} \ 34.168 + $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/quota_nld 34.169 + 34.170 +%find_lang %{name} 34.171 + 34.172 + 34.173 +%post nld 34.174 +/sbin/chkconfig --add quota_nld 34.175 + 34.176 +%preun nld 34.177 +if [ $1 = 0 ] ; then 34.178 + /sbin/service quota_nld stop >/dev/null 2>&1 34.179 + /sbin/chkconfig --del quota_nld 34.180 +fi 34.181 + 34.182 + 34.183 +%clean 34.184 +rm -rf %{buildroot} 34.185 + 34.186 + 34.187 +%files 34.188 +%defattr(-,root,root,-) 34.189 +%attr(0755,root,root) /sbin/* 34.190 +%attr(0755,root,root) %{_bindir}/* 34.191 +%attr(0755,root,root) %{_sbindir}/* 34.192 +%exclude %{_sbindir}/quota_nld 34.193 +%exclude %{_sbindir}/warnquota 34.194 +%attr(0644,root,root) %{_mandir}/man1/* 34.195 +%attr(0644,root,root) %{_mandir}/man8/* 34.196 +%exclude %{_mandir}/man8/quota_nld.8* 34.197 +%exclude %{_mandir}/man8/warnquota.8* 34.198 +%doc Changelog 34.199 + 34.200 +%files nld 34.201 +%defattr(-,root,root,-) 34.202 +%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/quota_nld 34.203 +%attr(0755,root,root) %{_initrddir}/quota_nld 34.204 +%attr(0755,root,root) %{_sbindir}/quota_nld 34.205 +%attr(0644,root,root) %{_mandir}/man8/quota_nld.8* 34.206 +%doc Changelog 34.207 + 34.208 +%files warnquota 34.209 +%defattr(-,root,root,-) 34.210 +%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotagrpadmins 34.211 +%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotatab 34.212 +%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/warnquota.conf 34.213 +%attr(0755,root,root) %{_sbindir}/warnquota 34.214 +%attr(0644,root,root) %{_mandir}/man8/warnquota.8* 34.215 +%doc Changelog README.ldap-support README.mailserver 34.216 + 34.217 +%files nls -f %{name}.lang 34.218 +%defattr(-,root,root,-) 34.219 +%doc Changelog 34.220 + 34.221 +%files devel 34.222 +%defattr(-,root,root,-) 34.223 +%dir %{_includedir}/rpcsvc 34.224 +%{_includedir}/rpcsvc/* 34.225 +%attr(0644,root,root) %{_mandir}/man3/* 34.226 + 34.227 +%files doc 34.228 +%defattr(-,root,root,-) 34.229 +%doc doc/* 34.230 + 34.231 + 34.232 +%changelog 34.233 +* Tue Nov 16 2010 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.1.pre1 34.234 +- 4.00-pre1 bump 34.235 +- Separate gettext catalogs becuase they are required by all binary sub-packages 34.236 + 34.237 +* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-18 34.238 +- Break warnquota dependency on main package 34.239 + 34.240 +* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-17 34.241 +- Convert Changelog to UTF-8 34.242 + 34.243 +* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-16 34.244 +- Break dependecies on main package as there are none 34.245 +- Add plain text documentation to each sub-package 34.246 +- Package additional documentation into `doc' sub-package 34.247 + 34.248 +* Thu Nov 11 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-15 34.249 +- Add quota_nld deamon init script (bug #634169) 34.250 +- Sub-package quota_nld files to weak dependecies 34.251 +- Sub-package warnquota files to weak dependecies 34.252 + 34.253 +* Wed Oct 06 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-14 34.254 +- Remove quotactl(2) as it's part of `man-pages' package (bug #640590) 34.255 + 34.256 +* Tue May 11 2010 Petr Pisar <ppisar@redhat.com> 1:3.17-13 34.257 +- Add GFS2 support 34.258 + 34.259 +* Tue May 10 2010 Petr Pisar <ppisar@redhat.com> 1:3.17-12 34.260 +- Prevent corruptive read/write from/to NULL address in rpc.rquotad 34.261 + (Resolves #528581, example in #532342) 34.262 +- Fix spelling in summary 34.263 + 34.264 +* Fri Mar 12 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-11 34.265 +- the require from previous fix deleted altogether (it will 34.266 + be resolved automatically) 34.267 + 34.268 +* Fri Mar 12 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-10 34.269 +- Requires: e2fsprogs changed to e2fsprogs-libs (#570005) 34.270 + 34.271 +* Tue Feb 23 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-9 34.272 +- fix #565124 - FTBFS quota-3.17-8.fc13: ImplicitDSOLinking 34.273 + 34.274 +* Mon Sep 29 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-8 34.275 +- add buildrequires for quota_nld, enable-netlink to build 34.276 + quota_nld (#526047) 34.277 + 34.278 +* Fri Sep 18 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-7 34.279 +- Fix headers and structs in quotactl manpage(#524138) 34.280 + 34.281 +* Fri Aug 28 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-6 34.282 +- symlink manpage for rpc.rquotad 34.283 + 34.284 +* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.17-5 34.285 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 34.286 + 34.287 +* Fri Mar 13 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-4 34.288 +- clarify statements about LDAP in warnquota conf 34.289 + (related to #490106) 34.290 +- fix parsing issue in warnquota.c(#490125) 34.291 +- enable rpcsetquota by default(#159292, #469753) 34.292 + 34.293 +* Fri Mar 13 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-3 34.294 +- add missing buildrequires needed to compile with 34.295 + enable-ldapmail=try option with LDAP(#490106) 34.296 + 34.297 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.17-2 34.298 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 34.299 + 34.300 +* Tue Jan 13 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-1 34.301 +- new upstream release, remove already applied patches 34.302 + 34.303 +* Mon Dec 08 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-8 34.304 +- fix documentation inconsistency (now rpc(3) instead of 34.305 + rpc(3N) in rquotad manpage) (#474836) 34.306 + 34.307 +* Fri Nov 14 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-7 34.308 +- fix quotaoff --help output (was same as quotaon output) 34.309 + 34.310 +* Thu Oct 30 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-6 34.311 +- fix implementation of ext4 support 34.312 + (by Mingming Cao, #469127) 34.313 + 34.314 +* Wed Sep 10 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-5 34.315 +- fix rpmlint warnings - absolute symlink and not using epoch 34.316 + in version in changelog (#226353) 34.317 +- rquota headers and manpage now in devel subpackage 34.318 + 34.319 +* Wed Aug 27 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-4 34.320 +- fix bug in warnquota which could result in bogus hostname 34.321 + and domainname (upstream) 34.322 +- remove IMMUTABLE flag from quota file in quotacheck(upstream) 34.323 + 34.324 +* Tue Aug 05 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-3 34.325 +- Add support for -h option (do not show invalid option 34.326 + error) at edquota,setquota and quota (#457898) 34.327 + 34.328 +* Fri Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-2 34.329 +- upstream fix of some typos, string formats + 4TB+ fix 34.330 + for repquota 34.331 +- some additional stripping removal 34.332 +- change default mode of binaries from 555 to 755 34.333 + (strip error messages in build log) 34.334 + 34.335 +* Wed Apr 23 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-1 34.336 +- own directory of rpcsvc headers(#442143) 34.337 +- new upstream release 34.338 + 34.339 +* Wed Mar 12 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-6 34.340 +- added enable-ldapmail=try option(wonder how #133207 34.341 + got closed by FC-4 without it or warnquota.conf change) 34.342 +- dropped with-ext2direct=no option - this option is 34.343 + invalid and original bug was fixed in 3.07 34.344 + 34.345 +* Thu Mar 6 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-5 34.346 +- added symbolic link for quotaoff man page(#436110) 34.347 +- don't ship xqmstats.8 man page as we don't ship those 34.348 + binaries(#436100) 34.349 + 34.350 +* Thu Feb 21 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-4 34.351 +- added pointers to quota_nld and warnquota to some 34.352 + manpages(upstream, #83975) 34.353 + 34.354 +* Tue Feb 12 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-3 34.355 +- allow to build with rpcsetquota enabled(disabled by 34.356 + default, #159292) 34.357 +- rebuild for gcc43 34.358 + 34.359 +* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-2 34.360 +- More review comments: 34.361 + - BuiltPreReq to BuiltReq 34.362 + - Removed '.' From Summary 34.363 + - Added 'GPLv2+' to License Tag 34.364 + - Condensed the _sysconfdir entries in to one line 34.365 + 34.366 +* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-1 34.367 +- Upgraded to version 3.15 34.368 +- Updated spec file per Merge Review (bz 226353) 34.369 + 34.370 +* Thu Feb 15 2007 Steve Dickson <SteveD@RedHat.com> 3.14-1 34.371 +- Upgraded to version 3.14 (bz# 213641) 34.372 + 34.373 +* Mon Dec 4 2006 Thomas Woerner <twoerner@redhat.com> 1:3.13-1.3 34.374 +- tcp_wrappers has a new devel and libs sub package, therefore changing build 34.375 + requirement for tcp_wrappers to tcp_wrappers-devel 34.376 + 34.377 +* Wed Nov 1 2006 Steve Dickson <SteveD@RedHat.com> 1:3.13-1.2.3.2 34.378 +- Added range checking on -p flag (bz 205145) 34.379 +- Error message prints garbage characters (bz 201226) 34.380 + 34.381 +* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2.3.1 34.382 +- rebuild 34.383 + 34.384 +* Fri Jun 30 2006 Steve Dickson <steved@redhat.com> - 1:3.13-1.2.3 34.385 +- fix 192826 - quota config files should not be overwritten 34.386 + 34.387 +* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2.1 34.388 +- bump again for double-long bug on ppc(64) 34.389 + 34.390 +* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2 34.391 +- rebuilt for new gcc4.1 snapshot and glibc changes 34.392 + 34.393 +* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 34.394 +- rebuilt 34.395 + 34.396 +* Mon Oct 31 2005 Steve Dickson <steved@redhat.com> 3.13-1 34.397 +- Upgraded to version 3.13 (bz# 171245) 34.398 + 34.399 +* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com> 34.400 +- change the "Requires: kernel" into a "Conflicts:" 34.401 + 34.402 +* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 3.12-5 34.403 +- add URL (bz# 131862) 34.404 + 34.405 +* Fri Sep 24 2004 Steve Dickson <SteveD@RedHat.com> 34.406 +- Fixed typos in warnquota.conf patch 34.407 + (bz# 82250 and bz# 83974) 34.408 + 34.409 +* Mon Sep 13 2004 Steve Dickson <SteveD@RedHat.com> 34.410 +- upgraded to 3.12 34.411 + 34.412 +* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 34.413 +- rebuilt 34.414 + 34.415 +* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 34.416 +- rebuilt 34.417 + 34.418 +* Tue Jan 27 2004 Florian La Roche <Florian.LaRoche@redhat.de> 34.419 +- add -pie support 34.420 +- update to 3.10 34.421 + 34.422 +* Sat Aug 16 2003 Steve Dickson <SteveD@RedHat.com> 34.423 +- upgraded to 3.0.9 34.424 +- added quota-3.09-root_sbindir.patch 34.425 + 34.426 +* Sun Aug 10 2003 Elliot Lee <sopwith@redhat.com> 3.06-11 34.427 +- Rebuild 34.428 + 34.429 +* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 34.430 +- rebuilt 34.431 + 34.432 +* Tue May 27 2003 Steve Dickson <SteveD@RedHat.com> 34.433 +- rebuilt for 7.3 errata 34.434 + 34.435 +* Tue Feb 25 2003 Elliot Lee <sopwith@redhat.com> 34.436 +- rebuilt 34.437 + 34.438 +* Sun Feb 23 2003 Tim Powers <timp@redhat.com> 34.439 +- add buildprereq on tcp_wrappers 34.440 + 34.441 +* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 34.442 +- rebuilt 34.443 + 34.444 +* Mon Nov 18 2002 Tim Powers <timp@redhat.com> 34.445 +- rebuild on all arches 34.446 + 34.447 + 34.448 +* Fri Sep 6 2002 Philip Copeland <bryce@redhat.com> 3.06-5 34.449 +- added --with-ext2direct=no to fix #73244 34.450 + without this users with UID's > 65535 will not 34.451 + be able to exist on a quota enabled FS 34.452 + 34.453 +* Wed Aug 7 2002 Philip Copeland <bryce@redhat.com> 3.06-4 34.454 +- Man page change. #60108 34.455 + 34.456 +* Tue Aug 6 2002 Philip Copeland <bryce@redhat.com> 3.06-3 34.457 +- Bah, I'd dropped epoch from the spec file but seems 34.458 + we need this if you want to upgrade as the epoch 34.459 + number has precedence over the version/release 34.460 + numbers. 34.461 + 34.462 +* Wed Jul 17 2002 Philip Copeland <bryce@redhat.com> 3.06-2 34.463 +- Lets stop the makefile from stripping the 34.464 + binaries as thats rpms job (apparently) 34.465 + 34.466 +* Mon Jul 01 2002 Philip Copeland <bryce@redhat.com> 3.06-1 34.467 +- Ditched the 3.01-pre9 src base for 3.06 34.468 + Rebuilt without any patchs 34.469 + 34.470 +============================================================ 34.471 + 34.472 +* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 34.473 +- automated rebuild 34.474 + 34.475 +* Thu May 23 2002 Tim Powers <timp@redhat.com> 34.476 +- automated rebuild 34.477 + 34.478 +* Mon Feb 25 2002 Elliot Lee <sopwith@redhat.com> 34.479 +- IfArch the badkernelinclude patch for ppc-only. 34.480 +- Update to 3.03 34.481 + 34.482 +* Wed Dec 12 2001 Guy Streeter <streeter@redhat.com> 34.483 +- Make #include of kernel header file work on non-x86 34.484 + 34.485 +* Wed Sep 5 2001 Preston Brown <pbrown@redhat.com> 34.486 +- require new initscripts 34.487 + 34.488 +* Thu Aug 30 2001 Preston Brown <pbrown@redhat.com> 34.489 +- fixed bug #52075 (problem with ext2 labels) 34.490 +- backup data files off by default in quotacheck, optional backup flag added 34.491 +- fix bug where giving a bad directory or device would cause 34.492 + quotaon/quotacheck to simulate "-a" behaviour 34.493 +- if a device name (i.e /dev/hda1) is passed, look up the corresponding mount 34.494 + point 34.495 + 34.496 +* Wed Aug 29 2001 Preston Brown <pbrown@redhat.com> 34.497 +- return an error code in more cases in convertquota 34.498 + 34.499 +* Tue Aug 28 2001 Preston Brown <pbrown@redhat.com> 34.500 +- 3.01pre9 34.501 + 34.502 +* Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> 34.503 +- more cleanups on 3.01pre8 34.504 + 34.505 +* Mon Jul 2 2001 Preston Brown <pbrown@redhat.com> 34.506 +- 3.01 version, everything has changed again. :( 34.507 + 34.508 +* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com> 34.509 +- Bump release + rebuild. 34.510 + 34.511 +* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com> 34.512 +- use rpc.rquotad from here again (#33738) 34.513 + 34.514 +* Thu Mar 15 2001 Preston Brown <pbrown@redhat.com> 34.515 +- enable ALT_FORMAT for edquota 34.516 + 34.517 +* Tue Mar 13 2001 Preston Brown <pbrown@redhat.com> 34.518 +- I broke passing devices on the cmd line. Fixed. 34.519 + 34.520 +* Fri Mar 09 2001 Preston Brown <pbrown@redhat.com> 34.521 +- quota 3.00 is required by recent kernel 2.4 changes 34.522 +- no warnquota included this time, not yet ported 34.523 +- quite a bit of work on quotacheck to make is backwards compatible 34.524 +- we will likely go back to "quota 2.00" as these projects merge... 34.525 + 34.526 +* Fri Feb 09 2001 Florian La Roche <Florian.LaRoche@redhat.de> 34.527 +- use "rm -f" instead of only "rm" 34.528 + 34.529 +* Wed Feb 7 2001 Preston Brown <pbrown@redhat.com> 34.530 +- fix quotacheck man page for -a option (#26380) 34.531 + 34.532 +* Thu Feb 1 2001 Preston Brown <pbrown@redhat.com> 34.533 +- 2.00 final, rolls in pretty much all our patches. :) 34.534 +- fix reporting of in use dquot entries from quotastats 34.535 +- change repquota man page to fix documentation of -v (#10330) 34.536 +- include warnquota.conf 34.537 + 34.538 +* Mon Nov 20 2000 Bill Nottingham <notting@redhat.com> 34.539 +- fix ia64 build 34.540 + 34.541 +* Mon Aug 21 2000 Jeff Johnson <jbj@redhat.com> 34.542 +- add LABEL=foo support (#16390). 34.543 + 34.544 +* Thu Jul 27 2000 Jeff Johnson <jbj@redhat.com> 34.545 +- remote NFS quotas with different blocksize converted incorrectly (#11932). 34.546 + 34.547 +* Wed Jul 12 2000 Prospector <bugzilla@redhat.com> 34.548 +- automatic rebuild 34.549 + 34.550 +* Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com> 34.551 +- FHS packaging. 34.552 + 34.553 +* Wed May 10 2000 Jeff Johnson <jbj@redhat.com> 34.554 +- apply patch5 (H.J. Lu) 34.555 + 34.556 +* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com> 34.557 +- fix description 34.558 +- man pages are compressed 34.559 + 34.560 +* Tue Jan 18 2000 Preston Brown <pbrown@redhat.com> 34.561 +- quota 2.00 series 34.562 +- removed unnecessary patches 34.563 + 34.564 +* Thu Aug 5 1999 Jeff Johnson <jbj@redhat.com> 34.565 +- fix man page FUD (#4369). 34.566 + 34.567 +* Thu May 13 1999 Peter Hanecak <hanecak@megaloman.sk> 34.568 +- changes to allow non-root users to build too (Makefile patch, %%attr) 34.569 + 34.570 +* Tue Apr 13 1999 Jeff Johnson <jbj@redhat.com> 34.571 +- fix for sparc64 quotas (#2147) 34.572 + 34.573 +* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 34.574 +- auto rebuild in the new build environment (release 5) 34.575 + 34.576 +* Mon Dec 28 1998 Cristian Gafton <gafton@redhat.com> 34.577 +- don't install rpc.rquotad - we will use the one from the knfsd package 34.578 + instead 34.579 + 34.580 +* Thu Dec 17 1998 Jeff Johnson <jbj@redhat.com> 34.581 +- merge ultrapenguin 1.1.9 changes. 34.582 + 34.583 +* Thu May 07 1998 Prospector System <bugs@redhat.com> 34.584 +- translations modified for de, fr, tr 34.585 + 34.586 +* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> 34.587 +- removed patch for mntent 34.588 + 34.589 +* Fri Mar 27 1998 Jakub Jelinek <jj@ultra.linux.cz> 34.590 +- updated to quota 1.66 34.591 + 34.592 +* Tue Jan 13 1998 Erik Troan <ewt@redhat.com> 34.593 +- builds rquotad 34.594 +- installs rpc.rquotad.8 symlink 34.595 + 34.596 +* Mon Oct 20 1997 Erik Troan <ewt@redhat.com> 34.597 +- removed /usr/include/rpcsvc/* from filelist 34.598 +- uses a buildroot and %%attr 34.599 + 34.600 +* Thu Jun 19 1997 Erik Troan <ewt@redhat.com> 34.601 +- built against glibc 34.602 + 34.603 +* Tue Mar 25 1997 Erik Troan <ewt@redhat.com> 34.604 +- Moved /usr/sbin/quota to /usr/bin/quota
35.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 35.2 +++ b/rpcbind/rpcbind.spec Fri Mar 11 21:30:26 2011 +0100 35.3 @@ -0,0 +1,258 @@ 35.4 +%{!?_initddir:%define _initddir /etc/rc.d/init.d} 35.5 + 35.6 +Name: rpcbind 35.7 +Version: 0.2.0 35.8 +Release: 8%{?dist} 35.9 +Summary: Universal Addresses to RPC Program Number Mapper 35.10 +Group: System Environment/Daemons 35.11 +License: BSD 35.12 +URL: http://nfsv4.bullopensource.org 35.13 + 35.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) 35.15 +Source0: http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2 35.16 +Source1: rpcbind.init 35.17 + 35.18 +Patch001: rpcbind-0.2.1-rc2.patch 35.19 + 35.20 +#Patch100: rpcbind-0.2.0-usage-fix.patch 35.21 +#Patch101: rpcbind-0.2.0-soreuseaddr-listner.patch 35.22 +#Patch102: rpcbind-0.2.0-nofork.patch 35.23 + 35.24 +Requires: glibc-common setup 35.25 +Conflicts: man-pages < 2.43-12 35.26 +BuildRequires: automake, autoconf, libtool 35.27 +BuildRequires: libtirpc-devel, quota-devel, tcp_wrappers-devel 35.28 +Requires(pre): /usr/sbin/groupadd /usr/sbin/groupdel 35.29 +Requires(pre): /usr/sbin/useradd /usr/sbin/userdel 35.30 +Requires(pre): coreutils 35.31 +Requires(post): /sbin/chkconfig 35.32 +Requires(post): /sbin/chkconfig 35.33 + 35.34 +Provides: portmap = %{version}-%{release} 35.35 +Obsoletes: portmap <= 4.0-65.3 35.36 + 35.37 +%description 35.38 +The rpcbind utility is a server that converts RPC program numbers into 35.39 +universal addresses. It must be running on the host to be able to make 35.40 +RPC calls on a server on that machine. 35.41 + 35.42 +%prep 35.43 +%setup -q 35.44 +%patch001 -p1 35.45 + 35.46 +%build 35.47 +%ifarch s390 s390x 35.48 +PIE="-fPIE" 35.49 +%else 35.50 +PIE="-fpie" 35.51 +%endif 35.52 +export PIE 35.53 + 35.54 +RPCBUSR=rpc 35.55 +RPCBDIR=/var/lib/rpcbind 35.56 +CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE`" 35.57 + 35.58 +autoreconf -fisv 35.59 +%configure CFLAGS="$CFLAGS" LDFLAGS="-pie" \ 35.60 + --enable-warmstarts \ 35.61 + --with-statedir="$RPCBDIR" \ 35.62 + --with-rpcuser="$RPCBUSR" \ 35.63 + --enable-libwrap \ 35.64 + --enable-debug 35.65 + 35.66 +make all 35.67 + 35.68 + 35.69 +%install 35.70 +rm -rf %{buildroot} 35.71 +mkdir -p %{buildroot}/sbin 35.72 +mkdir -p %{buildroot}/usr/sbin 35.73 +mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d 35.74 +mkdir -p %{buildroot}%{_mandir}/man8 35.75 +mkdir -p %{buildroot}/var/lib/rpcbind 35.76 +make DESTDIR=$RPM_BUILD_ROOT install 35.77 + 35.78 +mv -f ${RPM_BUILD_ROOT}%{_bindir}/rpcbind ${RPM_BUILD_ROOT}/sbin 35.79 +mv -f ${RPM_BUILD_ROOT}%{_bindir}/rpcinfo ${RPM_BUILD_ROOT}%{_sbindir} 35.80 +install -m 755 ${RPM_SOURCE_DIR}/rpcbind.init ${RPM_BUILD_ROOT}%{_initddir}/rpcbind 35.81 + 35.82 +%clean 35.83 +rm -rf %{buildroot} 35.84 + 35.85 +%pre 35.86 + 35.87 +# Check the validity of the rpc uid and gid. 35.88 +# If they don't exist, create them 35.89 +# If they exist but are the wrong value, remove them 35.90 +# and recreate them with the correct value 35.91 +# If they exist and are the correct value do nothing 35.92 +rpcid=`getent passwd rpc | cut -d: -f 3` 35.93 +if [ -n "$rpcid" -a "$rpcid" != "32" ]; then 35.94 + /usr/sbin/userdel rpc 2> /dev/null || : 35.95 + /usr/sbin/groupdel rpc 2> /dev/null || : 35.96 +fi 35.97 +if [ -z "$rpcid" -o "$rpcid" != "32" ]; then 35.98 + /usr/sbin/groupadd -o -g 32 rpc > /dev/null 2>&1 35.99 + /usr/sbin/useradd -o -l -c "Rpcbind Daemon" -d /var/lib/rpcbind -g 32 \ 35.100 + -M -s /sbin/nologin -u 32 rpc > /dev/null 2>&1 35.101 +fi 35.102 +%post 35.103 +/sbin/chkconfig --add %{name} 35.104 + 35.105 +%preun 35.106 +if [ $1 -eq 0 ]; then 35.107 + service rpcbind stop > /dev/null 2>&1 35.108 + /sbin/chkconfig --del %{name} 35.109 + /usr/sbin/userdel rpc 2>/dev/null || : 35.110 + /usr/sbin/groupdel rpc 2>/dev/null || : 35.111 + rm -rf /var/lib/rpcbind 35.112 +fi 35.113 +%postun 35.114 +if [ "$1" -ge "1" ]; then 35.115 + service rpcbind condrestart > /dev/null 2>&1 35.116 +fi 35.117 + 35.118 +%files 35.119 +%defattr(-,root,root) 35.120 +%doc AUTHORS ChangeLog README 35.121 +/sbin/rpcbind 35.122 +%{_sbindir}/rpcinfo 35.123 +%{_mandir}/man8/* 35.124 +%config %{_initddir}/rpcbind 35.125 + 35.126 +%dir %attr(700,rpc,rpc) /var/lib/rpcbind 35.127 + 35.128 +%changelog 35.129 +* Tue Nov 30 2010 Steve Dickson <steved@redhat.com> - 0.2.0-8 35.130 +- Updated to the latest upstream release: rpcbind-0.2.1-rc2 35.131 + 35.132 +* Fri Jul 16 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.0-7 35.133 +- correct license tag to BSD 35.134 + 35.135 +* Tue Jul 13 2010 Steve Dickson <steved@redhat.com> - 0.2.0-6 35.136 +- Made initscript LSB compliant (bz 614193) 35.137 +- Added no fork patch 35.138 + 35.139 +* Tue Jul 6 2010 Steve Dickson <steved@redhat.com> - 0.2.0-5 35.140 +- Set SO_REUSEADDR on listening sockets (bz 597356) 35.141 + 35.142 +* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4 35.143 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 35.144 + 35.145 +* Mon Jul 06 2009 Adam Jackson <ajax@redhat.com> 0.2.0-3 35.146 +- Requires(pre): coreutils for cut(1). 35.147 + 35.148 +* Thu Jun 25 2009 Steve Dickson <steved@redhat.com> - 0.2.0-2 35.149 +- Fixed pre scriptle failure during upgrades (bz 507364) 35.150 +- Corrected the usage info to match what the rpcbind man 35.151 + page says. (bz 466332) 35.152 +- Correct package issues (bz 503508) 35.153 + 35.154 +* Fri May 29 2009 Steve Dickson <steved@redhat.com> - 0.2.0-1 35.155 +- Updated to latest upstream release: 0.2.0 35.156 + 35.157 +* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.1.7-3 35.158 +- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems 35.159 + 35.160 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.7-2 35.161 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 35.162 + 35.163 +* Wed Nov 19 2008 Steve Dickson <steved@redhat.com> 0.1.7-1 35.164 +- Update to latest upstream release: 0.1.7 35.165 + 35.166 +* Tue Sep 30 2008 Steve Dickson <steved@redhat.com> 0.1.6-3 35.167 +- Fixed a typo in the rpcbind.init script that stop warm starts 35.168 + from happening with conrestarts 35.169 +- Fixed scriptlet failure (bz 462533) 35.170 + 35.171 +* Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.6-2 35.172 +- Added usptream patches 01 thru 03 that do: 35.173 + * Introduce helpers for ipprot/netid mapping 35.174 + * Change how we decide on the netids to use for portmap 35.175 + * Simplify port live check in pmap_svc.c 35.176 + 35.177 +* Wed Jul 9 2008 Steve Dickson <steved@redhat.com> 0.1.6-1 35.178 +- Updated to latest upstream release 0.1.6 35.179 + 35.180 +* Wed Jul 2 2008 Steve Dickson <steved@redhat.com> 0.1.5-5 35.181 +- Fixed SYNOPSIS section in the rpcinfo man page (bz 453729) 35.182 + 35.183 +* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1.5-4 35.184 +- Removed the documentation about the non-existent 35.185 + '-L' flag (bz 446915) 35.186 + 35.187 +* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1.5-3 35.188 +- Set password and service lookups to be local (bz 447092) 35.189 + 35.190 +* Mon Jun 23 2008 Steve Dickson <steved@redhat.com> 0.1.5-2 35.191 +- rpcbind needs to downgrade to non-priviledgied group. 35.192 + 35.193 +* Mon Jun 23 2008 Steve Dickson <steved@redhat.com> 0.1.5-1 35.194 +- Updated to latest upstream release 0.1.5 35.195 + 35.196 +* Mon Feb 11 2008 Steve Dickson <steved@redhat.com> 0.1.4-14 35.197 +- Fixed a warning in pmap_svc.c 35.198 +- Cleaned up warmstarts so uid are longer needed, also 35.199 + changed condrestarts to use warmstarts. (bz 428496) 35.200 + 35.201 +* Thu Jan 24 2008 Steve Dickson <steved@redhat.com> 0.1.4-13 35.202 +- Fixed connectivity with Mac OS clients by making sure handle_reply() 35.203 + sets the correct fromlen in its recvfrom() call (bz 244492) 35.204 + 35.205 +* Mon Dec 17 2007 Steve Dickson <steved@redhat.com> 0.1.4-12 35.206 +- Changed is_loopback() and check_access() see if the calling 35.207 + address is an address on a local interface, just not a loopback 35.208 + address (bz 358621). 35.209 + 35.210 +* Wed Oct 17 2007 Steve Dickson <steved@redhat.com> 0.1.4-11 35.211 +- Reworked logic in initscript so the correct exit is 35.212 + used when networking does not exist or is set up 35.213 + incorrectly. 35.214 + 35.215 +* Tue Oct 16 2007 Steve Dickson <steved@redhat.com> 0.1.4-10 35.216 +- Corrected a typo in the initscript from previous 35.217 + commit. 35.218 + 35.219 +* Mon Oct 15 2007 Steve Dickson <steved@redhat.com> 0.1.4-9 35.220 +- Fixed typo in Summary (bz 331811) 35.221 +- Corrected init script (bz 247046) 35.222 + 35.223 +* Sat Sep 15 2007 Steve Dickson <steved@redhat.com> 0.1.4-8 35.224 +- Fixed typo in init script (bz 248285) 35.225 +- Added autoconf rules to turn on secure host checking 35.226 + via libwrap. Also turned on host check by default (bz 248284) 35.227 +- Changed init script to start service in runlevel 2 (bz 251568) 35.228 +- Added a couple missing Requires(pre) (bz 247134) 35.229 + 35.230 +* Fri May 25 2007 Steve Dickson <steved@redhat.com> 0.1.4-7 35.231 +- Fixed condrestarts (bz 241332) 35.232 + 35.233 +* Tue May 22 2007 Steve Dickson <steved@redhat.com> 0.1.4-6 35.234 +- Fixed an ipv6 related segfault on startup (bz 240873) 35.235 + 35.236 +* Wed Apr 18 2007 Steve Dickson <steved@redhat.com> 0.1.4-5 35.237 +- Added dependency on setup which contains the correct 35.238 + rpcbind /etc/service entry which in turns stops 35.239 + rpcbind from haning when NIS is enabled. (bz 236865) 35.240 + 35.241 +* Wed Apr 11 2007 Jeremy Katz <katzj@redhat.com> - 0.1.4-4 35.242 +- change man-pages requires into a conflicts as we don't have to have 35.243 + man-pages installed, but if we do, we need the newer version 35.244 + 35.245 +* Fri Apr 6 2007 Steve Dickson <steved@redhat.com> 0.1.4-3 35.246 +- Fixed the Provides and Obsoletes statments to correctly 35.247 + obsolete the portmap package. 35.248 +* Tue Apr 3 2007 Steve Dickson <steved@redhat.com> 0.1.4-2 35.249 +- Added dependency on glibc-common which allows the 35.250 + rpcinfo command to be installed in the correct place. 35.251 +- Added dependency on man-pages so the rpcinfo man 35.252 + pages don't conflict. 35.253 +- Added the creation of /var/lib/rpcbind which will be 35.254 + used to store state files. 35.255 +- Make rpcbind run with the 'rpc' uid/gid when it exists. 35.256 + 35.257 +* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 0.1.4-1 35.258 +- Initial commit 35.259 +- Spec reviewed (bz 228894) 35.260 +- Added the Provides/Obsoletes which should 35.261 + cause rpcbind to replace portmapper
36.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 36.2 +++ b/schroedinger/schroedinger.spec Fri Mar 11 21:30:26 2011 +0100 36.3 @@ -0,0 +1,83 @@ 36.4 +%define abi 1.0 36.5 + 36.6 +Name: schroedinger 36.7 +Version: 1.0.9 36.8 +Release: 1%{?dist} 36.9 +Summary: Portable libraries for the high quality Dirac video codec 36.10 + 36.11 +Group: System Environment/Libraries 36.12 +# No version is given for the GPL or the LGPL 36.13 +License: GPL+ or LGPLv2+ or MIT or MPLv1.1 36.14 +URL: http://www.diracvideo.org/ 36.15 +Source0: http://www.diracvideo.org/download/schroedinger/schroedinger-%{version}.tar.gz 36.16 +# Issue is known upstream, fixed in git and so fixed in NEXT_RELEASE 36.17 +Patch0: %{name}-no-testsuite.patch 36.18 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 36.19 + 36.20 +BuildRequires: orc-devel >= 0.4.3 36.21 +BuildRequires: glew-devel >= 1.5.1 36.22 +BuildRequires: gtk-doc 36.23 + 36.24 + 36.25 +%description 36.26 +The Schrödinger project will implement portable libraries for the high 36.27 +quality Dirac video codec created by BBC Research and 36.28 +Development. Dirac is a free and open source codec producing very high 36.29 +image quality video. 36.30 + 36.31 +The Schrödinger project is a project done by BBC R&D and Fluendo in 36.32 +order to create a set of high quality decoder and encoder libraries 36.33 +for the Dirac video codec. 36.34 + 36.35 +%package devel 36.36 +Group: Development/Libraries 36.37 +Summary: Development files for schroedinger 36.38 +Requires: %{name} = %{version}-%{release} 36.39 +Requires: pkgconfig 36.40 +Requires: orc-devel >= 0.4.3 36.41 + 36.42 +%description devel 36.43 +Development files for schroedinger 36.44 + 36.45 + 36.46 +%prep 36.47 +%setup -q 36.48 +%patch0 -p1 36.49 + 36.50 +%build 36.51 +%configure --disable-static --enable-gtk-doc 36.52 + 36.53 +# remove rpath from libtool 36.54 +sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool 36.55 +sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 36.56 + 36.57 +make %{?_smp_mflags} 36.58 + 36.59 +%install 36.60 +rm -rf %{buildroot} 36.61 +make install DESTDIR=%{buildroot} 36.62 +find %{buildroot} -name \*.la -delete 36.63 + 36.64 +%clean 36.65 +rm -rf %{buildroot} 36.66 + 36.67 +%post -p /sbin/ldconfig 36.68 + 36.69 +%postun -p /sbin/ldconfig 36.70 + 36.71 +%files 36.72 +%defattr(-,root,root,-) 36.73 +%doc COPYING* NEWS TODO 36.74 +%{_libdir}/libschroedinger-%{abi}.so.* 36.75 + 36.76 +%files devel 36.77 +%defattr(-,root,root,-) 36.78 +%doc %{_datadir}/gtk-doc/html/schroedinger 36.79 +%{_includedir}/schroedinger-%{abi} 36.80 +%{_libdir}/*.so 36.81 +%{_libdir}/pkgconfig/schroedinger-%{abi}.pc 36.82 + 36.83 + 36.84 +%changelog 36.85 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 1.0.9-1 36.86 +- Build for MeeGo 1.1
37.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 37.2 +++ b/socat/socat.spec Fri Mar 11 21:30:26 2011 +0100 37.3 @@ -0,0 +1,143 @@ 37.4 +Summary: Bidirectional data relay between two data channels ('netcat++') 37.5 +Name: socat 37.6 +Version: 1.7.1.3 37.7 +Release: 1%{?dist} 37.8 +License: GPLv2 37.9 +Url: http://www.dest-unreach.org/%{name} 37.10 +Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.gz 37.11 +Group: Applications/Internet 37.12 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 37.13 +BuildRequires: openssl-devel compat-readline5-devel ncurses-devel 37.14 +BuildRequires: autoconf kernel-headers > 2.6.18 37.15 + 37.16 +%description 37.17 +Socat is a relay for bidirectional data transfer between two independent data 37.18 +channels. Each of these data channels may be a file, pipe, device (serial line 37.19 +etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an 37.20 +SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU 37.21 +line editor (readline), a program, or a combination of two of these. 37.22 +The compat-readline5 library is used to avoid GPLv2 vs GPLv3 issues. 37.23 + 37.24 + 37.25 +%prep 37.26 +%setup -q 37.27 +iconv -f iso8859-1 -t utf-8 CHANGES > CHANGES.utf8 37.28 +mv CHANGES.utf8 CHANGES 37.29 + 37.30 +%build 37.31 +autoconf 37.32 +export CPPFLAGS="-I%{_includedir}/readline5" LDFLAGS="-L%{_libdir}/readline5" 37.33 +%configure \ 37.34 + --enable-help --enable-stdio \ 37.35 + --enable-fdnum --enable-file --enable-creat \ 37.36 + --enable-gopen --enable-pipe --enable-termios \ 37.37 + --enable-unix --enable-ip4 --enable-ip6 \ 37.38 + --enable-rawip --enable-tcp --enable-udp \ 37.39 + --enable-listen --enable-proxy --enable-exec \ 37.40 + --enable-system --enable-pty --enable-readline \ 37.41 + --enable-openssl --enable-sycls --enable-filan \ 37.42 + --enable-retry --enable-libwrap --disable-fips 37.43 + 37.44 +chmod 644 *.sh 37.45 +make %{?_smp_mflags} 37.46 + 37.47 +%install 37.48 +rm -rf %{buildroot} 37.49 + 37.50 +make DESTDIR=%{buildroot} install 37.51 + 37.52 +%clean 37.53 +rm -rf %{buildroot} 37.54 + 37.55 +%files 37.56 +%defattr(-,root,root) 37.57 +%doc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ PORTING 37.58 +%doc COPYING* README SECURITY testcert.conf 37.59 +%doc daemon.sh ftp.sh gatherinfo.sh mail.sh proxy.sh 37.60 +%doc proxyecho.sh readline.sh readline-test.sh 37.61 +%doc socks4echo.sh socks4a-echo.sh test.sh 37.62 +%{_bindir}/socat 37.63 +%{_bindir}/filan 37.64 +%{_bindir}/procan 37.65 +%doc %{_mandir}/man1/socat.1* 37.66 + 37.67 +%changelog 37.68 +* Mon Aug 23 2010 Paul Wouters <paul@xelerance.com> - 1.7.1.3-1 37.69 +- Upgrade to 1.7.1.3 37.70 +- Includes fix for CVE-2010-2799 Stack overflow by lexical scanning of nested 37.71 + character patterns 37.72 +- Resolves https://bugzilla.redhat.com/show_bug.cgi?id=620430 37.73 + 37.74 +* Sat Jan 30 2010 Paul Wouters <paul@xelerance.com> - 1.7.1.2-1 37.75 +- Upgraded to 1.7.1.2 37.76 +- Link against compat-readline5 for GPLv2 license (Miroslav Lichvar) 37.77 + (bz #511310) 37.78 + 37.79 +* Sat Aug 29 2009 Caolán McNamara <caolanm@redhat.com> - 1.7.1.1-5 37.80 +- recreate autoconf to get correct includes when determining type 37.81 + sizes in order to build correctly 37.82 + 37.83 +* Fri Aug 28 2009 Paul Wouters <paul@xelerance.com> - 1.7.1.1-4 37.84 +- Bump for new openssl 37.85 + 37.86 +* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.7.1.1-3 37.87 +- rebuilt with new openssl 37.88 + 37.89 +* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1.1-2 37.90 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 37.91 + 37.92 +* Mon May 11 2009 Paul Wouters <paul@xelerance.com> - 1.7.1.1-1 37.93 +- Upgraded to 1.7.1.1. 37.94 +- Patch for configure.in with -Wall 37.95 + 37.96 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0.0-2 37.97 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 37.98 + 37.99 +* Tue Jan 20 2009 Paul Wouters <paul@xelerance.com 1.7.0.0-1 37.100 +- Updated to new upstream version 37.101 +- utf8 the CHANGES file 37.102 + 37.103 +* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> 1.6.0.1-3 37.104 +- disable the upstream openssl fips support 37.105 + 37.106 +* Thu Sep 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.6.0.1-2 37.107 +- forgot to upload new source 37.108 + 37.109 +* Thu Sep 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.6.0.1-1 37.110 +- fix license tag 37.111 +- update to 1.6.0.1 37.112 + 37.113 +* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5.0.0-8 37.114 +- Autorebuild for GCC 4.3 37.115 + 37.116 +* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.5.0.0-7 37.117 + - Rebuild for deps 37.118 + 37.119 +* Wed Dec 5 2007 Paul Wouters <paul@xelerance.com> 1.5.0.0-6 37.120 +- Rebuild for updatesd libcrypto 37.121 + 37.122 +* Mon Feb 19 2007 Paul Wouters <paul@xelerance.com> 1.5.0.0-5 37.123 +- Tagging failure bug in redhat build system requires bump 37.124 + 37.125 +* Mon Feb 19 2007 Paul Wouters <paul@xelerance.com> 1.5.0.0-4 37.126 +- Some filesystem defines moved from their specific (ext2) 37.127 + filesystem defines into the generic <linux/fs.h>. 37.128 + 37.129 +* Mon Sep 11 2006 Paul Wouters <paul@xelerance.com> 1.5.0.0-3 37.130 +- Rebuild requested for PT_GNU_HASH support from gcc 37.131 + 37.132 +* Sun Aug 20 2006 Paul Wouters <paul@xelerance.com> - 1.5.0.0-2 37.133 +- Added missing examples to doc section and removed execute bits. 37.134 + 37.135 +* Fri Aug 04 2006 Paul Wouters <paul@xelerance.com> - 1.5.0.0-1 37.136 +- Updated to 1.5.0.0 37.137 +- removed version cut/mversion, since source untars properly now. 37.138 + 37.139 +* Tue May 09 2006 Paul Wouters <paul@xelerance.com> - 1.4.3.1-1 37.140 +- Updated to 1.4.3.1 37.141 + 37.142 +* Thu Jan 26 2006 Paul Wouters <paul@xelerance.com> 1.4.3.0-2 37.143 +- Removed DESTDIR export and fixed two capitals 37.144 + 37.145 +* Thu Jan 26 2006 Paul Wouters <paul@xelerance.com> 1.4.3.0-1 37.146 +- Initial version based on Pascal Bleser <guru@unixtech.be> suse rpm
38.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 38.2 +++ b/twolame/twolame.spec Fri Mar 11 21:30:26 2011 +0100 38.3 @@ -0,0 +1,135 @@ 38.4 +Name: twolame 38.5 +Version: 0.3.12 38.6 +Release: 5.4 38.7 +Summary: TwoLAME is an optimised MPEG Audio Layer 2 encoding library based on tooLAME 38.8 +Group: Applications/Multimedia 38.9 +License: LGPLv2+ 38.10 +URL: http://www.twolame.org/ 38.11 +Source: http://downloads.sourceforge.net/twolame/%{name}-%{version}.tar.gz 38.12 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 38.13 +BuildRequires: libsndfile-devel 38.14 +#BuildRequires: libtool 38.15 + 38.16 +%description 38.17 +TwoLAME is an optimised MPEG Audio Layer 2 encoding library based on tooLAME, 38.18 +which in turn is based heavily on 38.19 +- the ISO dist10 code 38.20 +- improvement to algorithms as part of the LAME project (www.sulaco.org/mp3) 38.21 + 38.22 +This package contains the command line frontend. 38.23 + 38.24 +%package libs 38.25 +Summary: TwoLAME is an optimised MPEG Audio Layer 2 encoding library based on tooLAME 38.26 +Group: System Environment/Libraries 38.27 +Obsoletes: %{name} < 0.3.12-1 38.28 + 38.29 +%description libs 38.30 +TwoLAME is an optimised MPEG Audio Layer 2 encoding library based on tooLAME, 38.31 +which in turn is based heavily on 38.32 +- the ISO dist10 code 38.33 +- improvement to algorithms as part of the LAME project (www.sulaco.org/mp3) 38.34 + 38.35 +This package contains the shared library. 38.36 + 38.37 +%package devel 38.38 +Summary: Development tools for TwoLAME applications 38.39 +Group: Development/Libraries 38.40 +Requires: %{name}-libs = %{version}-%{release} 38.41 +Requires: pkgconfig 38.42 + 38.43 +%description devel 38.44 +This package contains the header files and documentation 38.45 +needed to develop applications with TwoLAME. 38.46 + 38.47 +%prep 38.48 +%setup -q 38.49 +# convert manpage to UTF8 38.50 +pushd doc 38.51 +iconv -f iso8859-1 -t utf8 %{name}.1 > %{name}.1.utf && mv %{name}.1.utf %{name}.1 38.52 +# fix HTML docs line endings 38.53 +for file in html/*.html ; do 38.54 + tr -d '\r' <$file >$file.unix && mv $file.unix $file 38.55 +done 38.56 +popd 38.57 + 38.58 +%build 38.59 +#autoreconf -f -i 38.60 +%configure --disable-static 38.61 + 38.62 +# remove rpath from libtool 38.63 +sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool 38.64 +sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 38.65 + 38.66 +%{__make} %{?_smp_mflags} 38.67 + 38.68 +%install 38.69 +rm -rf $RPM_BUILD_ROOT 38.70 +%{__make} DESTDIR=$RPM_BUILD_ROOT install 38.71 +rm $RPM_BUILD_ROOT%{_libdir}/*.la 38.72 +rm -rf $RPM_BUILD_ROOT%{_docdir} 38.73 + 38.74 +%clean 38.75 +rm -rf $RPM_BUILD_ROOT 38.76 + 38.77 +%post libs -p /sbin/ldconfig 38.78 + 38.79 +%postun libs -p /sbin/ldconfig 38.80 + 38.81 +%files 38.82 +%defattr(644,root,root,755) 38.83 +%doc AUTHORS COPYING ChangeLog README TODO 38.84 +%attr(755,root,root) %{_bindir}/%{name} 38.85 +%{_mandir}/man1/%{name}.1* 38.86 + 38.87 +%files libs 38.88 +%defattr(-,root,root,-) 38.89 +%attr(755,root,root) %{_libdir}/lib%{name}.so.* 38.90 + 38.91 +%files devel 38.92 +%defattr(644,root,root,755) 38.93 +%doc doc/api.txt doc/html doc/psycho.txt doc/vbr.txt 38.94 +%{_libdir}/pkgconfig/%{name}.pc 38.95 +%{_libdir}/lib%{name}.so 38.96 +%{_includedir}/%{name}.h 38.97 + 38.98 +%changelog 38.99 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 0.3.12-5 38.100 +- Build for MeeGo 1.1 38.101 + 38.102 +* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.3.12-4 38.103 +- rebuild for new F11 features 38.104 + 38.105 +* Mon Aug 04 2008 kwizart < kwizart at gmail.com > - 0.3.12-3 38.106 +- Remove rpath with the "patch libtool" method instead of autoreconf 38.107 + 38.108 +* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.12-2 38.109 +- rebuild 38.110 + 38.111 +* Sun Jan 13 2008 Dominik Mierzejewski <rpm@greysector.net> 0.3.12-1 38.112 +- updated to 0.3.12 38.113 +- updated source URL 38.114 +- split off libs to avoid multilib conflicts 38.115 +- move docs processing to prep to avoid problems with shortcut builds 38.116 +- update license tag 38.117 + 38.118 +* Thu May 03 2007 Dominik Mierzejewski <rpm@greysector.net> 0.3.10-1 38.119 +- updated to 0.3.10 38.120 +- removed redundant BRs 38.121 + 38.122 +* Wed Nov 01 2006 Dominik Mierzejewski <rpm@greysector.net> 0.3.8-1 38.123 +- updated to 0.3.8 38.124 +- rebuild autofiles to get rid of rpath 38.125 +- disable static library build 38.126 +- fix manpage encoding 38.127 +- fix HTML docs line endings 38.128 + 38.129 +* Sun Mar 12 2006 Dominik Mierzejewski <rpm@greysector.net> 0.3.6-1 38.130 +- updated to 0.3.6 38.131 + 38.132 +* Tue Jan 24 2006 Dominik Mierzejewski <rpm@greysector.net> 0.3.5-1 38.133 +- updated to 0.3.5 38.134 +- simplified package layout 38.135 +- FE/livna compliance 38.136 + 38.137 +* Sun Aug 21 2005 Dominik Mierzejewski <rpm@greysector.net> 38.138 +- initial package
39.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 39.2 +++ b/wipe/wipe.spec Fri Mar 11 21:30:26 2011 +0100 39.3 @@ -0,0 +1,83 @@ 39.4 +Name: wipe 39.5 +Version: 0.21 39.6 +Release: 5%{?dist} 39.7 +Summary: Secure file erasing tool 39.8 + 39.9 +Group: Development/Tools 39.10 +License: GPL+ 39.11 +URL: http://abaababa.ouvaton.org/wipe/ 39.12 +Source0: http://abaababa.ouvaton.org/wipe/wipe-%{version}.tar.gz 39.13 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 39.14 + 39.15 +%description 39.16 +Wipe is a little command for securely erasing files from magnetic media. 39.17 + 39.18 +%prep 39.19 +%setup -q 39.20 + 39.21 +%build 39.22 +chmod +x trtur 39.23 +export CFLAGS=$RPM_OPT_FLAGS 39.24 +make %{?_smp_mflags} linux 39.25 +iconv -f ISO8859-9 -t UTF8 <README > README.utf8 39.26 +mv README.utf8 README 39.27 +iconv -f ISO8859-9 -t UTF8 <wipe.tr.1 > wipe.tr.1.utf8 39.28 +mv wipe.tr.1.utf8 wipe.tr.1 39.29 +chmod a-x examples/wipefd0 examples/wswap.pl 39.30 + 39.31 + 39.32 +%install 39.33 +rm -rf $RPM_BUILD_ROOT 39.34 +# There is no make install. 39.35 +# So, we do the install ourselves due to so few files to install. 39.36 +mkdir -p $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1,%{_mandir}/tr/man1} 39.37 +install -p wipe $RPM_BUILD_ROOT/%{_bindir} 39.38 +install -p -m644 wipe.1 $RPM_BUILD_ROOT/%{_mandir}/man1 39.39 +mv wipe.tr.1 wipe.1 && \ 39.40 + install -p -m644 wipe.1 $RPM_BUILD_ROOT/%{_mandir}/tr/man1/ 39.41 + 39.42 +%clean 39.43 +rm -rf $RPM_BUILD_ROOT 39.44 + 39.45 +%files 39.46 +%defattr(-,root,root,-) 39.47 +%doc BUGS CHANGES GPL README examples/wipefd0 examples/wswap.pl 39.48 +%{_bindir}/wipe 39.49 +%{_mandir}/man1/wipe.1.gz 39.50 +%{_mandir}/tr/man1/wipe.1.gz 39.51 + 39.52 +%changelog 39.53 +* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-5 39.54 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 39.55 + 39.56 +* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-4 39.57 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 39.58 + 39.59 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-3 39.60 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 39.61 + 39.62 +* Mon Mar 24 2008 Scott Henson <shenson@redhat.com> - 0.21-2 39.63 +- Make trtur executable 39.64 +- remove secure-deletion.html 39.65 + 39.66 +* Mon Mar 24 2008 Scott Henson <shenson@redhat.com> - 0.21-1 39.67 +- New upstream version 39.68 +- use RPM_OPT_FLAGS 39.69 + 39.70 + 39.71 +* Wed Jan 16 2008 Scott Henson <shenson@redhat.com> - 0.20-4 39.72 +- Remove executable permissions on example scripts 39.73 + 39.74 +* Mon Dec 31 2007 Scott Henson <shenson@redhat.com> - 0.20-3 39.75 +- Change License to GPL+ 39.76 +- Convert wipe.tr.1 UTF8 and install it 39.77 +- Identify a few more files as docs 39.78 +- Switch to using -p instead of -c for install 39.79 +- Fixed typo in previous changelog entry 39.80 + 39.81 +* Thu Dec 20 2007 Scott Henson <shenson@redhat.com> - 0.20-2 39.82 +- Fix the encoding of the doc files 39.83 +- Capitalize the description and summary 39.84 + 39.85 +* Mon Dec 17 2007 Scott Henson <shenson@redhat.com> - 0.20-1 39.86 + - Initial packaged version
40.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 40.2 +++ b/x264/x264.spec Fri Mar 11 21:30:26 2011 +0100 40.3 @@ -0,0 +1,143 @@ 40.4 +%global snapshot 20100706 40.5 +%global git d058f37 40.6 + 40.7 +Summary: H264/AVC video streams encoder 40.8 +Name: x264 40.9 +Version: 0.0.0 40.10 +Release: 0.28.%{snapshot}git%{git}%{?dist} 40.11 +License: GPLv2+ 40.12 +Group: System Environment/Libraries 40.13 +URL: http://developers.videolan.org/x264.html 40.14 +Source0: %{name}-%{snapshot}.tar.bz2 40.15 +Source1: x264-snapshot.sh 40.16 +# don't remove config.h and don't re-run version.sh 40.17 +Patch0: x264-nover.patch 40.18 +# link with shared libx264 40.19 +Patch1: x264-shared.patch 40.20 +# don't strip if configured with --enable-debug 40.21 +Patch2: x264-nostrip.patch 40.22 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 40.23 +%{!?_without_gpac:BuildRequires: gpac-devel-static} 40.24 +%{?_with_visualize:BuildRequires: libX11-devel} 40.25 +%ifarch x86_64 i686 40.26 +BuildRequires: yasm 40.27 +%endif 40.28 +Requires: %{name}-libs = %{version}-%{release} 40.29 + 40.30 +%description 40.31 +x264 is a free library for encoding H264/AVC video streams, written from 40.32 +scratch. 40.33 + 40.34 +This package contains the frontend. 40.35 + 40.36 +%package libs 40.37 +Summary: Library for encoding H264/AVC video streams 40.38 +Group: Development/Libraries 40.39 + 40.40 +%description libs 40.41 +x264 is a free library for encoding H264/AVC video streams, written from 40.42 +scratch. 40.43 + 40.44 +%package devel 40.45 +Summary: Development files for the x264 library 40.46 +Group: Development/Libraries 40.47 +Requires: %{name}-libs = %{version}-%{release} 40.48 +Requires: pkgconfig 40.49 + 40.50 +%description devel 40.51 +x264 is a free library for encoding H264/AVC video streams, written from 40.52 +scratch. 40.53 + 40.54 +This package contains the development files. 40.55 + 40.56 +%define x_configure \ 40.57 +./configure \\\ 40.58 + --prefix=%{_prefix} \\\ 40.59 + --exec-prefix=%{_exec_prefix} \\\ 40.60 + --bindir=%{_bindir} \\\ 40.61 + --includedir=%{_includedir} \\\ 40.62 + --extra-cflags="$RPM_OPT_FLAGS" \\\ 40.63 + %{!?_without_gpac:--enable-mp4-output} \\\ 40.64 + %{?_with_visualize:--enable-visualize} \\\ 40.65 + --enable-pthread \\\ 40.66 + --enable-debug \\\ 40.67 + --enable-shared \\\ 40.68 + --enable-pic 40.69 + 40.70 + 40.71 +%prep 40.72 +%setup -q -n %{name}-%{snapshot} 40.73 +%patch0 -p1 -b .nover 40.74 +%patch1 -p1 -b .shared 40.75 +%patch2 -p1 -b .nostrip 40.76 +# AUTHORS file is in iso-8859-1 40.77 +iconv -f iso-8859-1 -t utf-8 -o AUTHORS.utf8 AUTHORS 40.78 +mv -f AUTHORS.utf8 AUTHORS 40.79 +%ifarch i686 40.80 +mkdir simd 40.81 +cp -a `ls -1|grep -v simd` simd/ 40.82 +%endif 40.83 + 40.84 +%build 40.85 +%{x_configure}\ 40.86 + --host=%{_target_platform} \ 40.87 + --libdir=%{_libdir} \ 40.88 +%ifarch i686 40.89 + --disable-asm \ 40.90 +%endif 40.91 + 40.92 +%{__make} %{?_smp_mflags} 40.93 +%ifarch i686 40.94 +pushd simd 40.95 +%{x_configure}\ 40.96 + --host=%{_target_platform} \ 40.97 + --libdir=%{_libdir}/sse2 \ 40.98 + 40.99 +%{__make} %{?_smp_mflags} 40.100 +popd 40.101 +%endif 40.102 + 40.103 +%install 40.104 +%{__rm} -rf %{buildroot} 40.105 +%{__make} DESTDIR=%{buildroot} install 40.106 +%ifarch i686 40.107 +pushd simd 40.108 +%{__make} DESTDIR=%{buildroot} install 40.109 +rm %{buildroot}%{_libdir}/*/pkgconfig/x264.pc 40.110 +popd 40.111 +%endif 40.112 + 40.113 +%clean 40.114 +%{__rm} -rf %{buildroot} 40.115 + 40.116 +%post libs -p /sbin/ldconfig 40.117 + 40.118 +%postun libs -p /sbin/ldconfig 40.119 + 40.120 +%files 40.121 +%defattr(644, root, root, 0755) 40.122 +%doc AUTHORS COPYING 40.123 +%attr(755,root,root) %{_bindir}/x264 40.124 + 40.125 +%files libs 40.126 +%defattr(644, root, root, 0755) 40.127 +%{_libdir}/libx264.so.* 40.128 +%ifarch i686 40.129 +%{_libdir}/sse2/libx264.so.* 40.130 +%exclude %{_libdir}/sse2/libx264.a 40.131 +%endif 40.132 +%exclude %{_libdir}/libx264.a 40.133 + 40.134 +%files devel 40.135 +%defattr(644, root, root, 0755) 40.136 +%doc doc/* 40.137 +%{_includedir}/x264.h 40.138 +%{_libdir}/libx264.so 40.139 +%{_libdir}/pkgconfig/%{name}.pc 40.140 +%ifarch i686 40.141 +%{_libdir}/sse2/libx264.so 40.142 +%endif 40.143 + 40.144 +%changelog 40.145 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> 0.0.0-0.28.20100706gitd058f37 40.146 +- Build for MeeGo
41.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 41.2 +++ b/xvidcore/xvidcore.spec Fri Mar 11 21:30:26 2011 +0100 41.3 @@ -0,0 +1,87 @@ 41.4 +Name: xvidcore 41.5 +Version: 1.2.1 41.6 +Release: 1%{?dist} 41.7 +Summary: MPEG-4 Simple and Advanced Simple Profile codec 41.8 + 41.9 +Group: System Environment/Libraries 41.10 +License: GPLv2+ 41.11 +URL: http://www.xvid.org/ 41.12 +Source0: http://downloads.xvid.org/downloads/xvidcore-%{version}.tar.bz2 41.13 +Patch0: xvidcore-1.2.1-noexec-stack.patch 41.14 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 41.15 + 41.16 +%ifarch %{ix86} x86_64 41.17 +BuildRequires: nasm >= 2.0 41.18 +%endif 41.19 + 41.20 +%description 41.21 +The Xvid video codec implements MPEG-4 Simple Profile and Advanced Simple 41.22 +Profile standards. It permits compressing and decompressing digital video 41.23 +in order to reduce the required bandwidth of video data for transmission 41.24 +over computer networks or efficient storage on CDs or DVDs. Due to its 41.25 +unrivalled quality Xvid has gained great popularity and is used in many 41.26 +other GPLed applications, like e.g. Transcode, MEncoder, MPlayer, Xine and 41.27 +many more. 41.28 + 41.29 +%package devel 41.30 +Summary: Development files for the Xvid video codec 41.31 +Group: Development/Libraries 41.32 +Requires: %{name} = %{version}-%{release} 41.33 + 41.34 +%description devel 41.35 +This package contains header files, static library and API 41.36 +documentation for the Xvid video codec. 41.37 + 41.38 + 41.39 +%prep 41.40 +%setup -q -n %{name} 41.41 +%patch0 -p1 -z .noexec-stack 41.42 +chmod -x examples/*.pl 41.43 +f=AUTHORS ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f && touch -r $f $f.utf8 && mv $f.utf8 $f 41.44 +# Yes, we want to see the build output. 41.45 +%{__perl} -pi -e 's/^\t@(?!echo\b)/\t/' build/generic/Makefile 41.46 + 41.47 + 41.48 +%build 41.49 +cd build/generic 41.50 +export CFLAGS="$RPM_OPT_FLAGS -ffast-math" 41.51 +%configure 41.52 +make %{?_smp_mflags} 41.53 +cd - 41.54 + 41.55 + 41.56 +%install 41.57 +rm -rf $RPM_BUILD_ROOT 41.58 +make -C build/generic install DESTDIR=$RPM_BUILD_ROOT 41.59 +rm $RPM_BUILD_ROOT%{_libdir}/libxvidcore.a 41.60 +cd $RPM_BUILD_ROOT%{_libdir} 41.61 +chmod 755 libxvidcore.so* 41.62 +/sbin/ldconfig -n . 41.63 +ln -s libxvidcore.so.? libxvidcore.so 41.64 +cd - 41.65 + 41.66 + 41.67 +%clean 41.68 +rm -rf $RPM_BUILD_ROOT 41.69 + 41.70 + 41.71 +%post -p /sbin/ldconfig 41.72 + 41.73 +%postun -p /sbin/ldconfig 41.74 + 41.75 + 41.76 +%files 41.77 +%defattr(-,root,root,-) 41.78 +%doc LICENSE README AUTHORS ChangeLog 41.79 +%{_libdir}/libxvidcore.so.* 41.80 + 41.81 +%files devel 41.82 +%defattr(-,root,root,-) 41.83 +%doc CodingStyle TODO examples/ 41.84 +%{_includedir}/xvid.h 41.85 +%{_libdir}/libxvidcore.so 41.86 + 41.87 + 41.88 +%changelog 41.89 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 1.2.1-1 41.90 +- Build for MeeGo 1.1